server/views/legals.twig

53 lines
1.1 KiB
Twig
Raw Permalink Normal View History

2020-07-15 20:32:42 +00:00
{% extends "./base.twig" %}
{% block title %}Informations légales{% endblock %}
{% block content %}
<div style="margin: 0 auto; width: 80%; text-align: left;">
2020-07-15 20:32:42 +00:00
<h1>Informations légales</h1>
<h3>Siège social</h3>
<p>
Espace Condorcet Centre Social<br>
12 rue Jean Moulin,<br>
27600 GAILLON
</p>
<h3>Contact</h3>
<p>
Téléphone : 02 32 77 50 80<br>
Fax : 02 32 77 50 99<br>
E-Mail : <a href="mailto:contact@espacecondorcet.org">contact@espacecondorcet.org</a>
2020-07-15 20:32:42 +00:00
</p>
<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>
2020-07-15 20:32:42 +00:00
<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>
2020-07-15 20:32:42 +00:00
<h3>Immatriculation</h3>
<p>
Numéro SIREN : 338 248 206 000 25<br>
Code APE 88 99 B
</p>
<h3>Hébergement</h3>
<p>
Scaleway<br>
ONLINE SAS BP 438 75366 PARIS CEDEX 08 FRANCE
</p>
</div>
{% endblock %}