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 @@ + + \ 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..3ef225a --- /dev/null +++ b/assets/static/images/skyview-logo.svg @@ -0,0 +1,67 @@ + + \ 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 @@