mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 06:18:11 -07:00
Add tagline 'See the Invisible' to branding
Update browser titles and headers across all pages with the new tagline. Add 'Signal Intelligence Platform' as subtitle. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -269,6 +269,19 @@ header p {
|
|||||||
margin: 4px 0 8px 0;
|
margin: 4px 0 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header p.subtitle {
|
||||||
|
font-size: 10px;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
margin: 0 0 8px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
header h1 .tagline {
|
||||||
|
font-weight: 400;
|
||||||
|
color: var(--accent-cyan, #00d4ff);
|
||||||
|
font-size: 0.6em;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
/* Header stat badges */
|
/* Header stat badges */
|
||||||
.header-stats {
|
.header-stats {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>AIRCRAFT RADAR // INTERCEPT</title>
|
<title>AIRCRAFT RADAR // INTERCEPT - See the Invisible</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
AIRCRAFT RADAR
|
AIRCRAFT RADAR
|
||||||
<span>// INTERCEPT</span>
|
<span>// INTERCEPT - See the Invisible</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="stats-badges">
|
<div class="stats-badges">
|
||||||
<div class="stat-badge">
|
<div class="stat-badge">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>INTERCEPT // Signal Intelligence</title>
|
<title>INTERCEPT // See the Invisible</title>
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
<!-- Leaflet.js for aircraft map -->
|
<!-- Leaflet.js for aircraft map -->
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin=""/>
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin=""/>
|
||||||
@@ -103,8 +103,8 @@
|
|||||||
<path d="M50 88 L45 83 L50 83 Z" fill="#00d4ff"/>
|
<path d="M50 88 L45 83 L50 83 Z" fill="#00d4ff"/>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h1>INTERCEPT <span class="version-badge">v{{ version }}</span></h1>
|
<h1>INTERCEPT <span class="tagline">// See the Invisible</span> <span class="version-badge">v{{ version }}</span></h1>
|
||||||
<p>Signal Intelligence // by smittix <span class="active-mode-indicator" id="activeModeIndicator"><span class="pulse-dot"></span>PAGER</span></p>
|
<p class="subtitle">Signal Intelligence Platform <span class="active-mode-indicator" id="activeModeIndicator"><span class="pulse-dot"></span>PAGER</span></p>
|
||||||
|
|
||||||
<!-- Header Stats (mode-specific) -->
|
<!-- Header Stats (mode-specific) -->
|
||||||
<div class="header-stats">
|
<div class="header-stats">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>SATELLITE COMMAND // INTERCEPT</title>
|
<title>SATELLITE COMMAND // INTERCEPT - See the Invisible</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
SATELLITE COMMAND
|
SATELLITE COMMAND
|
||||||
<span>// INTERCEPT</span>
|
<span>// INTERCEPT - See the Invisible</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="stats-badges">
|
<div class="stats-badges">
|
||||||
<div class="stat-badge">
|
<div class="stat-badge">
|
||||||
|
|||||||
Reference in New Issue
Block a user