initial commit

This commit is contained in:
Samuel Müller
2025-07-31 15:19:31 +02:00
commit 3df2a0efea
16 changed files with 5671 additions and 0 deletions

22
public/favicon.svg Normal file
View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff51f9;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a348ff;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Hexagon shape -->
<polygon points="50,10 85,30 85,70 50,90 15,70 15,30"
fill="url(#grad)"
stroke="#3978ff"
stroke-width="2"/>
<!-- Letter H -->
<text x="50" y="60"
text-anchor="middle"
font-family="Arial, sans-serif"
font-size="40"
font-weight="bold"
fill="white">H</text>
</svg>

After

Width:  |  Height:  |  Size: 690 B