13 lines
589 B
XML
13 lines
589 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="600" viewBox="0 0 1920 600">
|
|
<defs>
|
|
<linearGradient id="heroGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1e3a8a"/>
|
|
<stop offset="100%" style="stop-color:#1e293b"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1920" height="600" fill="url(#heroGrad)"/>
|
|
<circle cx="1600" cy="150" r="200" fill="#d4af37" opacity="0.1"/>
|
|
<circle cx="200" cy="500" r="150" fill="#d4af37" opacity="0.08"/>
|
|
<rect x="100" y="200" width="3" height="200" fill="#d4af37" opacity="0.5"/>
|
|
</svg>
|