Updated html head and favicon

This commit is contained in:
2025-06-26 18:50:35 +02:00
parent f94f9136fd
commit 8c20fd082a
17 changed files with 33 additions and 52 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="1000"><svg id="SvgjsSvg1050" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
<circle cx="500" cy="500" r="500" fill="#0080FF"></circle>
<g fill="#FFFFFF">
<rect x="425" y="250" width="50" height="500"></rect>
<rect x="525" y="250" width="50" height="500"></rect>
<rect x="200" y="250" width="250" height="50"></rect>
<rect x="200" y="475" width="250" height="50"></rect>
<rect x="200" y="700" width="250" height="50"></rect>
<rect x="550" y="250" width="250" height="50"></rect>
<rect x="550" y="475" width="250" height="50"></rect>
</g>
</svg><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
@media (prefers-color-scheme: dark) { :root { filter: none; } }
</style></svg>

After

Width:  |  Height:  |  Size: 886 B

View File

@@ -0,0 +1,19 @@
{
"icons": [
{
"src": "https://static.eliasfink.de/img/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "https://static.eliasfink.de/img/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -1,24 +0,0 @@
<?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="1000.000000pt" height="1000.000000pt" viewBox="0 0 1000.000000 1000.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,1000.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M4620 9990 c-1527 -125 -2874 -903 -3744 -2160 -424 -612 -713 -1343
-821 -2073 -45 -305 -50 -386 -49 -772 0 -320 3 -395 22 -554 89 -729 314
-1391 680 -2001 782 -1304 2130 -2192 3627 -2389 448 -59 1007 -53 1432 14
596 94 1189 300 1698 589 158 90 463 294 598 399 714 558 1265 1292 1590 2117
236 599 347 1188 347 1840 0 130 -5 297 -10 371 -82 1059 -477 2028 -1165
2854 -129 155 -447 474 -600 601 -775 643 -1657 1025 -2650 1145 -192 23 -765
34 -955 19z m180 -4990 l0 -2600 -1450 0 -1450 0 0 250 0 250 1200 0 1200 0 0
925 0 925 -1200 0 -1200 0 0 250 0 250 1200 0 1200 0 0 925 0 925 -1200 0
-1200 0 0 250 0 250 1450 0 1450 0 0 -2600z m3300 2350 l0 -250 -1200 0 -1200
0 0 -925 0 -925 1200 0 1200 0 0 -250 0 -250 -1200 0 -1200 0 0 -1175 0 -1175
-250 0 -250 0 0 2600 0 2600 1450 0 1450 0 0 -250z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,19 +0,0 @@
{
"name": "Elias Fink",
"short_name": "Elias Fink",
"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"
}