add favicons

This commit is contained in:
Amolith 2021-09-23 00:56:00 -04:00
parent 7d602d976f
commit ba92b614aa
Signed by: Amolith
GPG Key ID: 5548AD9930655715
20 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!--
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: BSD-3-Clause
-->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

View File

@ -0,0 +1,15 @@
<!--
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: BSD-3-Clause
-->
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/favicons/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

BIN
static/favicons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

View File

@ -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="M632 5109 c-234 -39 -446 -198 -551 -413 -83 -169 -76 28 -76 -2136
0 -2164 -7 -1968 76 -2135 76 -154 190 -268 344 -344 167 -83 -29 -76 2135
-76 2164 0 1967 -7 2136 76 193 94 341 275 401 489 17 62 18 158 18 1990 0
1832 -1 1928 -18 1990 -60 214 -208 395 -401 489 -168 83 33 75 -2106 77
-1068 1 -1928 -2 -1958 -7z m352 -2163 c118 -58 198 -156 231 -283 53 -204
-48 -414 -242 -506 -138 -64 -315 -45 -440 47 -69 50 -135 143 -158 220 -23
75 -21 201 5 272 46 132 140 225 276 274 48 17 77 20 156 17 89 -4 105 -7 172
-41z m834 23 c159 -53 292 -222 292 -367 0 -48 8 -37 20 28 40 211 218 360
430 360 217 0 393 -151 432 -370 31 -181 -73 -376 -247 -461 -67 -33 -74 -34
-185 -34 -111 0 -118 1 -185 34 -125 61 -219 183 -244 314 -12 65 -17 66 -24
6 -15 -125 -113 -256 -237 -317 -160 -79 -366 -49 -492 72 -100 95 -142 201
-136 341 3 79 8 100 40 165 77 160 216 249 394 250 56 0 99 -6 142 -21z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: CC-BY-4.0

View File

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: BSD-3-Clause