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,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="8" fill="#0a140a"/>
<!-- Skull -->
<circle cx="32" cy="26" r="14" fill="none" stroke="#6aaa44" stroke-width="2.5"/>
<rect x="24" y="36" width="16" height="8" rx="2" fill="none" stroke="#6aaa44" stroke-width="2.5"/>
<!-- Eye sockets -->
<circle cx="26" cy="24" r="3" fill="#6aaa44"/>
<circle cx="38" cy="24" r="3" fill="#6aaa44"/>
<!-- Jaw lines -->
<line x1="28" y1="40" x2="28" y2="44" stroke="#6aaa44" stroke-width="2"/>
<line x1="32" y1="40" x2="32" y2="44" stroke="#6aaa44" stroke-width="2"/>
<line x1="36" y1="40" x2="36" y2="44" stroke="#6aaa44" stroke-width="2"/>
<!-- Disease dots -->
<circle cx="14" cy="18" r="3" fill="#6aaa44" opacity="0.7"/>
<circle cx="50" cy="14" r="2" fill="#6aaa44" opacity="0.6"/>
<circle cx="52" cy="44" r="3" fill="#6aaa44" opacity="0.7"/>
</svg>

After

Width:  |  Height:  |  Size: 907 B