feat: better about and legals page and developer mention
This commit is contained in:
parent
af08ef8a91
commit
3c2ef03fa1
3 changed files with 13 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -2,6 +2,7 @@
|
|||
{% block title %}A propos{% endblock %}
|
||||
{% block content %}
|
||||
<div style="margin: 0 auto; width: 80%; text-align: justify;">
|
||||
<h1>A propos de ce site</h1>
|
||||
<p>
|
||||
Pour pallier à l’absence du forum des associations cette année, événement incontournable
|
||||
depuis plus de 16 ans, qui rassemble plus de 60 associations et des centaines de publics,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "./base.twig" %}
|
||||
{% block title %}Informations légales{% endblock %}
|
||||
{% block content %}
|
||||
<div>
|
||||
<div style="margin: 0 auto; width: 80%; text-align: left;">
|
||||
<h1>Informations légales</h1>
|
||||
|
||||
<h3>Siège social</h3>
|
||||
|
@ -20,10 +20,18 @@
|
|||
E-Mail : <a href="mailto:contact@espacecondorcet.org">contact@espacecondorcet.org</a>
|
||||
</p>
|
||||
|
||||
<h3>Représentant légal</h3>
|
||||
<h4>Directeur des publications</h4>
|
||||
|
||||
<p>Stéphane Saboya - <a href="mailto:stephanesaboya@espacecondorcet.org">stephanesaboya@espacecondorcet.org</a></p>
|
||||
|
||||
<h4>Représentant légal</h4>
|
||||
|
||||
<p>Liliane COQUET</p>
|
||||
|
||||
<h4>Webmaster/Développeur</h4>
|
||||
|
||||
<p>Matthieu Bessat - <a href="https://lefuturiste.fr">Site web</a> - <a href="https://github.com/lefuturiste">GitHub</a></p>
|
||||
|
||||
<h3>Immatriculation</h3>
|
||||
|
||||
<p>
|
||||
|
@ -41,3 +49,4 @@
|
|||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue