Yup
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user