diff --git a/images/favicon.png b/images/favicon.png deleted file mode 100644 index 85526cf..0000000 Binary files a/images/favicon.png and /dev/null differ diff --git a/images/icons/README.md b/images/icons/README.md new file mode 100644 index 0000000..33c94ac --- /dev/null +++ b/images/icons/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>/theme://images/icons/. If your site is http://www.example.com, you should be able to access a file named http://www.example.com/theme://images/icons/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/images/icons/android-chrome-192x192.png b/images/icons/android-chrome-192x192.png new file mode 100644 index 0000000..6f6be82 Binary files /dev/null and b/images/icons/android-chrome-192x192.png differ diff --git a/images/icons/android-chrome-512x512.png b/images/icons/android-chrome-512x512.png new file mode 100644 index 0000000..3729f56 Binary files /dev/null and b/images/icons/android-chrome-512x512.png differ diff --git a/images/icons/apple-touch-icon.png b/images/icons/apple-touch-icon.png new file mode 100644 index 0000000..3a89673 Binary files /dev/null and b/images/icons/apple-touch-icon.png differ diff --git a/images/icons/browserconfig.xml b/images/icons/browserconfig.xml new file mode 100644 index 0000000..22f6176 --- /dev/null +++ b/images/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00a300 + + + diff --git a/images/icons/favicon-16x16.png b/images/icons/favicon-16x16.png new file mode 100644 index 0000000..d6ae30a Binary files /dev/null and b/images/icons/favicon-16x16.png differ diff --git a/images/icons/favicon-32x32.png b/images/icons/favicon-32x32.png new file mode 100644 index 0000000..49fc2f6 Binary files /dev/null and b/images/icons/favicon-32x32.png differ diff --git a/images/icons/favicon.ico b/images/icons/favicon.ico new file mode 100644 index 0000000..17daf88 Binary files /dev/null and b/images/icons/favicon.ico differ diff --git a/images/icons/html_code.html b/images/icons/html_code.html new file mode 100644 index 0000000..701542e --- /dev/null +++ b/images/icons/html_code.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/icons/mstile-150x150.png b/images/icons/mstile-150x150.png new file mode 100644 index 0000000..8814d3c Binary files /dev/null and b/images/icons/mstile-150x150.png differ diff --git a/images/icons/safari-pinned-tab.svg b/images/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..9eb3e80 --- /dev/null +++ b/images/icons/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons/site.webmanifest b/images/icons/site.webmanifest new file mode 100644 index 0000000..028a30b --- /dev/null +++ b/images/icons/site.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Reitanlage Oranienburg", + "short_name": "Reitanlage Oranienburg", + "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", + "start_url": "https://www.reitanlage-oranienburg.de/", + "display": "standalone" +} diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index 7867320..db00996 100644 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -11,6 +11,15 @@ {% include 'partials/metadata.html.twig' %} + + + + + + + + + {% endblock head %}