From 9d6d4a2fb8983111b60831b11ab108c80283f6bf Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 29 Nov 2019 20:16:58 +0200 Subject: add favicon --- favicon/README.md | 23 +++++++++++++++++++++++ favicon/android-chrome-192x192.png | Bin 0 -> 3885 bytes favicon/android-chrome-384x384.png | Bin 0 -> 7997 bytes favicon/apple-touch-icon.png | Bin 0 -> 2884 bytes favicon/browserconfig.xml | 9 +++++++++ favicon/favicon-16x16.png | Bin 0 -> 771 bytes favicon/favicon-32x32.png | Bin 0 -> 1208 bytes favicon/favicon.ico | Bin 0 -> 15086 bytes favicon/html_code.html | 9 +++++++++ favicon/mstile-150x150.png | Bin 0 -> 3212 bytes favicon/safari-pinned-tab.svg | 21 +++++++++++++++++++++ favicon/site.webmanifest | 19 +++++++++++++++++++ 12 files changed, 81 insertions(+) create mode 100644 favicon/README.md create mode 100644 favicon/android-chrome-192x192.png create mode 100644 favicon/android-chrome-384x384.png create mode 100644 favicon/apple-touch-icon.png create mode 100644 favicon/browserconfig.xml create mode 100644 favicon/favicon-16x16.png create mode 100644 favicon/favicon-32x32.png create mode 100644 favicon/favicon.ico create mode 100644 favicon/html_code.html create mode 100644 favicon/mstile-150x150.png create mode 100644 favicon/safari-pinned-tab.svg create mode 100644 favicon/site.webmanifest (limited to 'favicon') diff --git a/favicon/README.md b/favicon/README.md new file mode 100644 index 0000000..439e228 --- /dev/null +++ b/favicon/README.md @@ -0,0 +1,23 @@ +# Your Favicon Package + +This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16) + +## Install instructions + +To install this package: + +Extract this package in <web site>/favicon/. If your site is http://www.example.com, you should be able to access a file named http://www.example.com/favicon/favicon.ico. + +Insert the following code in the `head` section of your pages: + + + + + + + + + + + +*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) \ No newline at end of file diff --git a/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..0ab6603 Binary files /dev/null and b/favicon/android-chrome-192x192.png differ diff --git a/favicon/android-chrome-384x384.png b/favicon/android-chrome-384x384.png new file mode 100644 index 0000000..f1c37a6 Binary files /dev/null and b/favicon/android-chrome-384x384.png differ diff --git a/favicon/apple-touch-icon.png b/favicon/apple-touch-icon.png new file mode 100644 index 0000000..be1b6b3 Binary files /dev/null and b/favicon/apple-touch-icon.png differ diff --git a/favicon/browserconfig.xml b/favicon/browserconfig.xml new file mode 100644 index 0000000..70cb989 --- /dev/null +++ b/favicon/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/favicon/favicon-16x16.png b/favicon/favicon-16x16.png new file mode 100644 index 0000000..8864693 Binary files /dev/null and b/favicon/favicon-16x16.png differ diff --git a/favicon/favicon-32x32.png b/favicon/favicon-32x32.png new file mode 100644 index 0000000..71bdade Binary files /dev/null and b/favicon/favicon-32x32.png differ diff --git a/favicon/favicon.ico b/favicon/favicon.ico new file mode 100644 index 0000000..92a12fa Binary files /dev/null and b/favicon/favicon.ico differ diff --git a/favicon/html_code.html b/favicon/html_code.html new file mode 100644 index 0000000..411b55b --- /dev/null +++ b/favicon/html_code.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/favicon/mstile-150x150.png b/favicon/mstile-150x150.png new file mode 100644 index 0000000..e0e600f Binary files /dev/null and b/favicon/mstile-150x150.png differ diff --git a/favicon/safari-pinned-tab.svg b/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..4b76fff --- /dev/null +++ b/favicon/safari-pinned-tab.svg @@ -0,0 +1,21 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest new file mode 100644 index 0000000..4bae9f9 --- /dev/null +++ b/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicon/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit