geulah d35700bc10 feat(templates): add multiple CV templates with photo support and template selection
- Add 4 new CV templates (ATS-Friendly, Classic, Modern, Minimal) with thumbnails
- Implement template registry and gallery component for template selection
- Add photoUrl field to personal info with URL validation
- Update buildPrintableHtml to support template-specific styling
- Modify ExportControls to use template registry
- Add template preview thumbnails in SVG format
2025-10-06 08:29:33 +01:00

11 lines
703 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="160" height="96" viewBox="0 0 160 96">
<rect x="1" y="1" width="158" height="94" rx="6" fill="#ffffff" stroke="#e5e7eb"/>
<rect x="1" y="1" width="158" height="6" fill="#0ea5e9"/>
<rect x="12" y="16" width="100" height="10" fill="#0ea5e9"/>
<rect x="12" y="32" width="136" height="8" fill="#e0f2fe"/>
<rect x="12" y="44" width="136" height="8" fill="#e0f2fe"/>
<rect x="12" y="56" width="120" height="8" fill="#e0f2fe"/>
<rect x="12" y="68" width="120" height="8" fill="#e0f2fe"/>
<rect x="12" y="80" width="104" height="8" fill="#e0f2fe"/>
<text x="12" y="12" font-size="10" fill="#0c4a6e" font-family="Inter, Arial">Modern</text>
</svg>