diff --git a/README.md b/README.md index 5fb3126..bfc3751 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # IOT Charts https://emeraldwalk.github.io/iot-charts/ + +## Icon Generation + +https://favicon.io/favicon-generator/ diff --git a/assets/about.txt b/assets/about.txt new file mode 100644 index 0000000..8446666 --- /dev/null +++ b/assets/about.txt @@ -0,0 +1,6 @@ +This favicon was generated using the following font: + +- Font Title: Noto Sans +- Font Author: Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic) +- Font Source: https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf +- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)) diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png new file mode 100644 index 0000000..5082222 Binary files /dev/null and b/assets/android-chrome-192x192.png differ diff --git a/assets/android-chrome-512x512.png b/assets/android-chrome-512x512.png new file mode 100644 index 0000000..2d0e269 Binary files /dev/null and b/assets/android-chrome-512x512.png differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..9f94b20 Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 0000000..a423194 Binary files /dev/null and b/assets/favicon-16x16.png differ diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 0000000..ff23f31 Binary files /dev/null and b/assets/favicon-32x32.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..722b516 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/site.webmanifest b/assets/site.webmanifest new file mode 100644 index 0000000..a44859e --- /dev/null +++ b/assets/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "IOT Charts", + "short_name": "IOT", + "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" +} diff --git a/index.html b/index.html index e1c229d..404ce32 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,25 @@ - + + + + + IOT Charts