DAPRS/dashboard/templates/about.html

30 lines
992 B
HTML
Raw Normal View History

2022-12-02 13:27:53 +01:00
{% include 'page.html' %}
{% include 'header.html' %}
<fieldset style="background-color:#e0e0e0e0;text-algin: lef; margin-left:15px;margin-right:15px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
<p>&nbsp;</p>
<p>Nous contacter.</p>
<center>
<fieldset style="border-radius: 8px; background-color:#e0e0e0e0; text-algin: lef; margin-left:15px;margin-right:15px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width:50%;">
<table style="width:80%; font: 10pt arial, sans-serif">
<tr>
<td><strong>Indicatif</strong></td>
<td>&nbsp;{{contact_call}}</td>
</tr>
<tr>
<td><strong>E-Mail</strong></td>
<td>&nbsp;{{contact_email}}</td>
</tr>
<tr>
<td><strong>Website</strong></td>
<td>&nbsp;{{contact_website}}</td>
</tr>
</table></fieldset>
</center>
<p>&nbsp;</p>
</fieldset>
{% include 'footer.html' %}