flesh out frontend

This commit is contained in:
2025-01-11 03:14:02 -05:00
parent 0abf129fcc
commit f02676ba2e
9 changed files with 870 additions and 8 deletions

25
assets/svg/archy.svg Normal file
View File

@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 255 255">
<defs>
<filter id="a">
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2"/>
</filter>
<filter id="b">
<feGaussianBlur in="SourceGraphic" stdDeviation=".9"/>
</filter>
<filter id="d">
<feGaussianBlur in="SourceGraphic" stdDeviation="1"/>
</filter>
<linearGradient id="c" x1="0" x2="1" y1="0" y2="0">
<stop offset="0" stop-color="#10c9c9" stop-opacity=".992"/>
<stop offset="1" stop-color="#0e7c7c"/>
</linearGradient>
<linearGradient id="e" x1="0" x2="1" y1="0" y2="0">
<stop offset="0" stop-color="#0e7c7c"/>
<stop offset=".637" stop-color="#10c9c9" stop-opacity=".988"/>
</linearGradient>
</defs>
<path fill="#10c9c9" d="M151.525 25.009 35.622 211.199s61.954-54.834 99.85-51.846c37.896 2.987 77.858 81.186 77.858 81.186l-61.805-215.53z" opacity="NaN"/>
<path fill="none" stroke="#56ffff" d="m150.333 32.333 55 189" filter="url(#a)"/>
<path fill="none" stroke="url(#c)" d="M136.333 157.5c14 .667 32.334 17 32.334 17s11.666 12 15.666 16.667c4 4.666 13 19.333 15.667 22.333s6 10.333 6 10.167" filter="url(#b)" opacity="NaN"/>
<path fill="none" stroke="url(#e)" d="M150.667 33.5 43.333 202.833" filter="url(#d)" transform="rotate(-.58 97 118.167)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB