Files
Custom-Engineered-Agents/assets/vercel_deploy_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_vercel_z62mr5" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0070f3;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background Container -->
<rect width="700" height="150" fill="#000000" rx="15" ry="15"/>
<!-- Neon Border -->
<rect x="2" y="2" width="696" height="146" fill="none" stroke="url(#grad_vercel_z62mr5)" stroke-width="2" rx="12" ry="12"/>
<!-- Icon/Graphic Element (Triangle for Vercel) -->
<path d="M 80 110 L 110 60 L 140 110 Z" fill="none" stroke="url(#grad_vercel_z62mr5)" stroke-width="4" opacity="0.8" />
<!-- Main Title -->
<text x="380" y="55" font-family="Arial, Helvetica, sans-serif" font-size="30" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="1">Instant Vercel Deployment</text>
<!-- Description -->
<text x="380" y="90" font-family="Arial, Helvetica, sans-serif" font-size="15" fill="#cccccc" text-anchor="middle">Deploy straight from TRAE Chat &amp; Preview instantly.</text>
<!-- Footer CTA -->
<text x="380" y="130" font-family="Arial, Helvetica, sans-serif" font-size="11" fill="url(#grad_vercel_z62mr5)" text-anchor="middle" font-weight="bold" letter-spacing="1.5">SHIP TO PRODUCTION</text>
</svg>