start footer
This commit is contained in:
parent
41a7b7b4cb
commit
1945557d93
21 changed files with 195 additions and 77 deletions
|
|
@ -1,2 +1,43 @@
|
|||
<footer class="main-footer">
|
||||
<h1 class="logo">
|
||||
<span>Nouveau</span>
|
||||
<span>Théâtre</span>
|
||||
<span>Besançon</span>
|
||||
</h1>
|
||||
<form action="">
|
||||
<p>S'inscrire à la newsletter</p>
|
||||
<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>
|
||||
</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>
|
||||
</li>
|
||||
<li>
|
||||
<a href="" 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>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue