summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-03-20 13:41:51 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-03-20 13:41:51 -0400
commiteef267990349dcd3459b7cd827ba6b5f06445aef (patch)
treecc544e40a69b0a63c2cf62352cbf40b435c01b69
parentaf9a580856c870075255368bf6c337dde9e2fab7 (diff)
Update favicons - from favicon.io
-rw-r--r--android-chrome-192x192.pngbin0 -> 8443 bytes
-rw-r--r--android-chrome-512x512.pngbin0 -> 24163 bytes
-rw-r--r--apple-touch-icon.pngbin0 -> 7526 bytes
-rw-r--r--experience/index.html6
-rw-r--r--favicon-16x16.pngbin0 -> 473 bytes
-rw-r--r--favicon-32x32.pngbin0 -> 978 bytes
-rw-r--r--favicon.icobin1150 -> 15406 bytes
-rw-r--r--index.html6
-rw-r--r--site.webmanifest1
9 files changed, 9 insertions, 4 deletions
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png
new file mode 100644
index 0000000..4d80ca3
--- /dev/null
+++ b/android-chrome-192x192.png
Binary files differ
diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png
new file mode 100644
index 0000000..bfbe59f
--- /dev/null
+++ b/android-chrome-512x512.png
Binary files differ
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
new file mode 100644
index 0000000..b627a83
--- /dev/null
+++ b/apple-touch-icon.png
Binary files 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 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
- <link rel="icon" href="/favicon.ico" type="image/x-icon">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" id="theme" href="/styles/themes/colors-base.css"/>
diff --git a/favicon-16x16.png b/favicon-16x16.png
new file mode 100644
index 0000000..f3645a5
--- /dev/null
+++ b/favicon-16x16.png
Binary files differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
new file mode 100644
index 0000000..fafe26d
--- /dev/null
+++ b/favicon-32x32.png
Binary files differ
diff --git a/favicon.ico b/favicon.ico
index 0cf3683..ed361f2 100644
--- a/favicon.ico
+++ b/favicon.ico
Binary files differ
diff --git a/index.html b/index.html
index f5b93ec..50aa4b3 100644
--- a/index.html
+++ b/index.html
@@ -7,8 +7,10 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"/>
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
- <link rel="icon" href="favicon.ico" type="image/x-icon"/>
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/styles/style.css"/>
<link rel="stylesheet" id="theme" href="/styles/themes/colors-base.css"/>
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