footer : scroll to reveal + CSS compilé

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-06-23 18:20:44 +02:00
parent d70bcb7e4c
commit 42fcba1324
7 changed files with 123 additions and 13 deletions

View file

@ -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>