style : améliorations globales, filtres conditionnels, logo lien
Logo wrappé dans un lien home. Filtres affichés uniquement sur events. Background beige remontée en global. Casse des labels en minuscules. z-index header, ajustements margin et padding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
179d60f0bd
commit
eebdd197f6
6 changed files with 29 additions and 15 deletions
|
|
@ -8,10 +8,12 @@
|
|||
</div>
|
||||
<button class="toggle-nav">menu</button>
|
||||
</div>
|
||||
<h1 class="logo" style="--logo-offset: 0px">
|
||||
Lesort<br>
|
||||
Hecq
|
||||
</h1>
|
||||
<a href="<?= $site->url() ?>">
|
||||
<h1 class="logo" style="--logo-offset: 0px">
|
||||
Lesort<br>
|
||||
Hecq
|
||||
</h1>
|
||||
</a>
|
||||
<div class="characters" style="--offset: 9.5rem; --scale: 1">
|
||||
<?= svg('assets/images/characters/characters.svg') ?>
|
||||
</div>
|
||||
|
|
@ -27,9 +29,11 @@
|
|||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="filters">
|
||||
<button class="filter bottom-tab bottom-tab--invert" data-target="inside-company" title="filtrer">compagnie</button>
|
||||
<button class="filter bottom-tab bottom-tab--invert" data-target="outside-company" title="filtrer">hors-compagnie</button>
|
||||
</div>
|
||||
<?php if ($page->intendedTemplate() == 'events'): ?>
|
||||
<div class="filters">
|
||||
<button class="filter bottom-tab bottom-tab--invert" data-target="inside-company" title="filtrer">compagnie</button>
|
||||
<button class="filter bottom-tab bottom-tab--invert" data-target="outside-company" title="filtrer">hors compagnie</button>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</header>
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue