header : remplacer le titre par une nav, ajouter le reset des liens
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bdd5fcfb69
commit
904726951e
4 changed files with 24 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/
|
||||
<button>EN</button>
|
||||
</div>
|
||||
<button>menu</button>
|
||||
<!-- <button>menu</button> -->
|
||||
</div>
|
||||
<h1 class="logo" style="--logo-offset: 0px">
|
||||
Lesort<br>
|
||||
|
|
@ -17,7 +17,13 @@
|
|||
</div>
|
||||
|
||||
<div class="strip">
|
||||
<h1><?= $page->title() ?></h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="">La Compagnie</a></li>
|
||||
<li><a href="">Les Spectacles</a></li>
|
||||
<li><a href="">Agenda</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue