File size: 2,945 Bytes
ede2cba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <svg width="1200" height="400" viewBox="0 0 1200 400" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title desc">
<title id="title">AION Logo</title>
<desc id="desc">A futuristic AION banner with neural rings and gradient orbs.</desc>
<defs>
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#7c3aed"/>
<stop offset="0.45" stop-color="#06b6d4"/>
<stop offset="1" stop-color="#22c55e"/>
</linearGradient>
<radialGradient id="r" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#ffffff" stop-opacity="0.95"/>
<stop offset="0.25" stop-color="#67e8f9" stop-opacity="0.55"/>
<stop offset="1" stop-color="#7c3aed" stop-opacity="0"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="8" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
<pattern id="grid" width="48" height="48" patternUnits="userSpaceOnUse">
<path d="M48 0H0V48" fill="none" stroke="#94a3b8" stroke-opacity="0.12"/>
</pattern>
</defs>
<rect width="1200" height="400" rx="36" fill="#020617"/>
<rect width="1200" height="400" rx="36" fill="url(#grid)"/>
<circle cx="210" cy="200" r="150" fill="url(#r)" filter="url(#glow)"/>
<g transform="translate(210 200)" fill="none" stroke="url(#g)" filter="url(#glow)">
<circle r="118" stroke-width="4" opacity=".95"/>
<circle r="82" stroke-width="3" opacity=".75"/>
<ellipse rx="145" ry="42" stroke-width="2" opacity=".55" transform="rotate(22)"/>
<ellipse rx="145" ry="42" stroke-width="2" opacity=".55" transform="rotate(-22)"/>
<path d="M-58 24C-28-52 25-52 58 24" stroke-width="8" stroke-linecap="round"/>
<circle cx="-62" cy="36" r="8" fill="#22c55e" stroke="none"/>
<circle cx="62" cy="36" r="8" fill="#06b6d4" stroke="none"/>
<circle cx="0" cy="-42" r="8" fill="#a78bfa" stroke="none"/>
</g>
<text x="410" y="176" fill="white" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="92" font-weight="900" letter-spacing="8">AION</text>
<text x="414" y="232" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="28">Hybrid local assistant 路 Python 路 Web 路 Math 路 Science</text>
<g transform="translate(415 275)">
<rect width="128" height="38" rx="19" fill="#7c3aed" fill-opacity=".25" stroke="#a78bfa"/>
<text x="23" y="25" fill="#ddd6fe" font-family="monospace" font-size="16">GRU</text>
<rect x="148" width="160" height="38" rx="19" fill="#06b6d4" fill-opacity=".22" stroke="#67e8f9"/>
<text x="172" y="25" fill="#cffafe" font-family="monospace" font-size="16">n-grams</text>
<rect x="328" width="160" height="38" rx="19" fill="#22c55e" fill-opacity=".18" stroke="#86efac"/>
<text x="354" y="25" fill="#dcfce7" font-family="monospace" font-size="16">solvers</text>
</g>
</svg>
|