feat: add Opus 4.5 EMULATION, GLM-4.7 benchmarks, and SEO optimization
This commit is contained in:
@@ -1,23 +1,27 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 250">
|
||||
<svg width="350" height="180" viewBox="0 0 350 180" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad_emulation" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1CB5E0;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#000851;stop-opacity:1" />
|
||||
<linearGradient id="grad_opus" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1e3a8a;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<filter id="shadow">
|
||||
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-opacity="0.25"/>
|
||||
<filter id="shadow_opus" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="5" />
|
||||
<feOffset dx="2" dy="2" result="offsetblur" />
|
||||
<feComponentTransfer>
|
||||
<feFuncA type="linear" slope="0.3" />
|
||||
</feComponentTransfer>
|
||||
<feMerge>
|
||||
<feMergeNode />
|
||||
<feMergeNode in="SourceGraphic" />
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<rect width="400" height="250" rx="20" fill="#1a1a1a" />
|
||||
<rect x="10" y="10" width="380" height="230" rx="15" fill="none" stroke="url(#grad_emulation)" stroke-width="4" />
|
||||
|
||||
<g transform="translate(150, 60)">
|
||||
<path d="M50 0 L93.3 25 V75 L50 100 L6.7 75 V25 Z" fill="url(#grad_emulation)" filter="url(#shadow)" opacity="0.9" />
|
||||
<path d="M30 40 L50 60 L70 40" stroke="white" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M50 20 L50 60" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||
<circle cx="50" cy="75" r="5" fill="white" />
|
||||
</g>
|
||||
|
||||
<text x="50%" y="200" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold" font-size="22" fill="white">OPUS 4.5</text>
|
||||
<text x="50%" y="225" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#cccccc">EMULATION PROTOCOL</text>
|
||||
</svg>
|
||||
<rect width="350" height="180" fill="url(#grad_opus)" rx="15" ry="15" filter="url(#shadow_opus)"/>
|
||||
<rect x="10" y="10" width="330" height="160" fill="none" stroke="#ffffff" stroke-width="2" stroke-dasharray="5,5" opacity="0.2" rx="10" ry="10"/>
|
||||
<text x="175" y="70" font-family="Arial, Helvetica, sans-serif" font-size="28" fill="#ffffff" text-anchor="middle" font-weight="bold">Opus 4.5</text>
|
||||
<text x="175" y="105" font-family="Arial, Helvetica, sans-serif" font-size="20" fill="#ffffff" text-anchor="middle" letter-spacing="3">EMULATION</text>
|
||||
<text x="175" y="140" font-family="Arial, Helvetica, sans-serif" font-size="12" fill="#e0e7ff" text-anchor="middle" opacity="0.9">Production-Grade Engineering Pattern</text>
|
||||
<circle cx="50" cy="40" r="15" fill="#ffffff" opacity="0.1"/>
|
||||
<text x="50" y="45" font-family="Arial" font-size="12" fill="#ffffff" text-anchor="middle" font-weight="bold">4.5</text>
|
||||
<path d="M300 140 L315 155 L300 170" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.3"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user