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,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="8" fill="#120a0a"/>
<!-- Broken arm / cracked fist -->
<!-- Arm -->
<path d="M14 48 Q18 36 28 32 L36 30 Q44 28 46 22 Q48 16 44 14" fill="none" stroke="#7a6040" stroke-width="3.5" stroke-linecap="round"/>
<!-- Fist/hand -->
<rect x="38" y="10" width="14" height="10" rx="4" fill="none" stroke="#7a6040" stroke-width="2.5"/>
<!-- Crack / break -->
<path d="M30 32 L34 28 L30 24" fill="none" stroke="#cc2222" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Downward arrow indicating weakness -->
<line x1="52" y1="40" x2="52" y2="56" stroke="#cc2222" stroke-width="3" stroke-linecap="round"/>
<polyline points="46,50 52,56 58,50" fill="none" stroke="#cc2222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 870 B