resolve conflict - remove resize characters script
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
This commit is contained in:
parent
f7aa642876
commit
3effa55017
9 changed files with 215 additions and 142 deletions
|
|
@ -1,30 +1,24 @@
|
|||
<body data-template="<?= $page->intendedTemplate() ?>">
|
||||
<header class="main-header <?= $page->intendedTemplate() == 'event' ? 'small' : '' ?>">
|
||||
<div class="top">
|
||||
<div class="lang-switcher">
|
||||
<button>FR</button>
|
||||
/
|
||||
<button>EN</button>
|
||||
<div class="card">
|
||||
<div class="top">
|
||||
<button class="toggle-nav">menu</button>
|
||||
</div>
|
||||
<button class="toggle-nav">menu</button>
|
||||
</div>
|
||||
<a href="<?= $site->url() ?>" title="accueil">
|
||||
<h1 class="logo" style="--logo-offset: 0px">
|
||||
Lesort<br>
|
||||
Hecq
|
||||
</h1>
|
||||
</a>
|
||||
<div class="characters" style="--offset: 9.5rem; --scale: 1">
|
||||
<a href="<?= $site->url() ?>" title="accueil">
|
||||
<?= svg('assets/images/characters/characters.svg') ?>
|
||||
<h1 class="logo" style="--logo-offset: 0px">
|
||||
Lesort<br>
|
||||
Hecq
|
||||
</h1>
|
||||
</a>
|
||||
</div>
|
||||
<div class="strip">
|
||||
<h1><?= e($page->isHomePage(), 'Compagnie de théâtre', $page->title()) ?></h1>
|
||||
<div class="characters" style="--offset: 9.5rem; --scale: 1">
|
||||
<a href="<?= $site->url() ?>" title="accueil">
|
||||
<?= svg('assets/images/characters/characters.svg') ?>
|
||||
</a>
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
<?php foreach ($site->children()->listed()->without($page) as $navItem): ?>
|
||||
<li><a href="<?= $navItem->url() ?>"><?= $navItem->title() ?></a><hr></li>
|
||||
<li><a href="<?= $navItem->url() ?>"><?= $navItem->title() ?></a></li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue