System development, WIP

This commit is contained in:
2026-05-05 13:55:42 +02:00
commit c0223977d2
250 changed files with 10362 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="none">
<title>feature</title>
<defs>
<linearGradient id="bg" x1="20" y1="20" x2="236" y2="236" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#2d2018"/>
<stop offset="1" stop-color="#16110d"/>
</linearGradient>
<linearGradient id="trim" x1="42" y1="32" x2="214" y2="224" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#dcc8a4"/>
<stop offset="0.45" stop-color="#b89458"/>
<stop offset="1" stop-color="#72422a"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="6" stdDeviation="8" flood-color="#000" flood-opacity="0.45"/>
</filter>
</defs>
<rect x="16" y="16" width="224" height="224" rx="36" fill="url(#bg)"/>
<path d="M128 24 205 52 222 128 205 204 128 232 51 204 34 128 51 52Z" fill="#231913" stroke="url(#trim)" stroke-width="6" filter="url(#shadow)"/>
<path d="M128 38 192 61 206 128 192 195 128 218 64 195 50 128 64 61Z" stroke="#72422a" stroke-width="2.5" opacity="0.65"/>
<path d="M63 80 92 62M193 80 164 62M63 176 92 194M193 176 164 194" stroke="#95a45d" stroke-width="2" opacity="0.45"/>
<circle cx="128" cy="128" r="72" fill="#0d0907" fill-opacity="0.18" stroke="#d7b66a" stroke-opacity="0.35"/>
<g stroke-linecap="round" stroke-linejoin="round"><path d="M94 74h68c0 28-12 48-34 58-22-10-34-30-34-58Z" fill="#dcc8a4" stroke="#d7b66a" stroke-width="4"/><path d="M128 132v24M104 176h48" stroke="#b89458" stroke-width="8"/><path d="M116 92c4 10 10 16 12 26 8-8 14-16 18-28" stroke="#95a45d" stroke-width="4"/></g>
<g fill="#dcc8a4" opacity="0.8">
<circle cx="52" cy="52" r="3"/><circle cx="204" cy="52" r="3"/><circle cx="52" cy="204" r="3"/><circle cx="204" cy="204" r="3"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB