Files
flixcooks-website/assets/placeholder.svg
T

17 lines
906 B
XML
Raw Normal View History

2026-03-22 22:16:44 +01:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 360" role="img" aria-labelledby="title desc">
<title id="title">Coming soon placeholder</title>
<desc id="desc">A simple placeholder card for upcoming recipes.</desc>
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#232833" />
<stop offset="100%" stop-color="#171b23" />
</linearGradient>
</defs>
<rect width="640" height="360" rx="28" fill="url(#bg)" />
<circle cx="138" cy="180" r="56" fill="#2b3342" />
<rect x="230" y="124" width="264" height="28" rx="14" fill="#394256" />
<rect x="230" y="170" width="176" height="24" rx="12" fill="#313949" />
<rect x="230" y="214" width="210" height="24" rx="12" fill="#313949" />
<text x="230" y="278" fill="#d8deea" font-family="Manrope, Arial, sans-serif" font-size="28" font-weight="700">Coming soon</text>
</svg>