From b3dbab9c8d40b1751c025e829bd80d658e2551cc Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 14 Jul 2021 09:41:34 -0500 Subject: Replace favicon with generated icon. --- .gitignore | 1 + assets/images/icons/README.txt | 3 --- assets/images/icons/favicon.ico | Bin 15086 -> 0 bytes assets/images/icons/favicon_package_v0.16.zip | Bin 59834 -> 0 bytes assets/images/polyguin.sh | 2 +- src/about/index.html | 2 +- src/contact/index.html | 2 +- src/contact/irc.html | 2 +- src/contact/social.html | 2 +- src/contribute/donate.html | 2 +- src/contribute/index.html | 2 +- src/desktop/index.html | 2 +- src/download/index.html | 2 +- src/enterprise/index.html | 2 +- src/faq/index.html | 2 +- src/hpc/index.html | 2 +- src/index.html | 2 +- src/legal/privacy.html | 2 +- src/mirrors/index.html | 2 +- src/publications/index.html | 2 +- src/quickstart/index.html | 2 +- src/screenshots/index.html | 2 +- src/servers/index.html | 2 +- src/standards/index.html | 2 +- src/students/index.html | 2 +- 25 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 assets/images/icons/README.txt delete mode 100644 assets/images/icons/favicon.ico delete mode 100644 assets/images/icons/favicon_package_v0.16.zip diff --git a/.gitignore b/.gitignore index 79d758d..6f416e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ html/ html.tgz assets/images/gen_* +assets/images/icons/gen_* diff --git a/assets/images/icons/README.txt b/assets/images/icons/README.txt deleted file mode 100644 index d415564..0000000 --- a/assets/images/icons/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -https://realfavicongenerator.net/ - -default settings diff --git a/assets/images/icons/favicon.ico b/assets/images/icons/favicon.ico deleted file mode 100644 index dfe1157..0000000 Binary files a/assets/images/icons/favicon.ico and /dev/null differ diff --git a/assets/images/icons/favicon_package_v0.16.zip b/assets/images/icons/favicon_package_v0.16.zip deleted file mode 100644 index 6a21284..0000000 Binary files a/assets/images/icons/favicon_package_v0.16.zip and /dev/null differ diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh index 68d7af6..0e8ac2b 100755 --- a/assets/images/polyguin.sh +++ b/assets/images/polyguin.sh @@ -173,7 +173,7 @@ done # r # 32x32 is GitLab # Website uses native SVG # -magick convert -background none -resize 32x32 polyguin_color.svg gen_polyguin_color_favicon.ico; +magick convert -background none -resize 32x32 polyguin_color.svg icons/gen_polyguin_color_favicon.ico; #=============================================================== diff --git a/src/about/index.html b/src/about/index.html index 2bd3afb..4846ad7 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -7,7 +7,7 @@ Adélie Linux | About - + diff --git a/src/contact/index.html b/src/contact/index.html index 2455aa1..f3dca9d 100644 --- a/src/contact/index.html +++ b/src/contact/index.html @@ -7,7 +7,7 @@ Adélie Linux | Contact - + diff --git a/src/contact/irc.html b/src/contact/irc.html index 89629ec..013f755 100644 --- a/src/contact/irc.html +++ b/src/contact/irc.html @@ -7,7 +7,7 @@ Adélie Linux | IRC Web Client - + diff --git a/src/contact/social.html b/src/contact/social.html index 4bb774f..61374e7 100644 --- a/src/contact/social.html +++ b/src/contact/social.html @@ -7,7 +7,7 @@ Adélie Linux | Social Media - + diff --git a/src/contribute/donate.html b/src/contribute/donate.html index 355f887..edab26c 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -7,7 +7,7 @@ Coming Soon - + diff --git a/src/contribute/index.html b/src/contribute/index.html index 3041677..f19b1eb 100644 --- a/src/contribute/index.html +++ b/src/contribute/index.html @@ -7,7 +7,7 @@ Adélie Linux | Donate - + diff --git a/src/desktop/index.html b/src/desktop/index.html index d038535..16785cd 100644 --- a/src/desktop/index.html +++ b/src/desktop/index.html @@ -7,7 +7,7 @@ Adélie Linux | Desktop - + diff --git a/src/download/index.html b/src/download/index.html index 8452873..7ba82d5 100644 --- a/src/download/index.html +++ b/src/download/index.html @@ -7,7 +7,7 @@ Adélie Linux | Download - + diff --git a/src/enterprise/index.html b/src/enterprise/index.html index ac62c3b..b733b7f 100644 --- a/src/enterprise/index.html +++ b/src/enterprise/index.html @@ -7,7 +7,7 @@ Adélie Linux | Enterprise - + diff --git a/src/faq/index.html b/src/faq/index.html index 1a47aa8..f93245a 100644 --- a/src/faq/index.html +++ b/src/faq/index.html @@ -7,7 +7,7 @@ Adélie Linux | Frequently Asked Questions - + diff --git a/src/hpc/index.html b/src/hpc/index.html index adc963f..402be1b 100644 --- a/src/hpc/index.html +++ b/src/hpc/index.html @@ -7,7 +7,7 @@ Coming Soon - + diff --git a/src/index.html b/src/index.html index 7914902..726280f 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ Adélie Linux | Welcome - + diff --git a/src/legal/privacy.html b/src/legal/privacy.html index 6d5658d..f39d9b5 100644 --- a/src/legal/privacy.html +++ b/src/legal/privacy.html @@ -7,7 +7,7 @@ Adélie Linux | Donate - + diff --git a/src/mirrors/index.html b/src/mirrors/index.html index 2fbc664..aa424c9 100644 --- a/src/mirrors/index.html +++ b/src/mirrors/index.html @@ -7,7 +7,7 @@ Adélie Linux | Mirrors - + diff --git a/src/publications/index.html b/src/publications/index.html index adc963f..402be1b 100644 --- a/src/publications/index.html +++ b/src/publications/index.html @@ -7,7 +7,7 @@ Coming Soon - + diff --git a/src/quickstart/index.html b/src/quickstart/index.html index 3fcc9e3..145ffa8 100644 --- a/src/quickstart/index.html +++ b/src/quickstart/index.html @@ -7,7 +7,7 @@ Adélie Linux | Quick Start Guides - + diff --git a/src/screenshots/index.html b/src/screenshots/index.html index 8b48c37..274b778 100644 --- a/src/screenshots/index.html +++ b/src/screenshots/index.html @@ -7,7 +7,7 @@ Adélie Linux | Screenshots - + diff --git a/src/servers/index.html b/src/servers/index.html index b50fefa..fcc103a 100644 --- a/src/servers/index.html +++ b/src/servers/index.html @@ -7,7 +7,7 @@ Adélie Linux | Servers - + diff --git a/src/standards/index.html b/src/standards/index.html index 62ad783..3ef2b4c 100644 --- a/src/standards/index.html +++ b/src/standards/index.html @@ -7,7 +7,7 @@ Adélie Linux | Community Standards - + diff --git a/src/students/index.html b/src/students/index.html index adc963f..402be1b 100644 --- a/src/students/index.html +++ b/src/students/index.html @@ -7,7 +7,7 @@ Coming Soon - + -- cgit v1.2.3-70-g09d2