Add static site landing page

This commit is contained in:
2026-03-26 17:11:10 +01:00
parent 884c98ff4e
commit 74d4838480
6 changed files with 1249 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" role="img" aria-labelledby="title desc">
<title id="title">Axis and Circle</title>
<desc id="desc">A circular seal with vertical and horizontal axes and a central point.</desc>
<defs>
<linearGradient id="axis" x1="0%" x2="100%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#b0bec5"/>
<stop offset="50%" stop-color="#fff8e1"/>
<stop offset="100%" stop-color="#2e7d32"/>
</linearGradient>
</defs>
<rect width="640" height="640" rx="96" fill="#09192b"/>
<circle cx="320" cy="320" r="238" fill="none" stroke="url(#axis)" stroke-width="8"/>
<circle cx="320" cy="320" r="184" fill="none" opacity="0.15" stroke="#fff8e1" stroke-width="2"/>
<line x1="320" x2="320" y1="106" y2="534" stroke="#fff8e1" stroke-width="10" stroke-linecap="round"/>
<line x1="106" x2="534" y1="320" y2="320" opacity="0.82" stroke="#b0bec5" stroke-width="10" stroke-linecap="round"/>
<circle cx="320" cy="320" r="42" fill="#b87333"/>
<circle cx="320" cy="320" r="18" fill="#fff8e1"/>
<circle cx="320" cy="148" r="14" fill="#fff8e1"/>
<circle cx="320" cy="492" r="14" fill="#fff8e1"/>
<circle cx="148" cy="320" r="14" fill="#fff8e1"/>
<circle cx="492" cy="320" r="14" fill="#fff8e1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB