diff --git a/static/css/styles.css b/static/css/styles.css index dea835f..6ba351a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -452,6 +452,15 @@ section.card { margin-bottom: 25px; } +/* Pickup page sections */ +#pickup-section { + margin-bottom: 25px; +} + +#security-notice-section { + margin-bottom: 25px; +} + /* ===== File Input Section ===== */ #encoding-section #file-section { display: none; diff --git a/static/img/PacCrypt.png b/static/img/PacCrypt.png index 2338743..905d3ab 100644 Binary files a/static/img/PacCrypt.png and b/static/img/PacCrypt.png differ diff --git a/templates/pickup.html b/templates/pickup.html index 9bb3f27..bbd3699 100644 --- a/templates/pickup.html +++ b/templates/pickup.html @@ -3,33 +3,33 @@ - - Pickup File - PacCrypt - + + PacCrypt - Secure File Pickup + - + - +
-

PacCrypt Pickup

-

Enter passwords to retrieve your file

+

PacCrypt

+

Secure File Pickup and Decryption

- -
-

🔐 Decrypt and Download

- + +
+

🔐 File Pickup

+ {% with messages = get_flashed_messages() %} {% if messages %} -
    +
      {% for message in messages %}
    • {{ message }}
    • {% endfor %} @@ -37,19 +37,49 @@ {% endif %} {% endwith %} + +
      +

      File ID: {{ file_id }}

      +
      + -
      - - -
      - + +
      + +
      + +
      + +
      + +
      +
- -
-

Link ID: {{ file_id }}

+ +
+

🛡️ Security Notice

+

+ Make sure you're on the correct domain before entering any passwords.
+ Your file will be permanently deleted after download. +

+
+ + +