This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
vincennes-2014/templates/footer.html

107 lines
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="container">
<div class="row">
<div class="col-lg-5 col-md-4 col-xs-16">
<div class="footer--logotype">
<img width="300" height="61" src="{{ site_base }}{{ STATIC_URL }}img/logo2.png" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-16">
<address class="footer--address">
<strong>Mairie de Vincennes</strong><br>
Hôtel de ville,<br />
53 bis rue de Fontenay<br>
94300 Vincennes<br>
<p class="tel"><abbr title="Phone">Tél :</abbr> 01 43 98 65 00</p>
<a href="{{site_vincennes_url}}/Vos-demarches/Mairie">Plus d'infos</a>
</address>
</div>
<div class="footer--partners col-lg-6 col-lg-offset-2 col-md-4 hidden-sm hidden-xs">
<h4>Partenaires</h4>
<ul class="list-unstyled">
{% for item in partenaires %}
<li><a href="{{ item.link }}" target="{{ item.target }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="footer2 hidden-print">
<div class="container">
<div class="row">
<div class="footer--labels col-lg-11 col-md-8 hidden-sm hidden-xs">
<h2>
<span>
Logos de bas de page </span>
</h2>
<div>
<div class="object-aucun">
<div class="image">
<a href="http://www.villes-internet.net/" target="_blank">
<img src="{{ site_base }}{{ STATIC_URL }}img/ville-Internet.png" width="113" height="79" alt="Ville Internet 4 @ 2015">
</a>
</div>
</div>
<div class="object-aucun">
<div class="image">
<img src="{{ site_base }}{{ STATIC_URL }}img/Ville-et-pays-d-art-et-d-Histoire.png" width="68" height="73" alt="Ville et pays d'art et d'Histoire">
</div>
</div>
<div class="object-aucun">
<div class="image">
<img src="{{ site_base }}{{ STATIC_URL }}img/Ville-fleurie-3.png" width="154" height="57" alt="Ville fleurie 3*">
</div>
</div>
<div class="object-aucun">
<div class="image">
<a href="{{site_vincennes_url}}/Decouvrir-Vincennes/Office-de-tourisme/Villes-royales-d-Ile-de-France" target="_self">
<img src="{{ site_base }}{{ STATIC_URL }}img/Villes-royales.png" width="154" height="57" alt="Villes royales en Ile-de-France">
</a>
</div>
</div>
<div class="">
<div class="image">
<a href="{{site_vincennes_url}}/Famille/Enfance" target="_self">
<img src="{{ site_base }}{{ STATIC_URL }}img/ville-amie-des-enfants.png" width="163" height="57" alt="Ville amie des enfants">
</a>
</div>
</div>
<p>
&nbsp;
</p>
</div>
</div>
<div class="footer--website_infos col-lg-5 col-md-8 col-xs-16 text-right">
<ul class="list-unstyled">
<li class="noeud_11119">
<a href="{{site_vincennes_url}}/Contact">
Contact </a>
</li>
<li>
<a href="{{site_vincennes_url}}/content/view/sitemap/200">
Plan du site </a>
</li>
<li class="noeud_7451">
<a href="{{site_vincennes_url}}/Mentions-legales">
Mentions légales </a>
</li>
<li class="noeud_299">
<a href="{{site_vincennes_url}}/Credits">
Crédits </a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer3 hidden-print">
<div class="container">
<div class="row">
<div class="footer--subvention pull-right col-lg-16 col-md-16 hidden-sm hidden-xs">
<img src="{{ site_base }}{{ STATIC_URL }}img/Ile-de-france.jpg" class="pull-right" alt="">
Ce site a fait lobjet dune subvention de la Région Ile-de-France
</div>
</div>
</div>
</div>