From 777558182d4c7d5e3385a68f7993811aa8ea48e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 20:16:31 +0000 Subject: [PATCH] Add Sovran Systems SVG logo to hub header and onboarding welcome page Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/fd3f0f95-4795-4d0b-8d16-fc00bd9d15b6 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- .../static/logo-light.svg | 113 ++++++++++++++++++ app/sovran_systemsos_web/static/style.css | 12 ++ app/sovran_systemsos_web/templates/index.html | 5 +- .../templates/onboarding.html | 4 +- 4 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 app/sovran_systemsos_web/static/logo-light.svg diff --git a/app/sovran_systemsos_web/static/logo-light.svg b/app/sovran_systemsos_web/static/logo-light.svg new file mode 100644 index 0000000..6f6d9cb --- /dev/null +++ b/app/sovran_systemsos_web/static/logo-light.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/sovran_systemsos_web/static/style.css b/app/sovran_systemsos_web/static/style.css index 25047b2..05dba53 100644 --- a/app/sovran_systemsos_web/static/style.css +++ b/app/sovran_systemsos_web/static/style.css @@ -63,6 +63,13 @@ body { flex: 1; } +.header-logo { + height: 30px; + width: auto; + vertical-align: middle; + margin-right: 8px; +} + .role-badge { background-color: var(--accent-color); color: #1e1e2e; @@ -1796,6 +1803,11 @@ button.btn-reboot:hover:not(:disabled) { margin-bottom: 14px; } +.onboarding-logo-img { + height: 90px; + width: auto; +} + .onboarding-title { font-size: 1.7rem; font-weight: 800; diff --git a/app/sovran_systemsos_web/templates/index.html b/app/sovran_systemsos_web/templates/index.html index 20e6a7c..c3fca03 100644 --- a/app/sovran_systemsos_web/templates/index.html +++ b/app/sovran_systemsos_web/templates/index.html @@ -10,7 +10,10 @@
- Sovran_SystemsOS Hub + + + Sovran_SystemsOS Hub + Loading…