feat(branding): branded "i" with cyan stem and green dot across all titles

Matches the logo icon — the "i" in iNTERCEPT now renders with a cyan
letter and green dot via CSS, consistent across the main header, welcome
card, dashboard headers, help modal, settings modal, and all popout pages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-12 22:17:24 +00:00
parent 08b930d6e6
commit 6727b95596
11 changed files with 31 additions and 12 deletions
+19
View File
@@ -87,6 +87,25 @@
color: var(--text-primary);
}
/* Branded "i" — cyan stem with green dot, matching the logo icon */
.brand-i {
color: var(--accent-cyan);
position: relative;
display: inline-block;
}
.brand-i::after {
content: '';
position: absolute;
top: 0.05em;
left: 50%;
transform: translateX(-50%);
width: 0.22em;
height: 0.22em;
background: var(--accent-green);
border-radius: 50%;
box-shadow: 0 0 0.4em var(--accent-green);
}
.app-logo-tagline {
font-size: var(--text-xs);
color: var(--text-dim);
+1 -1
View File
@@ -51,7 +51,7 @@
<header class="header">
<div class="logo">
AIRCRAFT RADAR
<span>// INTERCEPT - See the Invisible</span>
<span>// <span class="brand-i">&#x131;</span>NTERCEPT - See the Invisible</span>
</div>
<div class="status-bar">
<!-- Agent Selector -->
+1 -1
View File
@@ -22,7 +22,7 @@
<header class="header">
<div class="logo">
ADS-B HISTORY
<span>// INTERCEPT REPORTING</span>
<span>// <span class="brand-i">&#x131;</span>NTERCEPT REPORTING</span>
</div>
<div class="status-bar">
<a href="/adsb/dashboard" class="back-link">Live Radar</a>
+1 -1
View File
@@ -281,7 +281,7 @@
</svg>
</div>
<h1 style="margin: 0;">
iNTERCEPT <span class="tagline">// Remote Agents</span>
<span class="brand-i">&#x131;</span>NTERCEPT <span class="tagline">// Remote Agents</span>
</h1>
</header>
+1 -1
View File
@@ -51,7 +51,7 @@
<header class="header">
<div class="logo">
VESSEL RADAR
<span>// INTERCEPT - AIS Tracking</span>
<span>// <span class="brand-i">&#x131;</span>NTERCEPT - AIS Tracking</span>
</div>
<div class="status-bar">
<!-- Agent Selector -->
+2 -2
View File
@@ -293,7 +293,7 @@
<rect x="38" y="76" width="24" height="4" rx="1" fill="#00d4ff" />
</svg>
</div>
<h1 class="welcome-title">iNTERCEPT</h1>
<h1 class="welcome-title"><span class="brand-i">&#x131;</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>iNTERCEPT <span class="tagline">// See the Invisible</span></h1>
<h1><span class="brand-i">&#x131;</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>
+1 -1
View File
@@ -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">iNTERCEPT</span>
<span class="app-logo-title"><span class="brand-i">&#x131;</span>NTERCEPT</span>
<span class="app-logo-tagline">// See the Invisible</span>
</span>
</a>
+1 -1
View File
@@ -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);">
// iNTERCEPT
// <span class="brand-i">&#x131;</span>NTERCEPT
</span>
</div>
</div>
+1 -1
View File
@@ -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">&times;</button>
<h2 id="helpModalTitle">iNTERCEPT Help</h2>
<h2 id="helpModalTitle"><span class="brand-i">&#x131;</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>
+2 -2
View File
@@ -530,7 +530,7 @@
<div id="settings-about" class="settings-section">
<div class="settings-group">
<div class="about-info">
<p><strong>iNTERCEPT</strong> - Signal Intelligence Platform</p>
<p><strong><span class="brand-i">&#x131;</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 iNTERCEPT useful, consider supporting its development.
If you find <span class="brand-i">&#x131;</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;">
+1 -1
View File
@@ -37,7 +37,7 @@
<header class="header">
<div class="logo">
SATELLITE COMMAND
<span>// iNTERCEPT - See the Invisible</span>
<span>// <span class="brand-i">&#x131;</span>NTERCEPT - See the Invisible</span>
</div>
<div class="stats-badges">
<div class="stat-badge">