Add missing icons

This commit is contained in:
Christoph Hagen 2022-05-04 13:40:54 +02:00
parent c366a6c1ce
commit 796a760b92
11 changed files with 71 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/festival/icons/mstile-150x150.png"/>
<TileColor>#784141</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,11 @@
<link rel="apple-touch-icon" sizes="180x180" href="/festival/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/festival/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/festival/icons/favicon-16x16.png">
<link rel="manifest" href="/festival/icons/site.webmanifest">
<link rel="mask-icon" href="/festival/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/festival/icons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="CC Festival">
<meta name="application-name" content="CC Festival">
<meta name="msapplication-TileColor" content="#784141">
<meta name="msapplication-config" content="/festival/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

View File

@ -0,0 +1,32 @@
<?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="M1425 3635 c-217 -33 -374 -113 -518 -264 -155 -163 -248 -380 -274
-641 -9 -84 -9 -267 -1 -350 33 -326 174 -593 397 -753 86 -62 219 -123 312
-143 124 -26 319 -30 439 -9 303 55 550 258 638 525 37 113 42 133 37 139 -4
3 -65 6 -137 6 l-132 0 -23 -57 c-75 -186 -205 -305 -392 -357 -59 -16 -96
-20 -190 -17 -127 3 -149 7 -231 37 -179 66 -322 225 -394 436 -13 38 -23 71
-24 76 0 7 -7 39 -18 87 -14 62 -13 327 2 409 58 329 239 550 504 618 69 17
222 22 303 10 172 -27 335 -146 408 -297 20 -41 42 -87 48 -102 l11 -28 135 0
c75 0 134 3 132 8 -3 4 -8 23 -11 43 -10 65 -58 180 -106 253 -125 191 -332
326 -561 366 -96 17 -264 19 -354 5z"/>
<path d="M3465 3633 c-96 -16 -190 -46 -266 -84 -99 -49 -235 -163 -294 -244
-11 -16 -26 -34 -32 -41 -7 -7 -13 -15 -13 -18 0 -3 -14 -29 -31 -57 -37 -64
-83 -176 -103 -255 -14 -57 -19 -84 -36 -204 -11 -77 -5 -342 9 -422 56 -323
191 -549 419 -701 75 -50 210 -109 279 -122 16 -2 39 -7 53 -10 55 -11 109
-15 200 -15 419 -1 745 233 849 609 18 66 18 71 3 72 -9 1 -71 2 -138 3 l-121
1 -23 -60 c-92 -239 -304 -378 -576 -376 -181 1 -324 60 -450 186 -70 70 -89
97 -132 186 -46 94 -74 176 -89 263 -14 81 -13 334 2 419 57 328 243 552 515
618 78 19 260 16 339 -5 138 -37 258 -120 327 -226 27 -41 56 -98 56 -110 0
-3 3 -9 7 -15 5 -5 11 -22 15 -37 l6 -28 139 0 139 0 -15 58 c-71 282 -274
496 -555 586 -123 40 -344 53 -483 29z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

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