feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: logo.svg

This commit is contained in:
Zac Gaetano 2026-05-06 16:17:42 -04:00
parent 1590793257
commit be494d710f

View file

@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 70" width="320" height="70">
<!-- Wild Dragon wordmark: small ember+chevron icon followed by the text. -->
<defs>
<linearGradient id="ember-w" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#ff8855"/>
<stop offset="1" stop-color="#cc3300"/>
</linearGradient>
</defs>
<!-- icon -->
<g transform="translate(0,4)">
<rect x="2" y="2" width="58" height="58" rx="10" fill="#1a1c22"/>
<path d="M14 48 Q22 30 31 38 Q40 30 48 48 Q40 53 31 47 Q22 53 14 48 Z"
fill="url(#ember-w)" opacity="0.7"/>
<text x="31" y="40" text-anchor="middle"
font-family="'DejaVu Sans','Helvetica',sans-serif"
font-size="26" font-weight="700" fill="#ff6633">WD</text>
</g>
<!-- wordmark -->
<text x="76" y="48"
font-family="'Dosis','Roboto','Helvetica',sans-serif"
font-size="36" font-weight="300" letter-spacing="2" fill="#e7e7ea">
WILD <tspan fill="#ff6633" font-weight="500">DRAGON</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 1 KiB