diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-03-20 13:41:51 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-03-20 13:41:51 -0400 |
commit | eef267990349dcd3459b7cd827ba6b5f06445aef (patch) | |
tree | cc544e40a69b0a63c2cf62352cbf40b435c01b69 | |
parent | af9a580856c870075255368bf6c337dde9e2fab7 (diff) |
Update favicons - from favicon.io
-rw-r--r-- | android-chrome-192x192.png | bin | 0 -> 8443 bytes | |||
-rw-r--r-- | android-chrome-512x512.png | bin | 0 -> 24163 bytes | |||
-rw-r--r-- | apple-touch-icon.png | bin | 0 -> 7526 bytes | |||
-rw-r--r-- | experience/index.html | 6 | ||||
-rw-r--r-- | favicon-16x16.png | bin | 0 -> 473 bytes | |||
-rw-r--r-- | favicon-32x32.png | bin | 0 -> 978 bytes | |||
-rw-r--r-- | favicon.ico | bin | 1150 -> 15406 bytes | |||
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | site.webmanifest | 1 |
9 files changed, 9 insertions, 4 deletions
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..4d80ca3 --- /dev/null +++ b/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..bfbe59f --- /dev/null +++ b/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..b627a83 --- /dev/null +++ b/apple-touch-icon.png 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 Binary files differnew file mode 100644 index 0000000..f3645a5 --- /dev/null +++ b/favicon-16x16.png diff --git a/favicon-32x32.png b/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..fafe26d --- /dev/null +++ b/favicon-32x32.png diff --git a/favicon.ico b/favicon.ico Binary files differindex 0cf3683..ed361f2 100644 --- a/favicon.ico +++ b/favicon.ico @@ -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 |