footer : remove nav links and add logo
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
42fcba1324
commit
3f9a471203
9 changed files with 15 additions and 26 deletions
|
|
@ -1,14 +1,6 @@
|
|||
</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>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<li>
|
||||
<a href="<?= page('spectacles')->url() ?>"><?= page('spectacles')->title() ?></a>
|
||||
</li>
|
||||
<li class="characters" style="--char-size: 191px">
|
||||
<li class="characters" style="--char-size: <?= $page->intendedTemplate() == 'event' ? '110' : '191' ?>px">
|
||||
<a href="<?= $site->url() ?>">
|
||||
<?= svg('assets/images/characters/characters-no-outfit.svg') ?>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue