From e32340e78ec9035efbe1fe0b9dd5b64069ae2353 Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Tue, 21 Aug 2018 15:58:26 -0400 Subject: Move favicon files to static root --- static/android-chrome-192x192.png | Bin 0 -> 4016 bytes static/android-chrome-512x512.png | Bin 0 -> 14551 bytes static/apple-touch-icon.png | Bin 0 -> 3182 bytes static/browserconfig.xml | 9 ++++++ static/favicon-16x16.png | Bin 0 -> 848 bytes static/favicon-32x32.png | Bin 0 -> 1219 bytes static/favicon.ico | Bin 0 -> 15086 bytes static/images/android-chrome-192x192.png | Bin 4016 -> 0 bytes static/images/android-chrome-512x512.png | Bin 14551 -> 0 bytes static/images/apple-touch-icon.png | Bin 3182 -> 0 bytes static/images/browserconfig.xml | 9 ------ static/images/favicon-16x16.png | Bin 848 -> 0 bytes static/images/favicon-32x32.png | Bin 1219 -> 0 bytes static/images/favicon.ico | Bin 15086 -> 0 bytes static/images/mstile-144x144.png | Bin 3170 -> 0 bytes static/images/mstile-150x150.png | Bin 3200 -> 0 bytes static/images/mstile-310x150.png | Bin 3331 -> 0 bytes static/images/mstile-310x310.png | Bin 5671 -> 0 bytes static/images/mstile-70x70.png | Bin 2402 -> 0 bytes static/images/safari-pinned-tab.svg | 47 ------------------------------- static/images/site.webmanifest | 19 ------------- static/mstile-144x144.png | Bin 0 -> 3170 bytes static/mstile-150x150.png | Bin 0 -> 3200 bytes static/mstile-310x150.png | Bin 0 -> 3331 bytes static/mstile-310x310.png | Bin 0 -> 5671 bytes static/mstile-70x70.png | Bin 0 -> 2402 bytes static/safari-pinned-tab.svg | 47 +++++++++++++++++++++++++++++++ static/site.webmanifest | 19 +++++++++++++ 28 files changed, 75 insertions(+), 75 deletions(-) create mode 100644 static/android-chrome-192x192.png create mode 100644 static/android-chrome-512x512.png create mode 100644 static/apple-touch-icon.png create mode 100644 static/browserconfig.xml create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico delete mode 100644 static/images/android-chrome-192x192.png delete mode 100644 static/images/android-chrome-512x512.png delete mode 100644 static/images/apple-touch-icon.png delete mode 100644 static/images/browserconfig.xml delete mode 100644 static/images/favicon-16x16.png delete mode 100644 static/images/favicon-32x32.png delete mode 100644 static/images/favicon.ico delete mode 100644 static/images/mstile-144x144.png delete mode 100644 static/images/mstile-150x150.png delete mode 100644 static/images/mstile-310x150.png delete mode 100644 static/images/mstile-310x310.png delete mode 100644 static/images/mstile-70x70.png delete mode 100644 static/images/safari-pinned-tab.svg delete mode 100644 static/images/site.webmanifest create mode 100644 static/mstile-144x144.png create mode 100644 static/mstile-150x150.png create mode 100644 static/mstile-310x150.png create mode 100644 static/mstile-310x310.png create mode 100644 static/mstile-70x70.png create mode 100644 static/safari-pinned-tab.svg create mode 100644 static/site.webmanifest (limited to 'static') diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..c8da0ee Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..2b42b5f Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..50ef0d2 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..5aecc91 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00aba9 + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..430875a Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..c34d12f Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..2732399 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/android-chrome-192x192.png b/static/images/android-chrome-192x192.png deleted file mode 100644 index c8da0ee..0000000 Binary files a/static/images/android-chrome-192x192.png and /dev/null differ diff --git a/static/images/android-chrome-512x512.png b/static/images/android-chrome-512x512.png deleted file mode 100644 index 2b42b5f..0000000 Binary files a/static/images/android-chrome-512x512.png and /dev/null differ diff --git a/static/images/apple-touch-icon.png b/static/images/apple-touch-icon.png deleted file mode 100644 index 50ef0d2..0000000 Binary files a/static/images/apple-touch-icon.png and /dev/null differ diff --git a/static/images/browserconfig.xml b/static/images/browserconfig.xml deleted file mode 100644 index 5aecc91..0000000 --- a/static/images/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #00aba9 - - - diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png deleted file mode 100644 index 430875a..0000000 Binary files a/static/images/favicon-16x16.png and /dev/null differ diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png deleted file mode 100644 index c34d12f..0000000 Binary files a/static/images/favicon-32x32.png and /dev/null differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico deleted file mode 100644 index 2732399..0000000 Binary files a/static/images/favicon.ico and /dev/null differ diff --git a/static/images/mstile-144x144.png b/static/images/mstile-144x144.png deleted file mode 100644 index c7926a9..0000000 Binary files a/static/images/mstile-144x144.png and /dev/null differ diff --git a/static/images/mstile-150x150.png b/static/images/mstile-150x150.png deleted file mode 100644 index 3b0b673..0000000 Binary files a/static/images/mstile-150x150.png and /dev/null differ diff --git a/static/images/mstile-310x150.png b/static/images/mstile-310x150.png deleted file mode 100644 index 672764f..0000000 Binary files a/static/images/mstile-310x150.png and /dev/null differ diff --git a/static/images/mstile-310x310.png b/static/images/mstile-310x310.png deleted file mode 100644 index 545abed..0000000 Binary files a/static/images/mstile-310x310.png and /dev/null differ diff --git a/static/images/mstile-70x70.png b/static/images/mstile-70x70.png deleted file mode 100644 index 16fe651..0000000 Binary files a/static/images/mstile-70x70.png and /dev/null differ diff --git a/static/images/safari-pinned-tab.svg b/static/images/safari-pinned-tab.svg deleted file mode 100644 index f979035..0000000 --- a/static/images/safari-pinned-tab.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - diff --git a/static/images/site.webmanifest b/static/images/site.webmanifest deleted file mode 100644 index b20abb7..0000000 --- a/static/images/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} diff --git a/static/mstile-144x144.png b/static/mstile-144x144.png new file mode 100644 index 0000000..c7926a9 Binary files /dev/null and b/static/mstile-144x144.png differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..3b0b673 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png new file mode 100644 index 0000000..672764f Binary files /dev/null and b/static/mstile-310x150.png differ diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png new file mode 100644 index 0000000..545abed Binary files /dev/null and b/static/mstile-310x310.png differ diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png new file mode 100644 index 0000000..16fe651 Binary files /dev/null and b/static/mstile-70x70.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..f979035 --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,47 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3