Iteam cleanup + less migration

This commit is contained in:
2026-03-07 19:18:03 +01:00
parent 97cd50ed12
commit c6f7a9e966
60 changed files with 1633 additions and 851 deletions

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="8" fill="#0a0e00"/>
<!-- Radiant star -->
<polygon points="32,8 35,24 50,20 38,30 46,44 32,36 18,44 26,30 14,20 29,24" fill="#f0d020" stroke="#c8a000" stroke-width="1.5" stroke-linejoin="round"/>
<!-- Rays -->
<line x1="32" y1="4" x2="32" y2="10" stroke="#f0d020" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
<line x1="54" y1="12" x2="50" y2="17" stroke="#f0d020" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
<line x1="60" y1="32" x2="54" y2="32" stroke="#f0d020" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
<line x1="10" y1="12" x2="14" y2="17" stroke="#f0d020" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
<line x1="4" y1="32" x2="10" y2="32" stroke="#f0d020" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 884 B