fertiges designgit push

This commit is contained in:
2025-08-28 13:53:53 +02:00
parent 934e249f33
commit 8dbf6caa6f
23 changed files with 309 additions and 1 deletions

View File

@@ -0,0 +1,53 @@
<svg width="400" height="300" viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#F5F1EC"/>
<!-- Calendar icon -->
<g transform="translate(150, 100)">
<!-- Calendar base -->
<rect x="0" y="20" width="100" height="80" rx="4" fill="#7E0F14"/>
<rect x="4" y="24" width="92" height="72" rx="2" fill="white"/>
<!-- Calendar header -->
<rect x="0" y="0" width="100" height="20" rx="4" fill="#5D0B0E"/>
<rect x="4" y="4" width="92" height="12" rx="2" fill="#7E0F14"/>
<!-- Calendar rings -->
<rect x="8" y="8" width="8" height="4" rx="2" fill="white"/>
<rect x="84" y="8" width="8" height="4" rx="2" fill="white"/>
<!-- Calendar grid -->
<rect x="8" y="32" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="24" y="32" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="40" y="32" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="56" y="32" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="72" y="32" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="88" y="32" width="4" height="12" rx="2" fill="#F5F1EC"/>
<rect x="8" y="48" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="24" y="48" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="40" y="48" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="56" y="48" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="72" y="48" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="88" y="48" width="4" height="12" rx="2" fill="#F5F1EC"/>
<rect x="8" y="64" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="24" y="64" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="40" y="64" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="56" y="64" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="72" y="64" width="12" height="12" rx="2" fill="#F5F1EC"/>
<rect x="88" y="64" width="4" height="12" rx="2" fill="#F5F1EC"/>
<!-- Highlighted date -->
<rect x="24" y="48" width="12" height="12" rx="2" fill="#7E0F14"/>
<text x="30" y="57" text-anchor="middle" font-family="Inter, sans-serif" font-size="10" fill="white" font-weight="600">15</text>
</g>
<!-- Text -->
<text x="200" y="220" text-anchor="middle" font-family="Inter, sans-serif" font-size="14" fill="#374151" font-weight="500">
Event Image
</text>
<text x="200" y="240" text-anchor="middle" font-family="Inter, sans-serif" font-size="12" fill="#6B7280">
Placeholder for event photos
</text>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB