diff --git a/src/images/favicons/README.md b/src/images/favicons/README.md new file mode 100644 index 0000000..a6ebfda --- /dev/null +++ b/src/images/favicons/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 the root of your web site. If your site is http://www.example.com, you should be able to access a file named http://www.example.com/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/src/images/favicons/android-chrome-192x192.png b/src/images/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..a1f6cbf Binary files /dev/null and b/src/images/favicons/android-chrome-192x192.png differ diff --git a/src/images/favicons/android-chrome-384x384.png b/src/images/favicons/android-chrome-384x384.png new file mode 100644 index 0000000..3f917d8 Binary files /dev/null and b/src/images/favicons/android-chrome-384x384.png differ diff --git a/src/images/favicons/apple-touch-icon.png b/src/images/favicons/apple-touch-icon.png new file mode 100644 index 0000000..2a2f6e0 Binary files /dev/null and b/src/images/favicons/apple-touch-icon.png differ diff --git a/src/images/favicons/browserconfig.xml b/src/images/favicons/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/src/images/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/src/images/favicons/favicon-16x16.png b/src/images/favicons/favicon-16x16.png new file mode 100644 index 0000000..17a367b Binary files /dev/null and b/src/images/favicons/favicon-16x16.png differ diff --git a/src/images/favicons/favicon-32x32.png b/src/images/favicons/favicon-32x32.png new file mode 100644 index 0000000..318e480 Binary files /dev/null and b/src/images/favicons/favicon-32x32.png differ diff --git a/src/images/favicons/favicon.ico b/src/images/favicons/favicon.ico new file mode 100644 index 0000000..458be2e Binary files /dev/null and b/src/images/favicons/favicon.ico differ diff --git a/src/images/favicons/html_code.html b/src/images/favicons/html_code.html new file mode 100644 index 0000000..1a5b0c4 --- /dev/null +++ b/src/images/favicons/html_code.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/images/favicons/mstile-150x150.png b/src/images/favicons/mstile-150x150.png new file mode 100644 index 0000000..633b5fe Binary files /dev/null and b/src/images/favicons/mstile-150x150.png differ diff --git a/src/images/favicons/safari-pinned-tab.svg b/src/images/favicons/safari-pinned-tab.svg new file mode 100644 index 0000000..b8be179 --- /dev/null +++ b/src/images/favicons/safari-pinned-tab.svg @@ -0,0 +1,48 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/src/images/favicons/site.webmanifest b/src/images/favicons/site.webmanifest new file mode 100644 index 0000000..b49b9a2 --- /dev/null +++ b/src/images/favicons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "No Clocks, LLC", + "short_name": "No Clocks, LLC", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}