This commit is contained in:
2026-01-21 18:09:29 +01:00
parent 5e90213d61
commit 13d585376e
10 changed files with 91 additions and 22 deletions

View File

@ -57,7 +57,7 @@ tabs:
display: Logo
instructions: 'Transparent tournament logo'
mode: grid
width: 33
width: 50
-
handle: backdrop
field:
@ -67,7 +67,8 @@ tabs:
display: Backdrop
instructions: 'Image du jeu'
sortable: false
width: 33
width: 50
mode: grid
-
handle: video
field:

View File

@ -1,5 +1,6 @@
<div class="column">
<img src="{{ glide:photo preset='thumbnail' }}" alt="{{ icon:alt }}">
<h3>{{ title }}</h3>
<div class="incentive-block" >
{{# <img src="{{ glide:photo preset='thumbnail' }}" alt="{{ icon:alt }}"> #}}
<div class="squircle" style="background-image:url('{{ glide:photo }}');"></div>
<h3 class="is-size-3 has-text-primary">{{ title }}</h3>
<p>{{ description }}</p>
</div>

View File

@ -1,4 +1,4 @@
<section id="hero" class="section hero is-primary is-fullheight">
<section id="hero" class="section hero is-primary is-fullheight ink bottom">
<div class="hero-body twist has-text-centered">
<img src="{{ hfs:logo }}" alt="HFS SUMMER"/>
<p class="title twist-fore">
@ -15,21 +15,17 @@
</video>
</section>
<section class="section has-background-primary has-text-black" id="catch">
<section class="section has-background-primary has-text-black ink top" id="catch">
<span class="is-size-1 has-text-weight-bold is-uppercase">
{{ content | widont }}
</span>
</section>
<section class="section has-background-black" id="incentive">
<section class="section has-background-black ink bottom yellow" id="incentive">
<h2 class="is-size-2 has-text-weight-bold is-uppercase has-text-primary block">L'évènement</h2>
<div class="fixed-grid has-3-cols">
<div class="grid">
{{ incentives }}
{{ partial:_incentiveblock }}
{{ /incentives }}
</div>
</div>
{{ incentives }}
{{ partial:_incentiveblock }}
{{ /incentives }}
</section>
<section class="section has-background-primary has-text-black" id="tournaments">