From 91dc665a77a9746eaf9f1cf333b5056a8389eba7 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 20:33:39 -0500 Subject: [PATCH] Ultra-minimal homepage: floating icons, hover labels, compact hero --- frontends/web/templates/index.html | 109 ++++++++++++++--------------- 1 file changed, 53 insertions(+), 56 deletions(-) diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html index 0cec6ff..fc49621 100644 --- a/frontends/web/templates/index.html +++ b/frontends/web/templates/index.html @@ -3,65 +3,62 @@ {% block title %}Stegasoo - Secure Steganography{% endblock %} {% block content %} + -
-
+
- -
- Stegasoo -

Stegasoo

-

Hide encrypted data in plain sight.

+ +
+ Stegasoo +
+

Stegasoo

+

Hide encrypted data in plain sight.

- - - {% if channel_configured %} -
-
- Private Channel - {{ channel_fingerprint }} -
-
- {% endif %} - - - - - -
-

- AES-256   - Reference Photo   - DCT/LSB -

- Learn more -
-
+ + {% if channel_configured %} + {{ channel_fingerprint }} + {% endif %} + + + +
{% endblock %}