diff --git a/about.txt b/about.txt deleted file mode 100644 index 0e99994..0000000 --- a/about.txt +++ /dev/null @@ -1,6 +0,0 @@ -This favicon was generated using the following graphics from Twitter Twemoji: - -- Graphics Title: 1f3d8.svg -- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji) -- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f3d8.svg -- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png index 65e4c9e..5603d22 100644 Binary files a/android-chrome-192x192.png and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png index 1a548b0..ef2a630 100644 Binary files a/android-chrome-512x512.png and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 2ac14e5..2280631 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..249c5c1 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #ffc40d + + + diff --git a/favicon-16x16.png b/favicon-16x16.png index 568724b..19b8e0b 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 1e26b4c..f2b8f09 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico index 1068fc2..59cb1cb 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/favicon_io.zip b/favicon_io.zip deleted file mode 100644 index 4163e3f..0000000 Binary files a/favicon_io.zip and /dev/null differ diff --git a/favicon_package_v0.16.zip b/favicon_package_v0.16.zip new file mode 100644 index 0000000..045aad6 Binary files /dev/null and b/favicon_package_v0.16.zip differ diff --git a/header.php b/header.php index ae4e2cb..33fe9c6 100644 --- a/header.php +++ b/header.php @@ -17,7 +17,10 @@ - + + + + <?php echo $page; diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..d856543 Binary files /dev/null and b/mstile-150x150.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..6b62100 --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,25 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.14, written by Peter Selinger 2001-2017 +</metadata> +<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M2315 5109 c-545 -53 -1079 -290 -1476 -657 -420 -388 -694 -875 +-794 -1416 -132 -719 38 -1440 479 -2025 92 -123 284 -322 411 -426 502 -412 +1154 -623 1787 -577 363 26 643 101 963 257 268 131 460 269 681 489 220 221 +358 413 489 681 156 320 231 600 257 962 44 601 -140 1210 -515 1713 -93 124 +-365 396 -489 488 -525 392 -1157 572 -1793 511z m333 -1068 c21 -11 373 -356 +798 -783 618 -619 764 -770 774 -802 25 -80 -14 -177 -86 -211 -46 -21 -121 +-22 -160 -2 -16 9 -337 324 -714 701 -377 377 -689 686 -695 686 -5 0 -325 +-315 -710 -699 -770 -770 -731 -736 -827 -710 -60 16 -93 42 -117 92 -26 53 +-26 100 -2 152 22 46 1526 1552 1576 1579 42 21 118 20 163 -3z m798 -1477 +l244 -251 0 -627 0 -626 -340 0 -340 0 0 435 c0 415 -1 437 -21 490 -25 68 +-101 153 -173 194 -224 128 -533 48 -638 -167 l-33 -67 -3 -442 -3 -443 -339 +0 -340 0 1 628 0 627 557 568 557 569 313 -319 c172 -175 423 -431 558 -569z"/> +</g> +</svg> diff --git a/site.webmanifest b/site.webmanifest index 45dc8a2..b20abb7 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -1 +1,19 @@ -{"name":"","short_name":"","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"} \ No newline at end of file +{ + "name": "", + "short_name": "", + "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" +}