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="#0a0a14"/>
<!-- Lightning bolt striking head -->
<!-- Head -->
<circle cx="32" cy="42" r="14" fill="none" stroke="#9988aa" stroke-width="2.5"/>
<!-- Lightning bolt -->
<path d="M38 6 L26 28 L34 28 L22 56 L44 24 L36 24 Z" fill="#cc88ff" stroke="#aa44ee" stroke-width="1.5" stroke-linejoin="round"/>
<!-- Impact sparks -->
<line x1="42" y1="30" x2="48" y2="26" stroke="#cc88ff" stroke-width="2" stroke-linecap="round" opacity="0.7"/>
<line x1="44" y1="36" x2="52" y2="36" stroke="#cc88ff" stroke-width="2" stroke-linecap="round" opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 671 B