mirror of
https://github.com/arthur-pbty/qrcode.git
synced 2026-06-03 23:36:24 +02:00
46 lines
2.4 KiB
XML
46 lines
2.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" fill="none">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#7c3aed"/>
|
|
<stop offset="100%" stop-color="#4f46e5"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1200" height="630" fill="url(#bg)"/>
|
|
<!-- QR Code pattern (decorative) -->
|
|
<g transform="translate(750, 115) scale(2.5)" fill="rgba(255,255,255,0.15)">
|
|
<rect x="6" y="6" width="4" height="4" rx="1"/>
|
|
<rect x="6" y="12" width="4" height="4" rx="1"/>
|
|
<rect x="12" y="6" width="4" height="4" rx="1"/>
|
|
<rect x="12" y="12" width="4" height="4" rx="1"/>
|
|
<rect x="22" y="6" width="4" height="4" rx="1"/>
|
|
<rect x="22" y="12" width="4" height="4" rx="1"/>
|
|
<rect x="6" y="22" width="4" height="4" rx="1"/>
|
|
<rect x="12" y="22" width="4" height="4" rx="1"/>
|
|
<rect x="18" y="18" width="4" height="4" rx="1"/>
|
|
<rect x="22" y="22" width="4" height="4" rx="1"/>
|
|
</g>
|
|
<!-- Large QR icon -->
|
|
<g transform="translate(800, 140) scale(8)" fill="#fff">
|
|
<rect x="6" y="6" width="4" height="4" rx="1"/>
|
|
<rect x="6" y="12" width="4" height="4" rx="1"/>
|
|
<rect x="12" y="6" width="4" height="4" rx="1"/>
|
|
<rect x="12" y="12" width="4" height="4" rx="1"/>
|
|
<rect x="22" y="6" width="4" height="4" rx="1"/>
|
|
<rect x="22" y="12" width="4" height="4" rx="1"/>
|
|
<rect x="6" y="22" width="4" height="4" rx="1"/>
|
|
<rect x="12" y="22" width="4" height="4" rx="1"/>
|
|
<rect x="18" y="18" width="4" height="4" rx="1"/>
|
|
<rect x="22" y="22" width="4" height="4" rx="1"/>
|
|
<rect x="18" y="12" width="2" height="2" rx="0.5"/>
|
|
<rect x="12" y="18" width="2" height="2" rx="0.5"/>
|
|
</g>
|
|
<!-- Title text -->
|
|
<text x="80" y="250" font-family="Arial, Helvetica, sans-serif" font-size="64" font-weight="bold" fill="#fff">Générateur de</text>
|
|
<text x="80" y="330" font-family="Arial, Helvetica, sans-serif" font-size="64" font-weight="bold" fill="#fff">QR Code Gratuit</text>
|
|
<!-- Subtitle -->
|
|
<text x="80" y="400" font-family="Arial, Helvetica, sans-serif" font-size="28" fill="rgba(255,255,255,0.85)">Créez, personnalisez et téléchargez</text>
|
|
<text x="80" y="440" font-family="Arial, Helvetica, sans-serif" font-size="28" fill="rgba(255,255,255,0.85)">vos QR Codes en quelques secondes</text>
|
|
<!-- URL -->
|
|
<text x="80" y="530" font-family="Arial, Helvetica, sans-serif" font-size="22" fill="rgba(255,255,255,0.6)">qrcode-generator.fr</text>
|
|
</svg>
|