Massiv +
This commit is contained in:
42
backend/static/assets/location-map-preview.svg
Normal file
42
backend/static/assets/location-map-preview.svg
Normal file
@@ -0,0 +1,42 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 700" role="img" aria-label="Kartenvorschau">
|
||||
<defs>
|
||||
<linearGradient id="land" x1="0" x2="1" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#d8e6de" />
|
||||
<stop offset="1" stop-color="#cadcd2" />
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="-10%" y="-10%" width="120%" height="120%">
|
||||
<feDropShadow dx="0" dy="4" stdDeviation="6" flood-color="#1f2a24" flood-opacity="0.16"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<rect width="1600" height="700" fill="url(#land)"/>
|
||||
|
||||
<path d="M0 420 C120 380, 200 420, 300 390 C420 360, 530 440, 670 410 C770 390, 860 350, 980 380 C1110 420, 1210 370, 1330 410 C1430 440, 1500 410, 1600 430 L1600 700 L0 700 Z" fill="#b8d2c2" opacity="0.8"/>
|
||||
|
||||
<path d="M40 80 L520 560" stroke="#f5f5f2" stroke-width="28" stroke-linecap="round"/>
|
||||
<path d="M580 50 L980 650" stroke="#f7f7f4" stroke-width="26" stroke-linecap="round"/>
|
||||
<path d="M1050 70 L1540 520" stroke="#f4f5f2" stroke-width="24" stroke-linecap="round"/>
|
||||
<path d="M160 640 L620 170" stroke="#f2f4ef" stroke-width="20" stroke-linecap="round"/>
|
||||
|
||||
<path d="M30 120 L500 590" stroke="#9eb8aa" stroke-width="5" stroke-dasharray="12 14"/>
|
||||
<path d="M600 90 L1000 670" stroke="#9fb9ab" stroke-width="5" stroke-dasharray="12 14"/>
|
||||
<path d="M1070 100 L1555 540" stroke="#9db6a8" stroke-width="5" stroke-dasharray="12 14"/>
|
||||
<path d="M180 655 L640 185" stroke="#9db7a9" stroke-width="5" stroke-dasharray="12 14"/>
|
||||
|
||||
<circle cx="1080" cy="240" r="55" fill="#b0cbba" opacity="0.9"/>
|
||||
<circle cx="1200" cy="500" r="48" fill="#abc6b5" opacity="0.85"/>
|
||||
<circle cx="860" cy="540" r="45" fill="#aec8b8" opacity="0.88"/>
|
||||
|
||||
<g filter="url(#shadow)">
|
||||
<rect x="105" y="78" width="560" height="168" rx="16" fill="#ffffff" opacity="0.96"/>
|
||||
<text x="135" y="125" font-size="34" font-family="Arial, Helvetica, sans-serif" fill="#20372d" font-weight="700">Klostermühle Kiedrich</text>
|
||||
<text x="135" y="168" font-size="30" font-family="Arial, Helvetica, sans-serif" fill="#385246">An d. Klostermühle 3, 65399 Kiedrich</text>
|
||||
<text x="135" y="210" font-size="28" font-family="Arial, Helvetica, sans-serif" fill="#4f6a5d">Kartenvorschau</text>
|
||||
</g>
|
||||
|
||||
<g transform="translate(980 320)">
|
||||
<circle cx="0" cy="0" r="34" fill="#c83c38"/>
|
||||
<circle cx="0" cy="0" r="14" fill="#f8d9d7"/>
|
||||
<path d="M0 34 L-17 98 L17 98 Z" fill="#c83c38"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user