diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | assets/images/icons/README.txt | 3 | ||||
-rw-r--r-- | assets/images/icons/favicon.ico | bin | 15086 -> 0 bytes | |||
-rw-r--r-- | assets/images/icons/favicon_package_v0.16.zip | bin | 59834 -> 0 bytes | |||
-rwxr-xr-x | assets/images/polyguin.sh | 2 | ||||
-rw-r--r-- | src/about/index.html | 2 | ||||
-rw-r--r-- | src/contact/index.html | 2 | ||||
-rw-r--r-- | src/contact/irc.html | 2 | ||||
-rw-r--r-- | src/contact/social.html | 2 | ||||
-rw-r--r-- | src/contribute/donate.html | 2 | ||||
-rw-r--r-- | src/contribute/index.html | 2 | ||||
-rw-r--r-- | src/desktop/index.html | 2 | ||||
-rw-r--r-- | src/download/index.html | 2 | ||||
-rw-r--r-- | src/enterprise/index.html | 2 | ||||
-rw-r--r-- | src/faq/index.html | 2 | ||||
-rw-r--r-- | src/hpc/index.html | 2 | ||||
-rw-r--r-- | src/index.html | 2 | ||||
-rw-r--r-- | src/legal/privacy.html | 2 | ||||
-rw-r--r-- | src/mirrors/index.html | 2 | ||||
-rw-r--r-- | src/publications/index.html | 2 | ||||
-rw-r--r-- | src/quickstart/index.html | 2 | ||||
-rw-r--r-- | src/screenshots/index.html | 2 | ||||
-rw-r--r-- | src/servers/index.html | 2 | ||||
-rw-r--r-- | src/standards/index.html | 2 | ||||
-rw-r--r-- | src/students/index.html | 2 |
25 files changed, 22 insertions, 24 deletions
@@ -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 Binary files differdeleted file mode 100644 index dfe1157..0000000 --- a/assets/images/icons/favicon.ico +++ /dev/null diff --git a/assets/images/icons/favicon_package_v0.16.zip b/assets/images/icons/favicon_package_v0.16.zip Binary files differdeleted file mode 100644 index 6a21284..0000000 --- a/assets/images/icons/favicon_package_v0.16.zip +++ /dev/null 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | About</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Contact</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | IRC Web Client</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Social Media</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Donate</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Desktop</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Download</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Enterprise</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Frequently Asked Questions</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Welcome</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Donate</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Mirrors</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Quick Start Guides</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Screenshots</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Servers</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Adélie Linux | Community Standards</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> 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 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> |