Initial StaySense landing page

This commit is contained in:
Oliver 2026-02-22 13:39:25 +01:00
commit 289b808771
No known key found for this signature in database
15 changed files with 844 additions and 0 deletions

11
assets/icon-location.svg Normal file
View file

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Icon Standort">
<defs>
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#7c5cff" stop-opacity="0.95"/>
<stop offset="1" stop-color="#5eead4" stop-opacity="0.55"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="52" height="52" rx="16" fill="#0b1220" stroke="#ffffff" stroke-opacity="0.14"/>
<circle cx="20" cy="22" r="6" fill="url(#g)"/>
<text x="32" y="40" text-anchor="middle" font-family="Inter, system-ui, Arial" font-size="22" fill="#eaf0ff">📍</text>
</svg>

After

Width:  |  Height:  |  Size: 613 B