Tagline update.

This commit is contained in:
Aaron D. Lee
2025-12-29 17:03:51 -05:00
parent f35acfed06
commit 00763de780
2 changed files with 8 additions and 5 deletions

View File

@@ -63,7 +63,7 @@
<div class="container text-center text-muted"> <div class="container text-center text-muted">
<small> <small>
<img src="{{ url_for('static', filename='favicon.svg') }}" alt="" height="16" class="me-1" style="vertical-align: text-bottom;"> <img src="{{ url_for('static', filename='favicon.svg') }}" alt="" height="16" class="me-1" style="vertical-align: text-bottom;">
Stegasoo v2.1.3 — Hybrid Photo + Day-Phrase + PIN Steganography Stegasoo v2.1.3 — Steganography using "Reference Photo Hashing + Day-Phrase + PIN/Key".
</small> </small>
</div> </div>
</footer> </footer>

View File

@@ -3,10 +3,13 @@
{% block title %}Stegasoo - Secure Steganography{% endblock %} {% block title %}Stegasoo - Secure Steganography{% endblock %}
{% block content %} {% block content %}
<div class="text-center mb-5">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="120" class="mb-3"> <div class="row mb-4">
<h1 class="display-4 fw-bold">Stegasoo</h1> <div class="col-12 text-center">
<img src="{{ url_for('static', filename='logo_home.png') }}" alt="Stegasoo" height="120px" class="img-fluid mb-3">
<h1 class="display-4 fw-bold mb-2">Stegasoo</h1>
<p class="lead text-muted">Hide encrypted files or messages in images with steganography.</p> <p class="lead text-muted">Hide encrypted files or messages in images with steganography.</p>
</div>
</div> </div>
<div class="row g-4 mb-5"> <div class="row g-4 mb-5">