From 336fd3f7566c7872c17b30f7cd150e1d16899205 Mon Sep 17 00:00:00 2001 From: sptaule Date: Mon, 24 Jan 2022 18:36:50 +0100 Subject: First commit --- static/icons/android-chrome-192x192.png | Bin 0 -> 41271 bytes static/icons/android-chrome-384x384.png | Bin 0 -> 157930 bytes static/icons/apple-touch-icon.png | Bin 0 -> 36697 bytes static/icons/browserconfig.xml | 9 +++ static/icons/cpu.svg | 136 ++++++++++++++++++++++++++++++++ static/icons/disk.svg | 79 +++++++++++++++++++ static/icons/favicon-16x16.png | Bin 0 -> 1407 bytes static/icons/favicon-32x32.png | Bin 0 -> 2444 bytes static/icons/favicon.ico | Bin 0 -> 15086 bytes static/icons/hardware.svg | 69 ++++++++++++++++ static/icons/mstile-150x150.png | Bin 0 -> 20818 bytes static/icons/network.svg | 76 ++++++++++++++++++ static/icons/ram.svg | 78 ++++++++++++++++++ static/icons/safari-pinned-tab.svg | 15 ++++ static/icons/site.webmanifest | 19 +++++ 15 files changed, 481 insertions(+) create mode 100755 static/icons/android-chrome-192x192.png create mode 100755 static/icons/android-chrome-384x384.png create mode 100755 static/icons/apple-touch-icon.png create mode 100755 static/icons/browserconfig.xml create mode 100755 static/icons/cpu.svg create mode 100755 static/icons/disk.svg create mode 100755 static/icons/favicon-16x16.png create mode 100755 static/icons/favicon-32x32.png create mode 100755 static/icons/favicon.ico create mode 100755 static/icons/hardware.svg create mode 100755 static/icons/mstile-150x150.png create mode 100755 static/icons/network.svg create mode 100755 static/icons/ram.svg create mode 100755 static/icons/safari-pinned-tab.svg create mode 100755 static/icons/site.webmanifest (limited to 'static/icons') diff --git a/static/icons/android-chrome-192x192.png b/static/icons/android-chrome-192x192.png new file mode 100755 index 0000000..aea97b9 Binary files /dev/null and b/static/icons/android-chrome-192x192.png differ diff --git a/static/icons/android-chrome-384x384.png b/static/icons/android-chrome-384x384.png new file mode 100755 index 0000000..3d37c74 Binary files /dev/null and b/static/icons/android-chrome-384x384.png differ diff --git a/static/icons/apple-touch-icon.png b/static/icons/apple-touch-icon.png new file mode 100755 index 0000000..87f4544 Binary files /dev/null and b/static/icons/apple-touch-icon.png differ diff --git a/static/icons/browserconfig.xml b/static/icons/browserconfig.xml new file mode 100755 index 0000000..74bb89a --- /dev/null +++ b/static/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/icons/cpu.svg b/static/icons/cpu.svg new file mode 100755 index 0000000..774f605 --- /dev/null +++ b/static/icons/cpu.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/disk.svg b/static/icons/disk.svg new file mode 100755 index 0000000..8f29baa --- /dev/null +++ b/static/icons/disk.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/favicon-16x16.png b/static/icons/favicon-16x16.png new file mode 100755 index 0000000..3480bc7 Binary files /dev/null and b/static/icons/favicon-16x16.png differ diff --git a/static/icons/favicon-32x32.png b/static/icons/favicon-32x32.png new file mode 100755 index 0000000..605b4ab Binary files /dev/null and b/static/icons/favicon-32x32.png differ diff --git a/static/icons/favicon.ico b/static/icons/favicon.ico new file mode 100755 index 0000000..77b9683 Binary files /dev/null and b/static/icons/favicon.ico differ diff --git a/static/icons/hardware.svg b/static/icons/hardware.svg new file mode 100755 index 0000000..d4b6dff --- /dev/null +++ b/static/icons/hardware.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/mstile-150x150.png b/static/icons/mstile-150x150.png new file mode 100755 index 0000000..ecacbb4 Binary files /dev/null and b/static/icons/mstile-150x150.png differ diff --git a/static/icons/network.svg b/static/icons/network.svg new file mode 100755 index 0000000..affca66 --- /dev/null +++ b/static/icons/network.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/ram.svg b/static/icons/ram.svg new file mode 100755 index 0000000..61e2c72 --- /dev/null +++ b/static/icons/ram.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + diff --git a/static/icons/safari-pinned-tab.svg b/static/icons/safari-pinned-tab.svg new file mode 100755 index 0000000..9e473c4 --- /dev/null +++ b/static/icons/safari-pinned-tab.svg @@ -0,0 +1,15 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest new file mode 100755 index 0000000..161c642 --- /dev/null +++ b/static/icons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3