mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
fix(branding): use regular "i" glyph with green dot overlay
The dotless i (ı) wasn't rendering in all fonts. Switch to a regular "i" with the green dot CSS overlay positioned on top of the native dot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -87,7 +87,9 @@
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
/* Branded "i" — cyan stem with green dot, matching the logo icon */
|
||||
/* Branded "i" — cyan letter with green dot, matching the logo icon.
|
||||
Uses a normal "i" glyph. The ::after pseudo-element overlays a green
|
||||
circle on top of the font's native dot to recolor it. */
|
||||
.brand-i {
|
||||
color: var(--accent-cyan);
|
||||
position: relative;
|
||||
@@ -96,11 +98,11 @@
|
||||
.brand-i::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0.05em;
|
||||
top: 0.12em;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 0.22em;
|
||||
height: 0.22em;
|
||||
width: 0.25em;
|
||||
height: 0.25em;
|
||||
background: var(--accent-green);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 0.4em var(--accent-green);
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<header class="header">
|
||||
<div class="logo">
|
||||
AIRCRAFT RADAR
|
||||
<span>// <span class="brand-i">ı</span>NTERCEPT - See the Invisible</span>
|
||||
<span>// <span class="brand-i">i</span>NTERCEPT - See the Invisible</span>
|
||||
</div>
|
||||
<div class="status-bar">
|
||||
<!-- Agent Selector -->
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<header class="header">
|
||||
<div class="logo">
|
||||
ADS-B HISTORY
|
||||
<span>// <span class="brand-i">ı</span>NTERCEPT REPORTING</span>
|
||||
<span>// <span class="brand-i">i</span>NTERCEPT REPORTING</span>
|
||||
</div>
|
||||
<div class="status-bar">
|
||||
<a href="/adsb/dashboard" class="back-link">Live Radar</a>
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
<h1 style="margin: 0;">
|
||||
<span class="brand-i">ı</span>NTERCEPT <span class="tagline">// Remote Agents</span>
|
||||
<span class="brand-i">i</span>NTERCEPT <span class="tagline">// Remote Agents</span>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<header class="header">
|
||||
<div class="logo">
|
||||
VESSEL RADAR
|
||||
<span>// <span class="brand-i">ı</span>NTERCEPT - AIS Tracking</span>
|
||||
<span>// <span class="brand-i">i</span>NTERCEPT - AIS Tracking</span>
|
||||
</div>
|
||||
<div class="status-bar">
|
||||
<!-- Agent Selector -->
|
||||
|
||||
@@ -293,7 +293,7 @@
|
||||
<rect x="38" y="76" width="24" height="4" rx="1" fill="#00d4ff" />
|
||||
</svg>
|
||||
</div>
|
||||
<h1 class="welcome-title"><span class="brand-i">ı</span>NTERCEPT</h1>
|
||||
<h1 class="welcome-title"><span class="brand-i">i</span>NTERCEPT</h1>
|
||||
<p class="welcome-tagline">// See the Invisible</p>
|
||||
<span class="welcome-version">v{{ version }}</span>
|
||||
<button type="button" class="welcome-settings-btn" onclick="showSettings()" title="Settings" aria-label="Open settings">
|
||||
@@ -589,7 +589,7 @@
|
||||
<rect x="38" y="76" width="24" height="4" rx="1" fill="#00d4ff" />
|
||||
</svg>
|
||||
</a>
|
||||
<h1><span class="brand-i">ı</span>NTERCEPT <span class="tagline">// See the Invisible</span></h1>
|
||||
<h1><span class="brand-i">i</span>NTERCEPT <span class="tagline">// See the Invisible</span></h1>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<span class="active-mode-indicator" id="activeModeIndicator"><span class="pulse-dot"></span>PAGER</span>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<rect x="38" y="76" width="24" height="4" rx="1" fill="var(--accent-cyan)"/>
|
||||
</svg>
|
||||
<span class="app-logo-text">
|
||||
<span class="app-logo-title"><span class="brand-i">ı</span>NTERCEPT</span>
|
||||
<span class="app-logo-title"><span class="brand-i">i</span>NTERCEPT</span>
|
||||
<span class="app-logo-tagline">// See the Invisible</span>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
{% block dashboard_title %}DASHBOARD{% endblock %}
|
||||
</span>
|
||||
<span style="font-size: var(--text-sm); color: var(--text-dim); margin-left: var(--space-2);">
|
||||
// <span class="brand-i">ı</span>NTERCEPT
|
||||
// <span class="brand-i">i</span>NTERCEPT
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div id="helpModal" class="help-modal" role="dialog" aria-modal="true" aria-hidden="true" aria-labelledby="helpModalTitle" onclick="if(event.target === this) hideHelp()">
|
||||
<div class="help-content" tabindex="-1">
|
||||
<button type="button" class="help-close" onclick="hideHelp()" aria-label="Close help">×</button>
|
||||
<h2 id="helpModalTitle"><span class="brand-i">ı</span>NTERCEPT Help</h2>
|
||||
<h2 id="helpModalTitle"><span class="brand-i">i</span>NTERCEPT Help</h2>
|
||||
|
||||
<div class="help-tabs" role="tablist" aria-label="Help sections">
|
||||
<button type="button" class="help-tab active" data-tab="icons" onclick="switchHelpTab('icons')" role="tab" aria-controls="help-icons" aria-selected="true">Icons</button>
|
||||
|
||||
@@ -530,7 +530,7 @@
|
||||
<div id="settings-about" class="settings-section">
|
||||
<div class="settings-group">
|
||||
<div class="about-info">
|
||||
<p><strong><span class="brand-i">ı</span>NTERCEPT</strong> - Signal Intelligence Platform</p>
|
||||
<p><strong><span class="brand-i">i</span>NTERCEPT</strong> - Signal Intelligence Platform</p>
|
||||
<p>Version: <span class="about-version">{{ version }}</span></p>
|
||||
<p>
|
||||
A unified web interface for software-defined radio (SDR) tools,
|
||||
@@ -546,7 +546,7 @@
|
||||
<div class="settings-group">
|
||||
<div class="settings-group-title">Support the Project</div>
|
||||
<p style="color: var(--text-dim); margin-bottom: 15px; font-size: 12px;">
|
||||
If you find <span class="brand-i">ı</span>NTERCEPT useful, consider supporting its development.
|
||||
If you find <span class="brand-i">i</span>NTERCEPT useful, consider supporting its development.
|
||||
</p>
|
||||
<a href="https://buymeacoffee.com/smittix" target="_blank" rel="noopener noreferrer" class="donate-btn">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 18px; height: 18px; vertical-align: -3px; margin-right: 8px;">
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<header class="header">
|
||||
<div class="logo">
|
||||
SATELLITE COMMAND
|
||||
<span>// <span class="brand-i">ı</span>NTERCEPT - See the Invisible</span>
|
||||
<span>// <span class="brand-i">i</span>NTERCEPT - See the Invisible</span>
|
||||
</div>
|
||||
<div class="stats-badges">
|
||||
<div class="stat-badge">
|
||||
|
||||
Reference in New Issue
Block a user