From 1145c7ef325f1190e89c4684f180a26d3a74128b Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 29 Dec 2018 16:58:34 +0100 Subject: Add kiemm version The kiemm is functionally identical to the rosoterTOS version, but branded differently --- public-kiemm/android-chrome-192x192.png | Bin 0 -> 11744 bytes public-kiemm/android-chrome-512x512.png | Bin 0 -> 33206 bytes public-kiemm/apple-touch-icon.png | Bin 0 -> 6964 bytes public-kiemm/browserconfig.xml | 9 +++++++ public-kiemm/favicon-16x16.png | Bin 0 -> 771 bytes public-kiemm/favicon-32x32.png | Bin 0 -> 1171 bytes public-kiemm/favicon.ico | Bin 0 -> 15086 bytes public-kiemm/icons/fav.png | Bin 0 -> 7725 bytes public-kiemm/icons/logo.svg | 37 ++++++++++++++++++++++++++ public-kiemm/manifest.webmanifest | 17 ++++++++++++ public-kiemm/mstile-144x144.png | Bin 0 -> 5670 bytes public-kiemm/mstile-150x150.png | Bin 0 -> 3218 bytes public-kiemm/mstile-310x150.png | Bin 0 -> 3565 bytes public-kiemm/mstile-310x310.png | Bin 0 -> 12259 bytes public-kiemm/mstile-70x70.png | Bin 0 -> 2467 bytes public-kiemm/safari-pinned-tab.svg | 45 ++++++++++++++++++++++++++++++++ public-kiemm/site.webmanifest | 19 ++++++++++++++ 17 files changed, 127 insertions(+) create mode 100644 public-kiemm/android-chrome-192x192.png create mode 100644 public-kiemm/android-chrome-512x512.png create mode 100644 public-kiemm/apple-touch-icon.png create mode 100644 public-kiemm/browserconfig.xml create mode 100644 public-kiemm/favicon-16x16.png create mode 100644 public-kiemm/favicon-32x32.png create mode 100644 public-kiemm/favicon.ico create mode 100644 public-kiemm/icons/fav.png create mode 100644 public-kiemm/icons/logo.svg create mode 100644 public-kiemm/manifest.webmanifest create mode 100644 public-kiemm/mstile-144x144.png create mode 100644 public-kiemm/mstile-150x150.png create mode 100644 public-kiemm/mstile-310x150.png create mode 100644 public-kiemm/mstile-310x310.png create mode 100644 public-kiemm/mstile-70x70.png create mode 100644 public-kiemm/safari-pinned-tab.svg create mode 100644 public-kiemm/site.webmanifest (limited to 'public-kiemm') diff --git a/public-kiemm/android-chrome-192x192.png b/public-kiemm/android-chrome-192x192.png new file mode 100644 index 0000000..3f2171f Binary files /dev/null and b/public-kiemm/android-chrome-192x192.png differ diff --git a/public-kiemm/android-chrome-512x512.png b/public-kiemm/android-chrome-512x512.png new file mode 100644 index 0000000..2e75315 Binary files /dev/null and b/public-kiemm/android-chrome-512x512.png differ diff --git a/public-kiemm/apple-touch-icon.png b/public-kiemm/apple-touch-icon.png new file mode 100644 index 0000000..bbec64c Binary files /dev/null and b/public-kiemm/apple-touch-icon.png differ diff --git a/public-kiemm/browserconfig.xml b/public-kiemm/browserconfig.xml new file mode 100644 index 0000000..4f0614b --- /dev/null +++ b/public-kiemm/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #de403b + + + diff --git a/public-kiemm/favicon-16x16.png b/public-kiemm/favicon-16x16.png new file mode 100644 index 0000000..3a3bbc2 Binary files /dev/null and b/public-kiemm/favicon-16x16.png differ diff --git a/public-kiemm/favicon-32x32.png b/public-kiemm/favicon-32x32.png new file mode 100644 index 0000000..fe300c4 Binary files /dev/null and b/public-kiemm/favicon-32x32.png differ diff --git a/public-kiemm/favicon.ico b/public-kiemm/favicon.ico new file mode 100644 index 0000000..448035e Binary files /dev/null and b/public-kiemm/favicon.ico differ diff --git a/public-kiemm/icons/fav.png b/public-kiemm/icons/fav.png new file mode 100644 index 0000000..ec2829d Binary files /dev/null and b/public-kiemm/icons/fav.png differ diff --git a/public-kiemm/icons/logo.svg b/public-kiemm/icons/logo.svg new file mode 100644 index 0000000..c9fff90 --- /dev/null +++ b/public-kiemm/icons/logo.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + diff --git a/public-kiemm/manifest.webmanifest b/public-kiemm/manifest.webmanifest new file mode 100644 index 0000000..6c2033c --- /dev/null +++ b/public-kiemm/manifest.webmanifest @@ -0,0 +1,17 @@ +{ + "name": "Kiemm Rooster", + "short_name": "Rooster", + "start_url": "/", + "display": "standalone", + "background_color": "#ececec", + "description": "De rooster pagina van Kiemm Montessori", + "icons": [{ + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }] +} diff --git a/public-kiemm/mstile-144x144.png b/public-kiemm/mstile-144x144.png new file mode 100644 index 0000000..a58305c Binary files /dev/null and b/public-kiemm/mstile-144x144.png differ diff --git a/public-kiemm/mstile-150x150.png b/public-kiemm/mstile-150x150.png new file mode 100644 index 0000000..6f69b48 Binary files /dev/null and b/public-kiemm/mstile-150x150.png differ diff --git a/public-kiemm/mstile-310x150.png b/public-kiemm/mstile-310x150.png new file mode 100644 index 0000000..a666a54 Binary files /dev/null and b/public-kiemm/mstile-310x150.png differ diff --git a/public-kiemm/mstile-310x310.png b/public-kiemm/mstile-310x310.png new file mode 100644 index 0000000..3b76ab5 Binary files /dev/null and b/public-kiemm/mstile-310x310.png differ diff --git a/public-kiemm/mstile-70x70.png b/public-kiemm/mstile-70x70.png new file mode 100644 index 0000000..a729c5b Binary files /dev/null and b/public-kiemm/mstile-70x70.png differ diff --git a/public-kiemm/safari-pinned-tab.svg b/public-kiemm/safari-pinned-tab.svg new file mode 100644 index 0000000..ef53027 --- /dev/null +++ b/public-kiemm/safari-pinned-tab.svg @@ -0,0 +1,45 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/public-kiemm/site.webmanifest b/public-kiemm/site.webmanifest new file mode 100644 index 0000000..f3ac7da --- /dev/null +++ b/public-kiemm/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Rooster", + "short_name": "Rooster", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#de403b", + "background_color": "#de403b", + "display": "standalone" +} -- cgit v1.1