From eef267990349dcd3459b7cd827ba6b5f06445aef Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 20 Mar 2022 13:41:51 -0400 Subject: Update favicons - from favicon.io --- android-chrome-192x192.png | Bin 0 -> 8443 bytes android-chrome-512x512.png | Bin 0 -> 24163 bytes apple-touch-icon.png | Bin 0 -> 7526 bytes experience/index.html | 6 ++++-- favicon-16x16.png | Bin 0 -> 473 bytes favicon-32x32.png | Bin 0 -> 978 bytes favicon.ico | Bin 1150 -> 15406 bytes index.html | 6 ++++-- site.webmanifest | 1 + 9 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 android-chrome-192x192.png create mode 100644 android-chrome-512x512.png create mode 100644 apple-touch-icon.png create mode 100644 favicon-16x16.png create mode 100644 favicon-32x32.png create mode 100644 site.webmanifest diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..4d80ca3 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..bfbe59f Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..b627a83 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/experience/index.html b/experience/index.html index 2142588..aea7c4f 100644 --- a/experience/index.html +++ b/experience/index.html @@ -6,8 +6,10 @@ - - + + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..f3645a5 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..fafe26d Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico index 0cf3683..ed361f2 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.html b/index.html index f5b93ec..50aa4b3 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,10 @@ - - + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"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"} \ No newline at end of file -- cgit v1.2.3