44 lines
2.6 KiB
XML
44 lines
2.6 KiB
XML
<svg width="800" height="450" viewBox="0 0 800 450" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad_gold" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#FDB931;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#9f7928;stop-opacity:1" />
|
|
</linearGradient>
|
|
<linearGradient id="grad_blue" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#00c6ff;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0072ff;stop-opacity:1" />
|
|
</linearGradient>
|
|
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur stdDeviation="5" result="blur" />
|
|
<feComposite in="SourceGraphic" in2="blur" operator="over" />
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="800" height="450" fill="#05050a" rx="24" ry="24"/>
|
|
<rect x="2" y="2" width="796" height="446" fill="none" stroke="#1a1a2e" stroke-width="2" rx="22" ry="22"/>
|
|
|
|
<!-- Main Title -->
|
|
<text x="400" y="60" font-family="Segoe UI, Roboto, Helvetica, sans-serif" font-size="36" fill="#ffffff" text-anchor="middle" font-weight="900" letter-spacing="3">GLM-4.7: THE CODING KING</text>
|
|
<rect x="300" y="75" width="200" height="4" fill="url(#grad_gold)" rx="2"/>
|
|
|
|
<!-- Visual Metaphor: King vs Giant -->
|
|
<g transform="translate(100, 120)">
|
|
<!-- The Giant (Duller, slightly transparent) -->
|
|
<rect x="400" y="50" width="180" height="200" fill="#1a1a2e" rx="10" opacity="0.6"/>
|
|
<text x="490" y="160" font-family="Arial" font-size="14" fill="#444466" text-anchor="middle" font-weight="bold">WESTERN GIANTS</text>
|
|
<text x="490" y="185" font-family="Arial" font-size="24" fill="#444466" text-anchor="middle" font-weight="bold">$200 / Year</text>
|
|
|
|
<!-- The King (GLM-4.7) -->
|
|
<rect x="50" y="0" width="220" height="250" fill="#0a0a1f" stroke="url(#grad_gold)" stroke-width="3" rx="15" filter="url(#glow)"/>
|
|
<text x="160" y="100" font-family="Arial" font-size="18" fill="url(#grad_gold)" text-anchor="middle" font-weight="bold">GLM-4.7</text>
|
|
<text x="160" y="150" font-family="Arial" font-size="48" fill="#ffffff" text-anchor="middle" font-weight="900">$3</text>
|
|
<text x="160" y="180" font-family="Arial" font-size="16" fill="#8888aa" text-anchor="middle">MARKET DISRUPTOR</text>
|
|
|
|
<!-- Crown Icon -->
|
|
<path d="M130,40 L140,20 L160,40 L180,20 L190,40 L130,40 Z" fill="url(#grad_gold)" transform="translate(0,0)"/>
|
|
</g>
|
|
|
|
<!-- Comparison Text -->
|
|
<text x="400" y="410" font-family="Arial" font-size="18" fill="#ffffff" text-anchor="middle" font-style="italic">"High-level assistance doesn't require a premium price tag."</text>
|
|
</svg> |