Initial commit

This commit is contained in:
2026-03-08 11:38:28 +01:00
parent 1cd6937f90
commit 82a124f900
22 changed files with 3125 additions and 2 deletions
+41
View File
@@ -0,0 +1,41 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 190">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#041b2d"/>
<stop offset="1" stop-color="#102c45"/>
</linearGradient>
<linearGradient id="title" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#ffed66"/>
<stop offset="1" stop-color="#ff7a59"/>
</linearGradient>
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur stdDeviation="5" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="760" height="190" rx="22" fill="url(#bg)"/>
<g opacity="0.22" fill="#94d2ff">
<rect x="22" y="18" width="16" height="16"/>
<rect x="52" y="18" width="16" height="16"/>
<rect x="82" y="18" width="16" height="16"/>
<rect x="112" y="18" width="16" height="16"/>
<rect x="642" y="156" width="16" height="16"/>
<rect x="672" y="156" width="16" height="16"/>
<rect x="702" y="156" width="16" height="16"/>
</g>
<g transform="translate(34,35)">
<rect x="0" y="0" width="112" height="112" rx="18" fill="#142f4a" stroke="#4ac0ff" stroke-width="6"/>
<circle cx="56" cy="56" r="27" fill="#111" stroke="#f5f7ff" stroke-width="6"/>
<rect x="52" y="12" width="8" height="22" rx="4" fill="#f8f8f8"/>
<circle cx="56" cy="10" r="8" fill="#ff8659"/>
<path d="M56 2 C66 4 68 12 60 16 C63 10 59 8 56 2Z" fill="#ffe37a"/>
</g>
<g transform="translate(170,48)" fill="url(#title)" filter="url(#glow)">
<text x="0" y="56" font-size="68" font-family="Trebuchet MS, Verdana, sans-serif" font-weight="900" letter-spacing="2">NEON</text>
<text x="0" y="120" font-size="68" font-family="Trebuchet MS, Verdana, sans-serif" font-weight="900" letter-spacing="2">BOMBER</text>
</g>
<text x="535" y="166" font-size="24" fill="#b6dfff" font-family="Verdana, sans-serif">GRID SHOWDOWN</text>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<ellipse cx="32" cy="58" rx="17" ry="4.6" fill="#000" opacity="0.24"/>
<g>
<rect x="24" y="4" width="16" height="5" rx="2" fill="#8fd7ff"/>
<rect x="30" y="0" width="4" height="7" rx="2" fill="#bde8ff"/>
<circle cx="32" cy="1.8" r="1.8" fill="#ffd76c"/>
</g>
<rect x="18" y="9" width="28" height="22" rx="5" fill="#d4e3ef" stroke="#7f94a8" stroke-width="2"/>
<rect x="21" y="15" width="22" height="9" rx="3" fill="#0e2337"/>
<circle cx="27" cy="19.5" r="2.2" fill="#6fe3ff"/>
<circle cx="37" cy="19.5" r="2.2" fill="#6fe3ff"/>
<rect x="28" y="25" width="8" height="2" rx="1" fill="#7f94a8"/>
<rect x="16" y="34" width="32" height="20" rx="7" fill="#2d8ddd"/>
<rect x="14" y="37" width="6" height="13" rx="2" fill="#4fb6ff"/>
<rect x="44" y="37" width="6" height="13" rx="2" fill="#4fb6ff"/>
<rect x="20" y="38" width="24" height="8" rx="3" fill="#7fd0ff" opacity="0.75"/>
<rect x="22" y="54" width="8" height="6" rx="2" fill="#b7c8d8"/>
<rect x="34" y="54" width="8" height="6" rx="2" fill="#b7c8d8"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<ellipse cx="32" cy="58" rx="17" ry="4.6" fill="#000" opacity="0.24"/>
<g>
<rect x="24" y="4" width="16" height="5" rx="2" fill="#c9ffd9"/>
<rect x="30" y="0" width="4" height="7" rx="2" fill="#e1ffe9"/>
<circle cx="32" cy="1.8" r="1.8" fill="#ffd76c"/>
</g>
<rect x="18" y="9" width="28" height="22" rx="5" fill="#d7e5db" stroke="#78947f" stroke-width="2"/>
<rect x="21" y="15" width="22" height="9" rx="3" fill="#102c1c"/>
<circle cx="27" cy="19.5" r="2.2" fill="#a2ffd0"/>
<circle cx="37" cy="19.5" r="2.2" fill="#a2ffd0"/>
<rect x="28" y="25" width="8" height="2" rx="1" fill="#78947f"/>
<rect x="16" y="34" width="32" height="20" rx="7" fill="#4ec273"/>
<rect x="14" y="37" width="6" height="13" rx="2" fill="#7be39d"/>
<rect x="44" y="37" width="6" height="13" rx="2" fill="#7be39d"/>
<rect x="20" y="38" width="24" height="8" rx="3" fill="#b6f1ca" opacity="0.75"/>
<rect x="22" y="54" width="8" height="6" rx="2" fill="#bad3c1"/>
<rect x="34" y="54" width="8" height="6" rx="2" fill="#bad3c1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<ellipse cx="32" cy="58" rx="17" ry="4.6" fill="#000" opacity="0.24"/>
<g>
<rect x="24" y="4" width="16" height="5" rx="2" fill="#ffc0b6"/>
<rect x="30" y="0" width="4" height="7" rx="2" fill="#ffd7d0"/>
<circle cx="32" cy="1.8" r="1.8" fill="#ffd76c"/>
</g>
<rect x="18" y="9" width="28" height="22" rx="5" fill="#e4d7d4" stroke="#987774" stroke-width="2"/>
<rect x="21" y="15" width="22" height="9" rx="3" fill="#3a1210"/>
<circle cx="27" cy="19.5" r="2.2" fill="#ffb39f"/>
<circle cx="37" cy="19.5" r="2.2" fill="#ffb39f"/>
<rect x="28" y="25" width="8" height="2" rx="1" fill="#987774"/>
<rect x="16" y="34" width="32" height="20" rx="7" fill="#e45a4d"/>
<rect x="14" y="37" width="6" height="13" rx="2" fill="#ff8878"/>
<rect x="44" y="37" width="6" height="13" rx="2" fill="#ff8878"/>
<rect x="20" y="38" width="24" height="8" rx="3" fill="#ffb19f" opacity="0.75"/>
<rect x="22" y="54" width="8" height="6" rx="2" fill="#d7b5b1"/>
<rect x="34" y="54" width="8" height="6" rx="2" fill="#d7b5b1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<ellipse cx="32" cy="58" rx="17" ry="4.6" fill="#000" opacity="0.24"/>
<g>
<rect x="24" y="4" width="16" height="5" rx="2" fill="#ffeab4"/>
<rect x="30" y="0" width="4" height="7" rx="2" fill="#fff3d1"/>
<circle cx="32" cy="1.8" r="1.8" fill="#ffd76c"/>
</g>
<rect x="18" y="9" width="28" height="22" rx="5" fill="#e8dfcb" stroke="#998b68" stroke-width="2"/>
<rect x="21" y="15" width="22" height="9" rx="3" fill="#3c3013"/>
<circle cx="27" cy="19.5" r="2.2" fill="#ffe997"/>
<circle cx="37" cy="19.5" r="2.2" fill="#ffe997"/>
<rect x="28" y="25" width="8" height="2" rx="1" fill="#998b68"/>
<rect x="16" y="34" width="32" height="20" rx="7" fill="#ebbe3f"/>
<rect x="14" y="37" width="6" height="13" rx="2" fill="#ffd867"/>
<rect x="44" y="37" width="6" height="13" rx="2" fill="#ffd867"/>
<rect x="20" y="38" width="24" height="8" rx="3" fill="#ffe8a4" opacity="0.75"/>
<rect x="22" y="54" width="8" height="6" rx="2" fill="#d9cca7"/>
<rect x="34" y="54" width="8" height="6" rx="2" fill="#d9cca7"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#1f3f5a"/>
<circle cx="32" cy="34" r="15" fill="#e4eef7"/>
<rect x="29" y="16" width="6" height="8" rx="2" fill="#e4eef7"/>
<path d="M32 20 C37 17 43 19 45 24" stroke="#e4eef7" stroke-width="2.6" fill="none"/>
<rect x="28" y="28" width="8" height="12" rx="2" fill="#0f2233"/>
<rect x="24" y="32" width="16" height="4" rx="2" fill="#0f2233"/>
</svg>

