Krish-Mind / static /logo.svg
GitHub Copilot
Fix deployment logo rendering and add CPU heads-up toast
ef36da0
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="120" viewBox="0 0 480 120" role="img" aria-label="Krish Mind logo">
<defs>
<linearGradient id="g1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#1e3a5f"/>
<stop offset="55%" stop-color="#2d8cbe"/>
<stop offset="100%" stop-color="#40c9c9"/>
</linearGradient>
</defs>
<rect width="480" height="120" fill="none"/>
<circle cx="56" cy="60" r="38" fill="url(#g1)"/>
<text x="56" y="69" text-anchor="middle" font-family="Segoe UI, Arial, sans-serif" font-size="30" font-weight="700" fill="#ffffff">KM</text>
<text x="112" y="72" font-family="Segoe UI, Arial, sans-serif" font-size="42" font-weight="700" fill="url(#g1)">Krish Mind</text>
</svg>