From 49f584016ef62ccea7734ac59317ae3b2b2b67e7 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 1 Sep 2025 17:39:42 +0200 Subject: [PATCH] feat: Add SkyView logo, favicon, and branding assets - resolves #38 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created comprehensive branding package for SkyView including: Assets Created: - SVG logo with animated radar theme for header - Multi-size favicon set (16px, 32px, 48px) - High-resolution app icon (512x512) for mobile/desktop - Aviation-themed radar design with animated aircraft blips UI Updates: - Updated HTML with proper favicon links and theme color - Enhanced header layout to include logo alongside version info - Added responsive CSS styling for new branding elements - Logo features animated radar sweep and aircraft tracking theme Technical Details: - All assets use SVG format for scalability and crisp display - Radar theme with cyan/blue color scheme matching app design - Logo includes animated elements (radar sweep, blinking aircraft) - Favicons optimized for different display sizes - Added proper meta tags for mobile app integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- assets/static/css/style.css | 24 +++++ assets/static/images/favicon-16.svg | 11 +++ assets/static/images/favicon-32.svg | 32 +++++++ assets/static/images/favicon-48.svg | 43 +++++++++ assets/static/images/skyview-app-icon.svg | 101 ++++++++++++++++++++++ assets/static/images/skyview-favicon.svg | 32 +++++++ assets/static/images/skyview-logo.svg | 58 +++++++++++++ assets/static/index.html | 23 +++-- 8 files changed, 319 insertions(+), 5 deletions(-) create mode 100644 assets/static/images/favicon-16.svg create mode 100644 assets/static/images/favicon-32.svg create mode 100644 assets/static/images/favicon-48.svg create mode 100644 assets/static/images/skyview-app-icon.svg create mode 100644 assets/static/images/skyview-favicon.svg create mode 100644 assets/static/images/skyview-logo.svg diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 77623e8..cd2c719 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -101,6 +101,30 @@ body { color: #00a8ff; } +/* New header branding styles */ +.header-brand { + display: flex; + align-items: center; + gap: 1rem; +} + +.header-logo { + height: 50px; + width: auto; + filter: drop-shadow(0 2px 4px rgba(0, 212, 255, 0.3)); +} + +.header-text { + display: flex; + flex-direction: column; + gap: 0.25rem; +} + +.header-links { + display: flex; + gap: 0.5rem; +} + .stats-summary { display: flex; gap: 1rem; diff --git a/assets/static/images/favicon-16.svg b/assets/static/images/favicon-16.svg new file mode 100644 index 0000000..8fe2cdd --- /dev/null +++ b/assets/static/images/favicon-16.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/assets/static/images/favicon-32.svg b/assets/static/images/favicon-32.svg new file mode 100644 index 0000000..615e876 --- /dev/null +++ b/assets/static/images/favicon-32.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/static/images/favicon-48.svg b/assets/static/images/favicon-48.svg new file mode 100644 index 0000000..287c971 --- /dev/null +++ b/assets/static/images/favicon-48.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/static/images/skyview-app-icon.svg b/assets/static/images/skyview-app-icon.svg new file mode 100644 index 0000000..391689e --- /dev/null +++ b/assets/static/images/skyview-app-icon.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 200 km + 160 km + 120 km + \ No newline at end of file diff --git a/assets/static/images/skyview-favicon.svg b/assets/static/images/skyview-favicon.svg new file mode 100644 index 0000000..87df6da --- /dev/null +++ b/assets/static/images/skyview-favicon.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/static/images/skyview-logo.svg b/assets/static/images/skyview-logo.svg new file mode 100644 index 0000000..1ec1377 --- /dev/null +++ b/assets/static/images/skyview-logo.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sky + + + View + + + + + + \ No newline at end of file diff --git a/assets/static/index.html b/assets/static/index.html index efc66fe..eb6ebee 100644 --- a/assets/static/index.html +++ b/assets/static/index.html @@ -4,7 +4,14 @@ SkyView - Multi-Source ADS-B Aircraft Tracker - + + + + + + + + @@ -28,10 +35,16 @@
-

SkyView v0.0.11 - ⚙ - 📊 -

+
+ +
+ v0.0.11 + +
+