35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 675">
|
|
<!-- Background -->
|
|
<rect width="1200" height="675" fill="#2563eb"/>
|
|
<rect width="1200" height="675" fill="url(#gradient)"/>
|
|
|
|
<!-- Gradient overlay -->
|
|
<defs>
|
|
<linearGradient id="gradient" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#2563eb"/>
|
|
<stop offset="100%" stop-color="#1e40af"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Main Content Container -->
|
|
<g transform="translate(100, 100)">
|
|
<!-- Logo -->
|
|
<g transform="translate(0, 50) scale(4)">
|
|
<!-- Envelope Base -->
|
|
<path d="M8 12L16 16L24 12V20H8V12Z" fill="white"/>
|
|
<path d="M8 12L16 16L24 12L16 8L8 12Z" fill="#e5e7eb"/>
|
|
<!-- Clock Hand -->
|
|
<path d="M16 16L16 13" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
|
<!-- Small Dot in Center -->
|
|
<circle cx="16" cy="16" r="0.75" fill="white"/>
|
|
</g>
|
|
|
|
<!-- Text Content -->
|
|
<text x="200" y="200" font-family="Arial, sans-serif" font-size="100" font-weight="bold" fill="white">2weekmail</text>
|
|
<text x="200" y="300" font-family="Arial, sans-serif" font-size="48" fill="#e5e7eb">Disposable Email Made Simple</text>
|
|
</g>
|
|
|
|
<!-- Bottom Banner -->
|
|
<rect x="0" y="575" width="1200" height="100" fill="rgba(0,0,0,0.1)"/>
|
|
<text x="600" y="635" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle">2weekmail.com</text>
|
|
</svg> |