Homepage tweaks.

This commit is contained in:
Aaron D. Lee
2025-12-30 01:43:10 -05:00
parent 1e98a13edf
commit 5274dd20ec
2 changed files with 8 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -5,10 +5,14 @@
{% block content %}
<div class="row mb-4">
<div class="col-12 text-center">
<img src="{{ url_for('static', filename='logo_home.png') }}" alt="Stegasoo" height="200" class="img-fluid mb-3">
<div class="col-12">
<div class="d-flex align-items-end justify-content-center gap-4">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="230">
<div style="margin-bottom: 40px;">
<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 mb-0">Hide encrypted data in plain sight.</p>
</div>
</div>
</div>
</div>