initial commit

This commit is contained in:
2021-08-31 18:26:27 +02:00
parent 6247a13d78
commit 2362d1a82a
93 changed files with 3870 additions and 1 deletions

8
favicons/README.md Normal file
View File

@ -0,0 +1,8 @@
# Favicons
These sample favicons have been generated at http://realfavicongenerator.net/.
To add your own simply visit http://realfavicongenerator.net/ and
generate a new set of favicons (change the path option to `/favicons/`)
and replace all of the files in this folder. Then update the favicon section in
the [head.html](../_includes/head.html) include with the generated meta tags.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

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

BIN
favicons/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

BIN
favicons/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

BIN
favicons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
favicons/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,23 @@
<?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="980.000000pt" height="980.000000pt" viewBox="0 0 980.000000 980.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,980.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M400 8070 c-47 -25 -376 -357 -389 -393 -14 -37 -14 -132 0 -160 6
-12 543 -554 1192 -1204 l1182 -1183 -1182 -1182 c-669 -670 -1187 -1195
-1193 -1211 -15 -41 -12 -124 5 -161 9 -18 97 -114 198 -213 183 -183 211
-203 281 -203 80 0 31 -47 1509 1429 774 773 1417 1420 1427 1437 27 42 35
112 20 160 -10 32 -266 293 -1429 1457 -779 780 -1428 1425 -1443 1433 -39 20
-135 17 -178 -6z"/>
<path d="M3825 2456 c-37 -17 -80 -62 -94 -99 -7 -17 -11 -123 -11 -267 0
-144 4 -250 11 -267 13 -34 55 -80 91 -99 23 -12 452 -14 2939 -14 l2912 0 41
24 c23 13 51 42 64 64 21 38 22 49 22 293 0 245 -1 255 -23 294 -13 22 -40 49
-62 62 l-40 23 -2910 -1 c-2409 0 -2915 -2 -2940 -13z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

19
favicons/site.webmanifest Normal file
View File

@ -0,0 +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"
}