mirror of
https://github.com/smittix/intercept.git
synced 2026-05-27 02:04:45 -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:
@@ -33,10 +33,14 @@
|
|||||||
<rect x="36" y="75" width="28" height="5" rx="1" fill="#00d4ff"/>
|
<rect x="36" y="75" width="28" height="5" rx="1" fill="#00d4ff"/>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title: branded "i" glyph + NTERCEPT text -->
|
||||||
<text x="490" y="135" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="64" font-weight="800" letter-spacing="-1.5" fill="white">
|
<g transform="translate(486, 82) scale(0.55)">
|
||||||
<tspan fill="#00d4ff">i</tspan>NTERCEPT
|
<circle cx="50" cy="20" r="7" fill="#00ff88"/>
|
||||||
</text>
|
<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="520" y="135" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="64" font-weight="800" letter-spacing="-1.5" fill="white">NTERCEPT</text>
|
||||||
|
|
||||||
<!-- Subtitle -->
|
<!-- Subtitle -->
|
||||||
<text x="490" y="170" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="18" font-weight="300" fill="rgba(255,255,255,0.35)">
|
<text x="490" y="170" font-family="'Segoe UI','Helvetica Neue',Arial,sans-serif" font-size="18" font-weight="300" fill="rgba(255,255,255,0.35)">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -41,10 +41,14 @@
|
|||||||
<rect x="36" y="75" width="28" height="5" rx="1" fill="#00d4ff"/>
|
<rect x="36" y="75" width="28" height="5" rx="1" fill="#00d4ff"/>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title: branded "i" glyph + NTERCEPT text -->
|
||||||
<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">
|
<g transform="translate(370, 310) scale(0.72)">
|
||||||
<tspan fill="#00d4ff">i</tspan>NTERCEPT
|
<circle cx="50" cy="20" r="7" fill="#00ff88"/>
|
||||||
</text>
|
<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 -->
|
<!-- 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">
|
<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