17
0
Fork 0

Update website

This commit is contained in:
Quentin 2024-01-21 10:49:48 +01:00
parent c675cf7567
commit 18aa10e94f
Signed by: quentin
GPG Key ID: E9602264D639FF68
5 changed files with 43 additions and 31 deletions

View File

@ -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"

View File

@ -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 {

BIN
static/images/airmail.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@ -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 @@
<div class="w-full flex flex-col items-center justify-center border-b">
<div id="mailbox-about" class="w-full shadow-lg mx-auto flex flex-col lg:flex-row items-center justify-around lg:space-x-12 py-4 text-sm text-gray-700 border-t">
<p class="text-aerogramme-blue text-2xl tracking-wide">Hundred years ago, delivering mails across the globe was celebrated but hazardous</p>
<p class="text-aerogramme-blue text-2xl tracking-wide">Hundred years ago, delivering mails across the globe was hazardous, but there is no reason for it to be the case today</p>
</div>
<div id="mailbox-container" class="relative w-full shadow-inner border-b">
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 w-16 overflow-hidden inline-block">
@ -54,25 +54,23 @@
</div>
</div>
<div id="mailbox-about-2" class="w-full shadow-lg mx-auto flex flex-col lg:flex-row items-center justify-around lg:space-x-12 py-4 text-sm text-gray-700 border-t">
<p class="text-aerogramme-blue text-2xl tracking-wide">Since 40 years, e-mails have silently taken the relay, allowing billion of users to communicate everyday</p>
<p class="text-aerogramme-blue text-2xl tracking-wide">Discover how Aerogramme makes your correspondence safe and pleasant</p>
</div>
</div>
<div class="grid grid-cols-1 xl:grid-cols-2 gap-x-0 xl:gap-x-12 gap-y-24 text-aerogramme-gray font-light bg-gray-100 py-12 px-4 md:px-0 w-full shadow-inner">
<div class="flex flex-col items-center justify-start space-y-2">
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-aerogramme-blue leading-5">Goals</h2>
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-aerogramme-blue leading-5">Clear goals</h2>
<div class="w-8 h-1 bg-aerogramme-blue"></div>
<p class="text-center leading-5 italic text-lg">Aerogramme design enables the following properties:</p>
<ul class="list-style-none font-semibold flex flex-col items-center justify-center py-4">
<li class="py-1.5 flex flex-col items-center justify-center">
<span>Privacy friendly</span>
<p class="font-normal text-center">Per-user encryption of mailboxes.<br>Can be run as a local proxy to hide your mailbox content from the server.</p>
<li class="py-1.5 flex flex-col items-center justify-center text-center">
Highly resilient<br>
<div class="font-normal">
Multiple instances of Aerogramme can been run in parallel without coordination.<br>
Multi-region support, survive datacenter failures.
</div>
</li>
<!--<div class="w-2 h-2 rounded-full bg-aerogramme-blue"></div>
<li class="py-1.5 flex flex-col items-center justify-center">
<span>Don't break users' habits</span>
<p class="font-normal text-center">IMAP, CalDAV and CardDAV are standards natively supported in many applicatios and OS. </p>
</li>-->
<div class="w-2 h-2 rounded-full bg-aerogramme-blue"></div>
<li class="py-1.5 flex flex-col items-center justify-center">
<span>Easy to operate</span>
@ -80,12 +78,10 @@
Integrate with your LDAP server.</p>
</li>
<div class="w-2 h-2 rounded-full bg-aerogramme-blue"></div>
<li class="py-1.5 flex flex-col items-center justify-center text-center">
Highly resilient<br>
<div class="font-normal">
Multiple instances of Aerogramme can been run in parallel without coordination.<br>
Support datacenter failures.
</div>
<li class="py-1.5 flex flex-col items-center justify-center">
<span>Privacy friendly</span>
<p class="font-normal text-center">Per-user encryption of mailboxes.<br>Can be run as a local proxy to hide your mailbox content from the server.</p>
</li>
</ul>
</div>
@ -94,7 +90,7 @@
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-aerogramme-blue leading-5">Roadmap</h2>
<div class="w-8 h-1 bg-aerogramme-blue"></div>
<p class="text-center leading-5 italic text-lg">
Aerogramme is currently a technical preview. Following released are planned:
Aerogramme is currently a technical preview.<br/>The following released are planned:
</p>
<ul class="text-center list-style-none flex flex-col space-y-2 justify-start py-4">
<li class="flex flex-col md:flex-row items-center justify-start">
@ -105,27 +101,27 @@
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<span class="font-normal">0.2.x</span>
<span class="font-normal">0.2.x</span>
</div>
<span class="px-2">Support of IMAP4rev1. (~september '23).</span>
<span class="px-2">Support of IMAP4. (~january '24).</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<span class="font-normal">⌛0.3.x</span>
</div>
<span class="px-2">Subset of IMAP4rev2. (~december '23).</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<span class="font-normal">⌛0.4.x</span>
</div>
<span class="px-2">CalDAV support. (~february '24).</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<span class="font-normal">⌛0.5.x</span>
</div>
<span class="px-2">CardDAV support.</span>
<span class="px-2">CardDAV support. (~june '24)</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<span class="font-normal">⌛0.6.x</span>
</div>
<span class="px-2">Public beta. (~december '24)</span>
</li>
</ul>
</div>

View File

@ -3,6 +3,11 @@
{{ macros:: social_links( social_config=config.extra.social) }}
<p class="tracking-tighter md:tracking-normal text-sm md:text-base text-gray-600 px-8 md:px-0 py-2">
Cover by
<a href="https://unsplash.com/fr/@liamtruong" target="_blank" class="font-semibold hover:text-aerogramme-blue">Liam Truong</a>
on
<a href="https://unsplash.com/fr/photos/enveloppe-de-fenetres-blanches-oeDH20DVb2A" target="_blank" class="font-semibold hover:text-aerogramme-blue">Unsplash</a>
<br>
Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-aerogramme-blue">Zola</a>,
powered by <a href="https://garagehq.deuxfleurs.fr" class="font-semibold hover:text-aerogramme-blue">Garage</a>,
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-aerogramme-blue">Deuxfleurs</a>