This commit is contained in:
Tomas Dvorak
2025-10-21 15:02:05 +02:00
parent 68e69e00cc
commit 63700eedb2
103 changed files with 12442 additions and 446 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Club logo placeholder">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#e2e8f0"/>
<stop offset="100%" stop-color="#cbd5e1"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="200" height="200" rx="16" fill="url(#g)"/>
<g fill="#64748b">
<circle cx="100" cy="80" r="34" fill="#94a3b8"/>
<path d="M50 150c0-28 22-44 50-44s50 16 50 44v10H50z"/>
</g>
<g fill="#475569" font-family="Arial, Helvetica, sans-serif" font-size="12" text-anchor="middle">
<text x="100" y="180">Bez loga</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 733 B

@@ -0,0 +1,4 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="200" fill="#e2e8f0"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em" fill="#718096" font-family="Arial, sans-serif" font-size="14">Club Logo</text>
</svg>

After

Width:  |  Height:  |  Size: 257 B

View File
+4
View File
@@ -0,0 +1,4 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="200" fill="#f7fafc"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em" fill="#a0aec0" font-family="Arial, sans-serif" font-size="14">Opponent</text>
</svg>

After

Width:  |  Height:  |  Size: 256 B

@@ -0,0 +1,4 @@
<svg width="800" height="400" xmlns="http://www.w3.org/2000/svg">
<rect width="800" height="400" fill="#edf2f7"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em" fill="#718096" font-family="Arial, sans-serif" font-size="24">News Placeholder</text>
</svg>

After

Width:  |  Height:  |  Size: 264 B