Add actual info in about page and fix backend/mailbox design

This commit is contained in:
Alice Gaudon 2020-07-27 18:01:00 +02:00
parent f609d4b751
commit 5ec2c21170
2 changed files with 15 additions and 4 deletions

View File

@ -3,12 +3,22 @@
{% set title = app.name + ' - About us' %}
{% block body %}
<h1>Very interesting</h1>
<h1>ALDAP: an authentication system for many services</h1>
<div class="container">
<section class="panel">
<h2>This is us</h2>
<p class="center">And we like wms!</p>
<h2><i data-feather="help-circle"></i> What services use ALDAP?</h2>
<ul>
<li><a href="https://mail.toot.party" target="_blank">mail.toot.party</a> - a private mail service</li>
</ul>
</section>
<section class="panel">
<h2><i data-feather="settings"></i> Authentication mechanisms</h2>
<ul>
<li>Internal (shared database)</li>
<li>LDAP</li>
</ul>
</section>
</div>
{% endblock %}

View File

@ -5,7 +5,8 @@
{% block body %}
<div class="container">
<main class="panel">
<h1><i data-feather="mail"></i> Mailbox</h1>
<i data-feather="mail"></i>
<h1>Mailbox</h1>
<p class="center">{{ mailbox.name }}</p>