Includes new page templates (fitness-gym, nonprofit, online-course, photography-studio, real-estate, startup-company, travel-blog, wedding-invitation) with thumbnail SVGs, test specs, documentation files, and minor updates to index.html, router.php, and playwright config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
1.7 KiB
XML
32 lines
1.7 KiB
XML
<svg width="400" height="260" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg-startup" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0f172a"/>
|
|
<stop offset="100%" style="stop-color:#312e81"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="400" height="260" rx="12" fill="url(#bg-startup)"/>
|
|
<!-- Nav bar -->
|
|
<rect x="0" y="0" width="400" height="32" rx="12" fill="rgba(0,0,0,0.3)"/>
|
|
<rect x="12" y="10" width="65" height="12" rx="3" fill="#6366f1" opacity="0.8"/>
|
|
<rect x="310" y="8" width="70" height="16" rx="4" fill="#6366f1"/>
|
|
<!-- Hero text -->
|
|
<rect x="40" y="58" width="240" height="18" rx="4" fill="rgba(255,255,255,0.9)"/>
|
|
<rect x="40" y="84" width="200" height="8" rx="3" fill="rgba(255,255,255,0.3)"/>
|
|
<rect x="40" y="98" width="160" height="8" rx="3" fill="rgba(255,255,255,0.2)"/>
|
|
<!-- CTA buttons -->
|
|
<rect x="40" y="120" width="90" height="24" rx="5" fill="#6366f1"/>
|
|
<rect x="140" y="120" width="80" height="24" rx="5" fill="rgba(255,255,255,0.1)"/>
|
|
<!-- Decorative circle -->
|
|
<circle cx="340" cy="85" r="45" fill="#6366f1" opacity="0.1"/>
|
|
<circle cx="350" cy="75" r="25" fill="#818cf8" opacity="0.08"/>
|
|
<!-- Feature cards -->
|
|
<rect x="40" y="165" width="100" height="70" rx="6" fill="rgba(99,102,241,0.1)"/>
|
|
<rect x="150" y="165" width="100" height="70" rx="6" fill="rgba(99,102,241,0.1)"/>
|
|
<rect x="260" y="165" width="100" height="70" rx="6" fill="rgba(99,102,241,0.1)"/>
|
|
<!-- Feature icons -->
|
|
<circle cx="90" cy="185" r="8" fill="#6366f1" opacity="0.4"/>
|
|
<circle cx="200" cy="185" r="8" fill="#6366f1" opacity="0.4"/>
|
|
<circle cx="310" cy="185" r="8" fill="#6366f1" opacity="0.4"/>
|
|
</svg>
|