Branding
Rolling release / release (push) Successful in 6m57s

This commit is contained in:
2026-09-12 14:06:02 -04:00
parent 0e52942b8b
commit 18802cb55d
23 changed files with 459 additions and 39 deletions
@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="Jarvis">
<title>Jarvis</title>
<defs>
<radialGradient id="glow" cx="50%" cy="42%" r="48%">
<stop offset="0%" stop-color="#4FD2FF" stop-opacity=".22"/>
<stop offset="100%" stop-color="#0B0E14" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="128" height="128" rx="28" fill="#0B0E14"/>
<rect x="5" y="5" width="118" height="118" rx="24" fill="none" stroke="#F4B942" stroke-opacity=".2" stroke-width="1.5"/>
<circle cx="64" cy="58" r="42" fill="url(#glow)"/>
<g transform="translate(32 22) scale(1)">
<path d="M14.5 30.5c0-10.77 8.73-19.5 19.5-19.5 8.05 0 14.95 4.88 17.92 11.82" fill="none" stroke="#F4B942" stroke-width="6" stroke-linecap="round"/>
<path d="M34 11v29.5c0 6.35-5.15 11.5-11.5 11.5" fill="none" stroke="#F4B942" stroke-width="6" stroke-linecap="round"/>
<circle cx="34" cy="33" r="5.5" fill="#4FD2FF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 971 B