Initial StaySense landing page
This commit is contained in:
commit
289b808771
15 changed files with 844 additions and 0 deletions
11
assets/icon-focus.svg
Normal file
11
assets/icon-focus.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Icon Fokus">
|
||||
<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: 610 B |
Loading…
Add table
Add a link
Reference in a new issue