new logo SVGs (color + black) replacing inline icon+text in header

This commit is contained in:
Oliver
2026-06-09 04:23:34 -03:00
parent b28beb9b36
commit fa1c291783
3 changed files with 49 additions and 25 deletions
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="132" height="34" viewBox="0 0 132 34">
<!-- Icon body (rounded square) -->
<rect x="0" y="0" width="34" height="34" rx="10" fill="none" stroke="#000" stroke-width="1.2"/>
<!-- Terminal/monitor body -->
<rect x="6" y="11" width="22" height="15" rx="2.5" fill="none" stroke="#000" stroke-width="1.8"/>
<!-- Connection stalk -->
<path d="M17 11V7" stroke="#000" stroke-width="1.8" stroke-linecap="round"/>
<!-- Antenna dot -->
<circle cx="17" cy="5.5" r="1.5" fill="#000"/>
<!-- Indicator dots -->
<circle cx="10" cy="15.5" r="1" fill="#000"/>
<circle cx="14" cy="15.5" r="1" fill="#000"/>
<!-- Bottom bar -->
<path d="M10 20h14" stroke="#000" stroke-width="1.5" stroke-linecap="round"/>
<!-- Text -->
<text x="46" y="23" fill="#000" font-family="'Courier New', Courier, monospace" font-size="17" font-weight="700" letter-spacing="-0.5">derez.ai</text>
</svg>

After

Width:  |  Height:  |  Size: 935 B