fix(branding): use branded "i" glyph in GitHub SVG assets

Replace the plain cyan text "i" with the logo-style SVG glyph (green dot
+ cyan stem/bars) in both the README banner and social preview images.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-12 22:29:10 +00:00
parent 44d256179b
commit 17913fc0e8
2 changed files with 16 additions and 8 deletions

View File

@@ -41,10 +41,14 @@
<rect x="36" y="75" width="28" height="5" rx="1" fill="#00d4ff"/>
</g>
<!-- Title -->
<text x="640" y="380" text-anchor="middle" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="84" font-weight="800" letter-spacing="-2" fill="white">
<tspan fill="#00d4ff">i</tspan>NTERCEPT
</text>
<!-- Title: branded "i" glyph + NTERCEPT text -->
<g transform="translate(370, 310) scale(0.72)">
<circle cx="50" cy="20" r="7" fill="#00ff88"/>
<rect x="43" y="33" width="14" height="48" rx="2" fill="#00d4ff"/>
<rect x="36" y="33" width="28" height="5" rx="1" fill="#00d4ff"/>
<rect x="36" y="76" width="28" height="5" rx="1" fill="#00d4ff"/>
</g>
<text x="415" y="380" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="84" font-weight="800" letter-spacing="-2" fill="white">NTERCEPT</text>
<!-- Subtitle -->
<text x="640" y="425" text-anchor="middle" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="24" font-weight="300" fill="rgba(255,255,255,0.4)" letter-spacing="0.5">

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB