cremeaux/layouts/partials/footer.html

33 lines
1.2 KiB
HTML
Raw Normal View History

2020-10-21 16:23:05 +02:00
{{ $headless := .Site.GetPage "/viemunicipale" }}
2020-09-02 16:54:03 +02:00
<footer class="footer">
2020-10-21 16:23:05 +02:00
<div class="container grid-xl">
<div class="columns">
2020-11-04 11:56:36 +01:00
<div class="column col-4 col-md-6 text-right">
<img src="logo.png" alt="Blason de Crémeaux" height="80" width="229" class="float-right" style="max-width: inherit">
2020-09-02 16:54:03 +02:00
</div>
2020-11-04 11:56:36 +01:00
<div class="column col-8 col-md-6">
<h5>Mairie</h5>
<p>Lundi Mardi Jeudi Vendredi : 8h30 à 12h15<br>Mercredi : 9h15 à 12h15</p>
<ul>
<li>📞 04 77 62 50 67</li>
<li>📫 mairie@cremeaux.fr</li>
</ul>
<h5>Bibliothèque Municipale</h5>
<p>Mercredi : 16h40 à 18h40<br>Vendredi Samedi : 10h à 12h</p>
<ul>
<li>📞 04 77 62 82 66</li>
<li>📫 bibliotheque@cremeaux.fr</li>
</ul>
<h5>Agence Postale</h5>
<p>Mardi Mercredi Jeudi Vendredi Samedi : 9h15 à 12h15</p>
<ul>
<li>📞 04 77 62 56 49</li>
</ul>
2020-09-02 16:54:03 +02:00
</div>
</div>
</div>
</footer>
2020-11-04 11:56:36 +01:00
<footer class="explain">
Ce site est réalisé de façon <a href="https://weko.io">éco-responsable, économe en énergie sans aucun traceur</a>.
</footer>