After

Width:  |  Height:  |  Size: 465 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#503025"/>
<path d="M32 10 C45 21 49 36 42 48 C37 57 27 57 22 48 C15 36 19 21 32 10Z" fill="#ff8f43"/>
<path d="M32 21 C38 27 39 35 36 41 C34 46 30 46 28 41 C25 35 26 27 32 21Z" fill="#fff7c7"/>
<rect x="28" y="44" width="8" height="12" rx="3" fill="#fff7c7"/>
</svg>

After

Width:  |  Height:  |  Size: 380 B

+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#1b4b3d"/>
<path d="M12 33 H42" stroke="#d8ffe8" stroke-width="6" stroke-linecap="round"/>
<path d="M20 22 H50" stroke="#d8ffe8" stroke-width="6" stroke-linecap="round"/>
<path d="M8 44 H38" stroke="#d8ffe8" stroke-width="6" stroke-linecap="round"/>
<polygon points="40,16 58,32 40,48" fill="#a0ffd4"/>
</svg>

After

Width:  |  Height:  |  Size: 424 B

+9
View File
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" fill="none"/>
<circle cx="32" cy="36" r="20" fill="#111a25"/>
<ellipse cx="26" cy="30" rx="10" ry="7" fill="#5f7486" opacity="0.55"/>
<rect x="28" y="11" width="8" height="9" rx="3" fill="#cbd8e2"/>
<path d="M32 10 C38 6 45 8 47 14" stroke="#d8e4ee" stroke-width="3" fill="none"/>
<circle cx="49" cy="14" r="5" fill="#ff9059"/>
<path d="M49 8 C55 9 56 15 50 17 C52 14 51 11 49 8Z" fill="#ffe27a"/>
</svg>

After

Width:  |  Height:  |  Size: 509 B

+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="wood" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#c69057"/>
<stop offset="1" stop-color="#8f5f34"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="8" fill="#4f3218"/>
<rect x="5" y="5" width="54" height="54" rx="7" fill="url(#wood)"/>
<path d="M9 12H55M9 52H55M12 9V55M52 9V55" stroke="#6f4523" stroke-width="4"/>
<path d="M16 16 L48 48M48 16 L16 48" stroke="#e5bd83" stroke-width="3" opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 556 B

+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<radialGradient id="g" cx="0.5" cy="0.5" r="0.55">
<stop offset="0" stop-color="#fff7bf"/>
<stop offset="0.5" stop-color="#ffb347"/>
<stop offset="1" stop-color="#ff5a36"/>
</radialGradient>
<circle cx="32" cy="32" r="22" fill="url(#g)"/>
</svg>

After

Width:  |  Height:  |  Size: 325 B

+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="f" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#fff5c8"/>
<stop offset="0.5" stop-color="#ffbe5b"/>
<stop offset="1" stop-color="#ff6d3a"/>
</linearGradient>
</defs>
<path d="M32 8 C44 18 48 31 45 42 C42 53 22 53 19 42 C16 31 20 18 32 8Z" fill="url(#f)"/>
<path d="M32 18 C38 24 39 32 37 37 C35 42 29 42 27 37 C25 32 26 24 32 18Z" fill="#fffad9" opacity="0.7"/>
</svg>

After

Width:  |  Height:  |  Size: 505 B

+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="h" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#ff7d3b"/>
<stop offset="0.5" stop-color="#ffd56a"/>
<stop offset="1" stop-color="#ff7d3b"/>
</linearGradient>
</defs>
<rect x="0" y="20" width="64" height="24" rx="10" fill="url(#h)"/>
<rect x="8" y="25" width="48" height="14" rx="7" fill="#fff4bd" opacity="0.65"/>
</svg>

After

Width:  |  Height:  |  Size: 457 B

+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" fill="#263b4d"/>
<rect x="0" y="0" width="32" height="32" fill="#30495f"/>
<rect x="32" y="32" width="32" height="32" fill="#30495f"/>
<path d="M0 32H64M32 0V64" stroke="#3a5870" stroke-width="2" opacity="0.65"/>
<circle cx="8" cy="8" r="1.6" fill="#9ec9e8" opacity="0.45"/>
<circle cx="56" cy="56" r="1.6" fill="#9ec9e8" opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 448 B

+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="metal" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#8cb0c9"/>
<stop offset="1" stop-color="#3f5d74"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="8" fill="#223647"/>
<rect x="5" y="5" width="54" height="54" rx="6" fill="url(#metal)"/>
<rect x="13" y="13" width="38" height="38" rx="5" fill="#c8deee" opacity="0.45"/>
<path d="M12 24H52M12 40H52M24 12V52M40 12V52" stroke="#233948" stroke-width="2" opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 571 B