diff --git a/config.toml b/config.toml index 71b0889..cf72068 100755 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ base_url = "https://aerogramme.deuxfleurs.fr" title = "Aerogramme" -description = "Resilient & standards-compliant open-source IMAP server with server-side encryption " +description = "A robust and privacy-preserving email server" default_language = "en" output_dir = "public" compile_sass = true @@ -58,7 +58,7 @@ favicon_svg = "/logo/aerogramme-blue-sq.svg" [extra.organization] name = "Aerogramme" -description = "Resilient & standards-compliant open-source IMAP server with built-in encryption " +description = "A robust and privacy-preserving email server" logo = "/logo/aerogramme-blue-hz.svg" logo_simple = "/logo/aeogramme-blue-sq.svg" logo_horizontal = "/logo/aerogramme-blue-sq.svg" diff --git a/src/input.css b/src/input.css index 7e241ef..fec0c93 100755 --- a/src/input.css +++ b/src/input.css @@ -138,17 +138,18 @@ p > code, p > strong > code, li > code, li > strong > code { } #mailbox-container::before { -content: ""; - position: absolute; - width: 800%; - height: 800%; - top: -50%; - left: -400%; - z-index: -1; - background-image: url('/images/stamp.png'); - background-repeat: repeat; - background-attachment: fixed; - transform: rotate(-30deg); + content: ""; + position: absolute; + width: 800%; + height: 800%; + top: -50%; + left: -400%; + z-index: -1; + background-image: url('/images/stamp.png'); + background-repeat: repeat; + background-attachment: fixed; + background-size: 500px; + transform: rotate(-30deg); } @media screen and (max-width: 1280px) { diff --git a/templates/index.html b/templates/index.html index bbf3ea9..97a7b7d 100755 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} - Aerogramme - Resilient open-source IMAP server with built-in encryption + Aerogramme - A robust and privacy-preserving email server {% endblock title %} {% block content %} @@ -46,25 +46,15 @@
-

A more resilient & private mailbox design

+

Hundred years ago, delivering mails across the globe was celebrated but hazardous

-
-
-

Each mailbox is represented as an encrypted, sequential log of events

-
-
- - Add or remove an email -
-
- - Add or remove a flag (like seen/unseen) -
+
+

Since 40 years, e-mails have silently taken the relay, allowing billion of users to communicate everyday

@@ -109,7 +99,7 @@