mirror of
https://github.com/smittix/intercept.git
synced 2026-05-26 09:44:47 -07:00
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:
@@ -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 |
Reference in New Issue
Block a user