diff --git a/homeserver/index.html b/homeserver/index.html index 66a0a75..2918e6d 100644 --- a/homeserver/index.html +++ b/homeserver/index.html @@ -15,7 +15,7 @@

Image by perga (@pergagreen on discord)

-

Homeserver

+

Homeserver

Change your Burgernotes homeserver

diff --git a/index.html b/index.html index 6f9f75d..66d822e 100644 --- a/index.html +++ b/index.html @@ -15,29 +15,63 @@


-
-

Safe home for your notes

-

Burgernotes is the service for storing your shopping list, tasks'n todos, code snippets plus more. Oh, and did we mention it's free too?

-
- Download for your device or - Open in your web browser -

-
-
+
+

Safe home for your notes

+

Burgernotes is the service for storing your shopping list, tasks'n + todos, code snippets plus more. Oh, and did we mention it's free too?

+
+ Download for your device or + Open in your web browser +

+
+
-

Secure, always.

-

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

- -

For your device.

-

Burgernotes features a simple, yet powerful user interface.

-

We support your device, including Windows, macOS, Linux + iOS and Android.

+
+

Secure, always.

+

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

+
- -
+
+

For your device.

+

Burgernotes features a simple, yet powerful user interface.

+

We support your device, including Windows, macOS, Linux + iOS and + Android.

+
+ +
+
+ Is Burgernotes open-source? +
+ Burgernotes is licensed under the free and open-source license GNU AGPL v3.0, which guarantees your right to be able to use, modify, and share Burgernotes freely without restrictions.
+
Unlike many other services, both our client and server software is open source, allowing you to self-host Burgernotes if you'd like. +
+
+
+ Is Burgernotes really free? +
+ Yes! We offer 25MB of storage by default, however you may request more by emailing support@cta.social.
There's no catch to this, we promise not to sell your data, and we don't display ads. +
+
+
+ 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 Hectabit, or anyone else. Our source code is fully open, meaning anyone can audit our encryption. +
+
+
+ Does Burgernotes accept donations? +
+ Yes! Donations of any amount is appreciated to keep Burgernotes running.
You may donate at www.hectabit.org/donate, the non-profit software project behind Burgernotes. +
+
+ + +
- + \ No newline at end of file diff --git a/login/index.html b/login/index.html index 0477053..38a0d2f 100644 --- a/login/index.html +++ b/login/index.html @@ -15,7 +15,7 @@

Image by perga (@pergagreen on discord)

-

Login

+

Login

diff --git a/static/css/style.css b/static/css/style.css index 6356975..f74dbb1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -9,7 +9,7 @@ --editor: #ffffff; --text-color: #000000; --border-color: #dadada; - --theme-color: #157efb; + --theme-color: #592acb; --theme-text-color: #ffffff; --exit-color: #e9e9e9; --session-color: #f4f4f4; @@ -32,7 +32,7 @@ --editor: #202124; --text-color: #ffffff; --border-color: #393b3d; - --theme-color: #157efb; + --theme-color: #592acb; --theme-text-color: #ffffff; --exit-color: #454649; --session-color: #2d2f31; @@ -576,6 +576,11 @@ iframe#markdown { background-color: var(--bar); } +.inoutdiv h2 { + font-family: "Space Grotesk", sans-serif; + font-optical-sizing: auto; +} + .inoutdiv input { width: calc(100% - 120px); height: 30px;