This commit is contained in:
Jerry
2022-11-29 10:42:02 +01:00
parent dc2c1f7e12
commit 41b746132d
20 changed files with 83 additions and 76 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="img/favicon/mstile-150x150.png"/>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -2,31 +2,21 @@
<!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="96.000000pt" height="96.000000pt" viewBox="0 0 96.000000 96.000000"
width="356.000000pt" height="356.000000pt" viewBox="0 0 356.000000 356.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,96.000000) scale(0.100000,-0.100000)"
<g transform="translate(0.000000,356.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M450 933 c-14 -2 -39 -11 -57 -19 -17 -8 -40 -14 -50 -14 -48 0 -146
-69 -204 -143 -21 -29 -44 -57 -49 -64 -6 -7 -10 -20 -10 -31 0 -10 -7 -27
-15 -38 -20 -27 -21 -240 -1 -281 8 -15 23 -46 33 -67 39 -84 185 -205 249
-206 10 -1 30 -7 44 -15 64 -36 259 -3 349 60 18 13 113 108 126 126 32 46 76
172 81 229 3 46 -20 132 -60 220 -17 38 -100 131 -148 165 -42 30 -200 86
-238 84 -14 -1 -36 -4 -50 -6z m249 -364 c110 -110 111 -112 111 -158 0 -37
-5 -52 -24 -70 -45 -42 -156 -24 -156 26 0 21 -8 16 -77 -47 -59 -54 -70 -60
-108 -60 -41 0 -47 5 -150 107 -125 125 -142 154 -119 208 28 68 127 82 179
25 10 -11 23 -20 29 -20 6 0 33 23 60 50 45 46 52 50 96 50 47 0 49 -1 159
-111z"/>
<path d="M473 579 c-24 -22 -43 -42 -43 -45 0 -2 18 -24 41 -49 22 -24 44 -56
48 -70 l7 -27 66 58 c37 33 67 64 67 69 1 6 -21 32 -47 58 -60 59 -83 60 -139
6z"/>
<path d="M242 568 c-24 -24 -12 -54 41 -106 29 -29 56 -52 59 -52 9 0 58 45
58 53 0 18 -116 117 -136 117 -6 0 -15 -5 -22 -12z"/>
<path d="M671 434 c-48 -40 -41 -56 22 -52 47 3 52 6 55 27 3 15 -3 30 -14 38
-24 18 -28 17 -63 -13z"/>
<path d="M420 385 c-7 -8 -10 -25 -6 -40 8 -33 45 -33 76 0 25 27 25 27 -7 44
-29 15 -48 14 -63 -4z"/>
<path d="M1608 3525 c-1 -2 -28 -6 -59 -9 -383 -41 -789 -245 -1064 -538 -96
-102 -108 -116 -185 -232 -141 -209 -222 -408 -272 -661 -17 -87 -22 -148 -22
-290 -1 -201 5 -264 34 -392 114 -503 433 -923 890 -1170 149 -81 375 -161
519 -183 36 -6 77 -13 91 -16 47 -10 375 -13 435 -4 33 5 80 12 105 16 83 12
240 53 333 89 274 103 562 308 732 520 22 28 43 52 46 55 4 3 36 51 73 107
145 221 242 484 281 758 11 75 13 334 4 407 -14 104 -41 229 -66 307 -40 128
-122 308 -175 383 -10 14 -18 31 -18 36 0 6 -4 12 -8 14 -5 2 -23 25 -42 52
-114 167 -313 356 -508 480 -137 88 -403 202 -515 221 -17 3 -34 8 -38 11 -27
16 -269 41 -408 42 -88 0 -161 -1 -163 -3z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -3,8 +3,13 @@
"short_name": "",
"icons": [
{
"src": "android-chrome-96x96.png",
"sizes": "96x96",
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],