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,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="8" fill="#080818"/>
<!-- Ghostly figure outline (dotted) -->
<path d="M32 12 Q20 12 20 24 L20 50 Q20 52 22 50 Q24 48 26 50 Q28 52 30 50 Q32 48 34 50 Q36 52 38 50 Q40 48 42 50 Q44 52 44 50 L44 24 Q44 12 32 12Z"
fill="none" stroke="#8888cc" stroke-width="2.5" stroke-dasharray="4 3" opacity="0.8"/>
<!-- Ghost eyes (faint) -->
<circle cx="26" cy="28" r="3" fill="#8888cc" opacity="0.5"/>
<circle cx="38" cy="28" r="3" fill="#8888cc" opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 568 B