This commit is contained in:
2026-05-28 21:32:46 +02:00
parent e8cac569e3
commit e82e30dd02
29 changed files with 2485 additions and 97 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 38 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<!-- Background: warm cream rounded square (matches OpsLog palette) -->
<rect width="256" height="256" rx="48" fill="#faf6ea"/>
<!-- "Q" ring -->
<circle cx="116" cy="120" r="68" fill="none"
stroke="#b8410c" stroke-width="22"/>
<!-- Q tail merging into radio waves -->
<path d="M 162 166 L 196 200"
fill="none" stroke="#b8410c" stroke-width="22"
stroke-linecap="round"/>
<!-- 3 expanding wave arcs to the bottom-right (signal emission) -->
<path d="M 184 188 Q 208 188 208 212"
fill="none" stroke="#7a4a14" stroke-width="7" stroke-linecap="round"/>
<path d="M 172 200 Q 204 200 204 232"
fill="none" stroke="#7a4a14" stroke-width="7" stroke-linecap="round" opacity="0.75"/>
<path d="M 160 212 Q 200 212 200 244" transform="translate(-10 -2)"
fill="none" stroke="#7a4a14" stroke-width="7" stroke-linecap="round" opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 31 KiB