footer : scroll to reveal + CSS compilé
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d70bcb7e4c
commit
42fcba1324
7 changed files with 123 additions and 13 deletions
|
|
@ -1,3 +1,15 @@
|
|||
</main>
|
||||
<footer class="main-footer">
|
||||
<p class="logo">Lesort<br>Hecq</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="<?= page('compagnie')->url() ?>"><?= page('compagnie')->title() ?></a></li>
|
||||
<li><a href="<?= page('spectacles')->url() ?>"><?= page('spectacles')->title() ?></a></li>
|
||||
<li><a href="<?= page('agenda')->url() ?>"><?= page('agenda')->title() ?></a></li>
|
||||
<li><a href="<?= page('contact')->url() ?>"><?= page('contact')->title() ?></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<p class="legal">© compagnie Lesort Hecq — <a href="#">mentions légales</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue