Edit home navigation
This commit is contained in:
parent
586763f249
commit
d149a90c80
7 changed files with 96 additions and 305 deletions
|
@ -3,8 +3,8 @@ headline:
|
|||
fr: Galeries
|
||||
type: pages
|
||||
template: gallery
|
||||
min: 1
|
||||
max: 7
|
||||
min: 2
|
||||
max: 4
|
||||
layout: cards
|
||||
size: small
|
||||
image:
|
||||
|
|
|
@ -32,6 +32,16 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<nav class="header-bar__nav" aria-label="Menu">
|
||||
<button class="header-bar__nav-button" tabindex="-1" aria-hidden="true">
|
||||
<div class="header-bar__nav-button-line-1"></div>
|
||||
<div class="header-bar__nav-button-line-2"></div>
|
||||
<div class="header-bar__nav-button-line-3"></div>
|
||||
</button>
|
||||
<ul class="header-bar__nav-menu">
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
</div>
|
||||
{% set navItemNo = navItemNo + 1 %}
|
||||
{% endfor %}
|
||||
<div class="home__nav-item-{{ navItemNo }}">
|
||||
<a href="{{ page('a-propos').url }}" target="_self" class="home__nav-link">{{ page('a-propos').title }}</a>
|
||||
</div>
|
||||
<div class="home__nav-image" aria-hidden="true">
|
||||
<img src="{{ page.image.url }}" srcset="{{ page.image.srcset() }}" alt="{{ page.image.alt_text }}">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue