From dd5a72c08289f04556c4d196b281078994b24de7 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sat, 6 Jul 2024 16:02:20 +0100 Subject: [PATCH] Fixed libreJS on a few more pages, updated the privacy policy, fixed the weird bug of the feature divs resizing incorrectly --- index.html | 6 ++--- login/index.html | 6 ++--- logout/index.html | 7 +----- privacy/index.html | 57 +++++++++++++++++++++++++++++++++++--------- signup/index.html | 2 +- static/css/style.css | 30 ++++++++--------------- static/js/back.js | 11 +++++++++ static/js/logout.js | 8 +++++++ static/js/main.js | 34 ++++++++++++++++++++++++++ 9 files changed, 117 insertions(+), 44 deletions(-) create mode 100644 static/js/back.js create mode 100644 static/js/logout.js diff --git a/index.html b/index.html index b1d0b96..eaab361 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Secure, always.

-

Burgernotes features industry standard end-to-end encryption, so you can write knowing your notes are secure and private.

+

Burgernotes features industry-leading end-to-end encryption, so you can write knowing your notes are secure and private.

@@ -56,7 +56,7 @@
How can I trust Burgernotes to keep my notes private and secure?
- We use industry-standard encryption (AES-256) to keep your notes secure.
End-to-end encryption ensures your notes are only visible to you, not us, or anyone else. Our source code is fully open, meaning anyone can audit our encryption. + We use bleeding-edge industry-leading encryption (AES-256 CBC) to keep your notes secure.
End-to-end encryption ensures your notes are only visible to you, not us, or anyone else. Our source code is fully open, meaning anyone can audit our encryption.
Our encryption is constantly recieving updates to remain on the very tip of what is most secure.

@@ -67,7 +67,7 @@