Files
site-builder/templates/thumbnails/fitness-gym.svg

28 lines
1.7 KiB
XML
Raw Normal View History

<svg width="400" height="260" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg-fitness" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#18181b"/>
<stop offset="100%" style="stop-color:#2d1010"/>
</linearGradient>
</defs>
<rect width="400" height="260" rx="12" fill="url(#bg-fitness)"/>
<!-- Nav bar -->
<rect x="0" y="0" width="400" height="32" rx="12" fill="rgba(0,0,0,0.4)"/>
<rect x="12" y="10" width="70" height="12" rx="3" fill="#ef4444" opacity="0.9"/>
<rect x="310" y="8" width="70" height="16" rx="4" fill="#ef4444"/>
<!-- Hero text -->
<rect x="40" y="58" width="240" height="20" rx="4" fill="rgba(255,255,255,0.95)"/>
<rect x="40" y="86" width="180" height="8" rx="3" fill="rgba(255,255,255,0.3)"/>
<!-- CTA -->
<rect x="40" y="108" width="110" height="26" rx="5" fill="#ef4444"/>
<!-- Class cards -->
<rect x="30" y="150" width="80" height="50" rx="6" fill="rgba(239,68,68,0.1)" stroke="#ef4444" stroke-width="0.5" opacity="0.6"/>
<rect x="120" y="150" width="80" height="50" rx="6" fill="rgba(239,68,68,0.1)" stroke="#ef4444" stroke-width="0.5" opacity="0.6"/>
<rect x="210" y="150" width="80" height="50" rx="6" fill="rgba(239,68,68,0.1)" stroke="#ef4444" stroke-width="0.5" opacity="0.6"/>
<rect x="300" y="150" width="80" height="50" rx="6" fill="rgba(239,68,68,0.1)" stroke="#ef4444" stroke-width="0.5" opacity="0.6"/>
<!-- Pricing -->
<rect x="60" y="215" width="80" height="30" rx="4" fill="rgba(255,255,255,0.05)"/>
<rect x="160" y="210" width="80" height="35" rx="4" fill="rgba(239,68,68,0.2)" stroke="#ef4444" stroke-width="0.5"/>
<rect x="260" y="215" width="80" height="30" rx="4" fill="rgba(255,255,255,0.05)"/>
</svg>