From 6c906aebc9cf3328a300cc5592ede255799d7dc1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 19 Jan 2024 20:35:59 -0500 Subject: add favicons --- android-chrome-192x192.png | Bin 0 -> 12879 bytes android-chrome-512x512.png | Bin 0 -> 40819 bytes apple-touch-icon.png | Bin 0 -> 12136 bytes favicon-16x16.png | Bin 0 -> 742 bytes favicon-32x32.png | Bin 0 -> 1491 bytes favicon.ico | Bin 0 -> 15406 bytes favicons-license.txt | 6 ++++++ site.webmanifest | 1 + 8 files changed, 7 insertions(+) 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 favicon.ico create mode 100644 favicons-license.txt create mode 100644 site.webmanifest diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..b163592 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..c128b17 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..9abe651 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..3f25ff3 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..e872d44 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..ee8b826 Binary files /dev/null and b/favicon.ico differ diff --git a/favicons-license.txt b/favicons-license.txt new file mode 100644 index 0000000..9ca0a0e --- /dev/null +++ b/favicons-license.txt @@ -0,0 +1,6 @@ +This favicon was generated using the following graphics from Twitter Twemoji: + +- Graphics Title: 1f52c.svg +- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji) +- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f52c.svg +- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) 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