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>
29 lines
1.6 KiB
XML
29 lines
1.6 KiB
XML
<svg width="400" height="260" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg-nonprofit" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1e293b"/>
|
|
<stop offset="100%" style="stop-color:#14532d"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="400" height="260" rx="12" fill="url(#bg-nonprofit)"/>
|
|
<!-- 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="80" height="12" rx="3" fill="#16a34a" opacity="0.8"/>
|
|
<rect x="310" y="8" width="70" height="16" rx="4" fill="#16a34a"/>
|
|
<!-- Hero text -->
|
|
<rect x="60" y="60" width="280" height="18" rx="4" fill="rgba(255,255,255,0.9)"/>
|
|
<rect x="90" y="86" width="220" height="8" rx="3" fill="rgba(255,255,255,0.3)"/>
|
|
<!-- CTA buttons -->
|
|
<rect x="120" y="108" width="80" height="22" rx="5" fill="#16a34a"/>
|
|
<rect x="210" y="108" width="70" height="22" rx="5" fill="rgba(255,255,255,0.1)"/>
|
|
<!-- Impact stats -->
|
|
<rect x="30" y="148" width="75" height="40" rx="4" fill="rgba(22,163,74,0.15)"/>
|
|
<rect x="115" y="148" width="75" height="40" rx="4" fill="rgba(22,163,74,0.15)"/>
|
|
<rect x="200" y="148" width="75" height="40" rx="4" fill="rgba(22,163,74,0.15)"/>
|
|
<rect x="285" y="148" width="75" height="40" rx="4" fill="rgba(22,163,74,0.15)"/>
|
|
<!-- Help cards -->
|
|
<rect x="40" y="205" width="100" height="35" rx="6" fill="rgba(255,255,255,0.06)"/>
|
|
<rect x="150" y="205" width="100" height="35" rx="6" fill="rgba(255,255,255,0.06)"/>
|
|
<rect x="260" y="205" width="100" height="35" rx="6" fill="rgba(255,255,255,0.06)"/>
|
|
</svg>
|