Inital commit of Astro Website

This commit is contained in:
2026-03-21 14:37:03 +01:00
commit bea1f0741d
60 changed files with 10838 additions and 0 deletions

35
public/favicon.svg Normal file
View File

@@ -0,0 +1,35 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="900" viewBox="-1 -2 19 9" fill="none">
<defs>
<radialGradient id="iris">
<stop offset="0%" stop-color="var(--logo-eye-iris-inner, #d70041)" />
<stop offset="80%" stop-color="var(--logo-eye-iris-inner, #d70041)" />
<stop offset="100%" stop-color="var(--logo-eye-iris-outer, #6b0e1a)" />
</radialGradient>
<radialGradient id="irisstar1">
<stop offset="0%" stop-color="#cccccc" stop-opacity=".4" />
<stop offset="100%" stop-color="#ccccc" stop-opacity=".05" />
</radialGradient>
<radialGradient id="irisstar2">
<stop offset="0%" stop-color="#000000" stop-opacity=".25" />
<stop offset="100%" stop-color="#000000" stop-opacity="0" />
</radialGradient>
<path id="eyeborder" d="M 0 6 C 2 4 2 0 16 0 C 16 6 14 8 0 6 C 2 3 2 0 16.7 -0.5 C 16 7 14 8 0 6 Z" />
<mask id="innereye">
<use href="#eyeborder" fill="white" />
</mask>
</defs>
<use href="#eyeborder" fill="var(--logo-eye-bg, #1b1b1b)" />
<g mask="url(#innereye)">
<g transform="translate(8,2)">
<circle cx="0" cy="0" r="5.5" stroke="black" stroke-width=".4" fill="url(#iris)" />
<path d="M 4.96 -0.17 l -3.2 0.35 l 3.08 0.94 l -3.18 -0.49 l 2.73 1.71 l -2.94 -1.3 l 2.19 2.35 l -2.51 -2.02 l 1.51 2.84 l -1.9 -2.6 l 0.72 3.14 l -1.16 -3 l -0.11 3.22 l -0.35 -3.2 l -0.94 3.08 l 0.49 -3.18 l -1.71 2.73 l 1.3 -2.94 l -2.35 2.19 l 2.02 -2.51 l -2.84 1.51 l 2.6 -1.9 l -3.14 0.72 l 3 -1.16 l -3.22 -0.11 l 3.2 -0.35 l -3.08 -0.94 l 3.18 0.49 l -2.73 -1.71 l 2.94 1.3 l -2.19 -2.35 l 2.51 2.02 l -1.51 -2.84 l 1.9 2.6 l -0.72 -3.14 l 1.16 3 l 0.11 -3.22 l 0.35 3.2 l 0.94 -3.08 l -0.49 3.18 l 1.71 -2.73 l -1.3 2.94 l 2.35 -2.19 l -2.02 2.51 l 2.84 -1.51 l -2.6 1.9 l 3.14 -0.72 l -3 1.16 l 3.22 0.11 Z" fill="url(#irisstar1)" />
<path d="M 4.41 0.43 l -2.87 -0.06 l 2.62 1.19 l -2.75 -0.8 l 2.22 1.84 l -2.44 -1.5 l 1.66 2.33 l -1.98 -2.08 l 1 2.68 l -1.38 -2.52 l 0.26 2.86 l -0.67 -2.78 l -0.47 2.83 l 0.06 -2.87 l -1.19 2.62 l 0.8 -2.75 l -1.84 2.22 l 1.5 -2.44 l -2.33 1.66 l 2.08 -1.98 l -2.68 1 l 2.52 -1.38 l -2.86 0.26 l 2.78 -0.67 l -2.83 -0.47 l 2.87 0.06 l -2.62 -1.19 l 2.75 0.8 l -2.22 -1.84 l 2.44 1.5 l -1.66 -2.33 l 1.98 2.08 l -1 -2.68 l 1.38 2.52 l -0.26 -2.86 l 0.67 2.78 l 0.47 -2.83 l -0.06 2.87 l 1.19 -2.62 l -0.8 2.75 l 1.84 -2.22 l -1.5 2.44 l 2.33 -1.66 l -2.08 1.98 l 2.68 -1 l -2.52 1.38 l 2.86 -0.26 l -2.78 0.67 l 2.83 0.47 Z" fill="url(#irisstar2)" />
<circle cx="0" cy="0" r="3" fill="black" />
</g>
</g>
<use href="#eyeborder" fill-rule="evenodd" fill="var(--logo-eye-border, #000)" stroke="var(--logo-eye-border, #000)" stroke-width=".3" />
<path d="M 0 3 C 4 -1 11 0 17 -2 C 11 -1 3 -2 0 3 Z" fill="var(--logo-eye-brow, #000)" stroke-linejoin="arcs" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB