initial commit

This commit is contained in:
2026-07-14 22:02:24 +03:00
parent a80849829a
commit 6453730766
2783 changed files with 6055 additions and 238 deletions
+34
View File
@@ -0,0 +1,34 @@
<svg width="960" height="520" viewBox="0 0 960 520" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#0d0d1a"/>
<stop offset="1" stop-color="#12121f"/>
</linearGradient>
<radialGradient id="glowA" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#3b82f6" stop-opacity="0.5"/>
<stop offset="1" stop-color="#3b82f6" stop-opacity="0"/>
</radialGradient>
<radialGradient id="glowB" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#8b5cf6" stop-opacity="0.5"/>
<stop offset="1" stop-color="#8b5cf6" stop-opacity="0"/>
</radialGradient>
<linearGradient id="icon" x1="0" y1="1" x2="0" y2="0">
<stop offset="0" stop-color="#3b82f6"/>
<stop offset="1" stop-color="#8b5cf6"/>
</linearGradient>
<filter id="blur" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="45"/>
</filter>
</defs>
<rect width="960" height="520" fill="url(#bg)"/>
<circle cx="800" cy="100" r="220" fill="url(#glowA)" filter="url(#blur)"/>
<circle cx="150" cy="430" r="210" fill="url(#glowB)" filter="url(#blur)"/>
<!-- digital equalizer bars -->
<rect x="380" y="260" width="30" height="80" rx="14" fill="url(#icon)"/>
<rect x="428" y="210" width="30" height="130" rx="14" fill="url(#icon)"/>
<rect x="476" y="150" width="30" height="190" rx="14" fill="url(#icon)"/>
<rect x="524" y="195" width="30" height="145" rx="14" fill="url(#icon)"/>
<rect x="572" y="235" width="30" height="105" rx="14" fill="url(#icon)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB