Files
LoperBoys/print/business-card-front.svg
John Loper II 9d130f47e4 Reorganize repo: consolidate print collateral into print/, archive legacy site files
- Moved all business card SVGs, PDFs, and generation script to print/
- Moved flyer and yard sign files to print/
- Archived old website files and docs to legacy-site/
- Merged LoperBoys2.com website history with LoperBoys print collateral history
- Single unified repo for the entire LoperBoys brand
2026-06-15 15:45:59 -04:00

46 lines
2.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 850 500" width="3.5in" height="2in">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#388E3C;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1B5E20;stop-opacity:1" />
</linearGradient>
<linearGradient id="accentBar" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#F5A623;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E8951E;stop-opacity:1" />
</linearGradient>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&amp;family=Inter:wght@400;500&amp;display=swap');
</style>
</defs>
<!-- Background -->
<rect width="850" height="500" fill="url(#bgGrad)" rx="20" ry="20"/>
<!-- Decorative corner accent -->
<path d="M0,0 L200,0 L200,8 L8,8 L8,200 L0,200 Z" fill="#F5A623" opacity="0.3"/>
<!-- Subtle pattern - leaf circles -->
<circle cx="750" cy="420" r="120" fill="white" opacity="0.03"/>
<circle cx="780" cy="390" r="80" fill="white" opacity="0.03"/>
<!-- Logo icon - leaf motif -->
<g transform="translate(425, 155) scale(1.2)">
<!-- Leaf shape -->
<path d="M0,-50 C30,-50 55,-20 55,10 C55,40 25,60 0,75 C-25,60 -55,40 -55,10 C-55,-20 -30,-50 0,-50 Z" fill="#F5A623" opacity="0.9"/>
<!-- Leaf vein -->
<line x1="0" y1="-50" x2="0" y2="75" stroke="#1B5E20" stroke-width="2" opacity="0.5"/>
<line x1="0" y1="-10" x2="25" y2="15" stroke="#1B5E20" stroke-width="1.5" opacity="0.4"/>
<line x1="0" y1="15" x2="-25" y2="35" stroke="#1B5E20" stroke-width="1.5" opacity="0.4"/>
</g>
<!-- Brand name -->
<text x="425" y="310" font-family="'Poppins', 'Montserrat', 'Segoe UI', sans-serif" font-size="86" font-weight="700" fill="white" text-anchor="middle" letter-spacing="3">LOPERBOYS</text>
<!-- Tagline -->
<text x="425" y="355" font-family="'Inter', 'Nunito', 'Segoe UI', sans-serif" font-size="32" font-weight="400" fill="rgba(255,255,255,0.85)" text-anchor="middle">Hard Work. Honest Prices. Local Service.</text>
<!-- Accent bar at bottom -->
<rect x="0" y="480" width="850" height="20" fill="url(#accentBar)" rx="0" ry="0"/>
<rect x="0" y="480" width="850" height="6" fill="url(#accentBar)" rx="0" ry="0"/>
<path d="M0,480 Q0,500 20,500 L830,500 Q850,500 850,480 Z" fill="url(#accentBar)"/>
</svg>