footer - dynamize infos
This commit is contained in:
parent
9efeb72f68
commit
3008e231cb
6 changed files with 58 additions and 22 deletions
|
|
@ -9,31 +9,17 @@
|
|||
<input placeholder="e-mail" type="email" name="email" autocomplete="email" id="email">
|
||||
</form>
|
||||
<div class="main-footer__infos">
|
||||
<p><strong>Contact</strong></p>
|
||||
|
||||
<p>
|
||||
Nouveau Théâtre de Besançon<br>
|
||||
2 avenue Édouard Droz<br>
|
||||
Parc du Casino<br>
|
||||
25000 Besançon
|
||||
</p>
|
||||
|
||||
<p><strong>Accueil</strong></p>
|
||||
|
||||
<p>
|
||||
accueil@ntbesancon.fr<br>
|
||||
03 81 88 55 11
|
||||
</p>
|
||||
<?= $site->footerInfos() ?>
|
||||
</div>
|
||||
|
||||
<div class="main-footer__socials">
|
||||
<p><strong>Suivez nous</strong></p>
|
||||
<ul class="social-icons">
|
||||
<li>
|
||||
<a href="" target="_blank" title="Voir la page Instagram du NTB"><?= svg('assets/images/icons/instagram.svg') ?></a>
|
||||
<a href="<?= $site->instagram() ?>" class="invert" target="_blank" title="Voir la page Instagram du NTB"><?= svg('assets/images/icons/instagram.svg') ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="" target="_blank" title="Voir la page Facebook du NTB"><?= svg('assets/images/icons/facebook.svg') ?></a>
|
||||
<a href="<?= $site->facebook() ?>" class="invert" target="_blank" title="Voir la page Facebook du NTB"><?= svg('assets/images/icons/facebook.svg') ?></a>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="#">Contacts et Mentions légales</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue