diff --git a/config.toml b/config.toml index cf72068..7522355 100755 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ base_url = "https://aerogramme.deuxfleurs.fr" title = "Aerogramme" -description = "A robust and privacy-preserving email server" +description = "A robust 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 = "A robust and privacy-preserving email server" +description = "A robust 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 fec0c93..fa227aa 100755 --- a/src/input.css +++ b/src/input.css @@ -130,6 +130,16 @@ p > code, p > strong > code, li > code, li > strong > code { /** Home mailbox bg */ + #mailbox-container { + background-image: url('/images/airmail.jpg'); + background-repeat: no-repeat; + background-position: left; + background-size: cover; + background-attachment: fixed; + height: 70vh; + } + +/* #mailbox-container { height: 40vh; position: relative; @@ -145,12 +155,13 @@ p > code, p > strong > code, li > code, li > strong > code { top: -50%; left: -400%; z-index: -1; - background-image: url('/images/stamp.png'); + background-image: url('/images/airmail.jpg'); background-repeat: repeat; background-attachment: fixed; background-size: 500px; transform: rotate(-30deg); } + */ @media screen and (max-width: 1280px) { #mailbox-container { diff --git a/static/images/airmail.jpg b/static/images/airmail.jpg new file mode 100644 index 0000000..c91a9e6 Binary files /dev/null and b/static/images/airmail.jpg differ diff --git a/templates/index.html b/templates/index.html index 97a7b7d..39a78d7 100755 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} - Aerogramme - A robust and privacy-preserving email server + Aerogramme - A robust email server {% endblock title %} {% block content %} @@ -46,7 +46,7 @@
-

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

+

Hundred years ago, delivering mails across the globe was hazardous, but there is no reason for it to be the case today

@@ -54,25 +54,23 @@
-

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

+

Discover how Aerogramme makes your correspondence safe and pleasant

-

Goals

+

Clear goals

Aerogramme design enables the following properties:

@@ -94,7 +90,7 @@

Roadmap

- Aerogramme is currently a technical preview. Following released are planned: + Aerogramme is currently a technical preview.
The following released are planned:

diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html index 283690b..f4eaddf 100644 --- a/templates/partials/shared/footer.html +++ b/templates/partials/shared/footer.html @@ -3,6 +3,11 @@ {{ macros:: social_links( social_config=config.extra.social) }}

+ Cover by + Liam Truong + on + Unsplash +
Built with Zola, powered by Garage, hosted by Deuxfleurs