Compact navbar: small logo only, gold fingerprint, v4.1 badge on homepage

This commit is contained in:
Aaron D. Lee
2026-01-07 20:40:29 -05:00
parent 5bdb625059
commit c37d743b3e
2 changed files with 8 additions and 9 deletions

View File

@@ -42,7 +42,10 @@
<!-- Hero -->
<div class="d-flex align-items-center gap-3 mb-4">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="80">
<div class="position-relative">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="80">
<span class="badge bg-success position-absolute" style="bottom: -5px; right: -10px; font-size: 0.6rem;">v4.1</span>
</div>
<div>
<h1 class="h3 fw-bold title-gold mb-0">Stegasoo</h1>
<p class="text-muted mb-0 small">Hide encrypted data in plain sight.</p>