diff --git a/static/css/index.css b/static/css/index.css index b1dbf26..52c8b72 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -269,6 +269,19 @@ header p { 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-stats { display: flex; diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index fc1abb3..0a1b014 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -3,7 +3,7 @@ - AIRCRAFT RADAR // INTERCEPT + AIRCRAFT RADAR // INTERCEPT - See the Invisible @@ -16,7 +16,7 @@
diff --git a/templates/index.html b/templates/index.html index ab6ee3d..ea6d380 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ - INTERCEPT // Signal Intelligence + INTERCEPT // See the Invisible @@ -103,8 +103,8 @@
-

INTERCEPT v{{ version }}

-

Signal Intelligence // by smittix PAGER

+

INTERCEPT // See the Invisible v{{ version }}

+

Signal Intelligence Platform PAGER

diff --git a/templates/satellite_dashboard.html b/templates/satellite_dashboard.html index 6071cf4..03fe447 100644 --- a/templates/satellite_dashboard.html +++ b/templates/satellite_dashboard.html @@ -3,7 +3,7 @@ - SATELLITE COMMAND // INTERCEPT + SATELLITE COMMAND // INTERCEPT - See the Invisible @@ -16,7 +16,7 @@