Files
Custom-Engineered-Agents/assets/hacks_banner.svg
2025-12-10 15:39:23 +04:00

26 lines
1.4 KiB
XML

<svg width="700" height="150" viewBox="0 0 700 150" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_hacks_lwohfn" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#f700ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00dbde;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background Container -->
<rect width="700" height="150" fill="#050510" rx="15" ry="15"/>
<!-- Neon Border -->
<rect x="2" y="2" width="696" height="146" fill="none" stroke="url(#grad_hacks_lwohfn)" stroke-width="3" rx="12" ry="12"/>
<!-- Icon/Graphic Element (Simple Code brackets) -->
<text x="80" y="95" font-family="Courier New, monospace" font-size="60" fill="url(#grad_hacks_lwohfn)" opacity="0.2" font-weight="bold">&lt;/&gt;</text>
<!-- Main Title -->
<text x="350" y="55" font-family="Arial, Helvetica, sans-serif" font-size="32" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="1">Developer Hacks &amp; Tricks</text>
<!-- Description -->
<text x="350" y="90" font-family="Arial, Helvetica, sans-serif" font-size="16" fill="#cccccc" text-anchor="middle">Unlock PWA installation, secret configs &amp; more.</text>
<!-- Footer CTA -->
<text x="350" y="130" font-family="Arial, Helvetica, sans-serif" font-size="12" fill="url(#grad_hacks_lwohfn)" text-anchor="middle" font-weight="bold" letter-spacing="1.5">LEVEL UP YOUR APP</text>
</svg>