Compact navbar: small logo only, gold fingerprint, v4.1 badge on homepage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user