This commit is contained in:
2026-03-21 00:04:12 +01:00
parent ec51757e2e
commit 3cef4c8247
11 changed files with 615 additions and 26 deletions

View File

@@ -0,0 +1,34 @@
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="320" viewBox="0 0 320 320" role="img" aria-labelledby="title desc">
<title id="title">SIMON 10</title>
<desc id="desc">Kafelek serii SIMON 10 z linkiem do oferty.</desc>
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#f7f3eb"/>
<stop offset="1" stop-color="#f3ebe1"/>
</linearGradient>
<linearGradient id="circleBg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#b8b8b8"/>
<stop offset="1" stop-color="#7c7c7c"/>
</linearGradient>
</defs>
<rect width="320" height="320" fill="url(#bg)"/>
<circle cx="160" cy="118" r="95" fill="url(#circleBg)"/>
<rect x="90" y="95" width="74" height="74" rx="14" fill="#dfd7cc"/>
<rect x="98" y="103" width="58" height="58" rx="10" fill="#f2ede5"/>
<rect x="162" y="95" width="74" height="74" rx="14" fill="#c9c9c9"/>
<rect x="170" y="103" width="58" height="58" rx="10" fill="#f0f0f0"/>
<g fill="#f0c7bf">
<path d="M24 247h20v6H24z"/>
<path d="M276 247h20v6h-20z"/>
<path d="M32 235h6v20h-6z"/>
<path d="M282 235h6v20h-6z"/>
<path d="M42 241l8-8 4 4-8 8z"/>
<path d="M278 241l-8-8-4 4 8 8z"/>
</g>
<text x="160" y="235" text-anchor="middle" fill="#1f4978" font-size="36" font-family="Arial, sans-serif" font-weight="700">SIMON 10</text>
<text x="160" y="266" text-anchor="middle" fill="#1f4978" font-size="20" font-family="Arial, sans-serif" font-weight="700">SKONTAKTUJ SIMON</text>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB