This commit is contained in:
2025-12-04 18:05:46 +01:00
parent 88c6befc7c
commit 9fa21a488a
21 changed files with 1156 additions and 388 deletions

View File

@@ -0,0 +1,13 @@
<svg width="640" height="160" viewBox="0 0 640 160" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="leaguePlaceholderGradient" x1="0" y1="0" x2="640" y2="160" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#38BDF8" stop-opacity="0.9" />
<stop offset="0.5" stop-color="#4F46E5" stop-opacity="0.85" />
<stop offset="1" stop-color="#EC4899" stop-opacity="0.8" />
</linearGradient>
</defs>
<rect x="0" y="0" width="640" height="160" rx="16" fill="url(#leaguePlaceholderGradient)" />
<circle cx="96" cy="40" r="40" fill="#0F172A" fill-opacity="0.55" />
<circle cx="280" cy="132" r="56" fill="#020617" fill-opacity="0.35" />
<circle cx="520" cy="52" r="32" fill="#0B1120" fill-opacity="0.45" />
</svg>

After

Width:  |  Height:  |  Size: 774 B