mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
dev day #67
This commit is contained in:
+17
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user