AIWAKE-Spielstand mit Prozess- und Programmfortschritt

This commit is contained in:
nalpush
2026-08-03 20:11:00 +02:00
parent 9814ac632c
commit e51a51c2b2
11 changed files with 2095 additions and 301 deletions

View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="Signatur-Pruefer">
<defs>
<filter id="g" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="2" result="b"/><feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<rect width="128" height="128" fill="#050807"/>
<g fill="none" stroke="#ff5574" stroke-width="2" filter="url(#g)">
<path d="M18 30h92v68H18zM28 20h20v10M80 20h20v10M28 98v10h20M80 108h20V98"/>
<path d="M33 64c9-17 19-25 31-25s22 8 31 25c-9 17-19 25-31 25S42 81 33 64Z"/>
<rect x="54" y="54" width="20" height="20"/>
</g>
<g fill="#53e5ff">
<rect x="60" y="58" width="8" height="12"/>
<rect x="25" y="61" width="7" height="6"/><rect x="96" y="61" width="7" height="6"/>
</g>
<g fill="#ffbe55" opacity=".9">
<rect x="40" y="35" width="5" height="5"/><rect x="83" y="35" width="5" height="5"/>
<rect x="40" y="88" width="5" height="5"/><rect x="83" y="88" width="5" height="5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB