Switch all pics to webp, + stuphs
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
</video>
|
||||
</section>
|
||||
|
||||
<section class="section has-background-primary has-text-black ink top" id="catch">
|
||||
<section class="section has-background-primary has-text-black ink bottom" id="catch">
|
||||
<div class="is-size-1 has-text-weight-bold is-uppercase container">
|
||||
{{ content | widont }}
|
||||
</div>
|
||||
@ -114,8 +114,9 @@
|
||||
{{ collection:prices sort="order asc" limit="3" }}
|
||||
<div class="cell block has-text-centered">
|
||||
<h3 class="is-size-4 has-text-weight-bold is-uppercase mb-2">{{ title }}</h3>
|
||||
{{ if sold_out }}<span class="tag is-primary has-text-weight-bold">ÉPUISÉ</span>{{ /if }}
|
||||
<p>{{ content }}</p>
|
||||
<p class="is-size-1 has-text-weight-bold mb-3">{{ price }} €</p>
|
||||
{{# <a href="{{ hfs:lien_billetterie }}" class="button is-primary is-rounded" target="_blank" aria-label="Acheter {{ title }}">Acheter</a> #}}
|
||||
</div>
|
||||
{{ /collection:prices }}
|
||||
</div>
|
||||
@ -126,7 +127,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section has-background-primary has-text-black" id="sponsors">
|
||||
<section class="section has-background-primary has-text-black ink bottom" id="sponsors">
|
||||
<div class="container">
|
||||
<h2 class="is-size-2 has-text-weight-bold is-uppercase block">Sponsors & partenaires</h2>
|
||||
|
||||
@ -139,7 +140,7 @@
|
||||
<div class="partner-link" style="">
|
||||
{{ /if }}
|
||||
<div class="partner-box">
|
||||
<img src="{{ glide:logo preset='logo' }}" alt="{{ logo:alt }}" style="max-width:100%;max-height:100%;object-fit:contain;display:block;">
|
||||
<img src="{{ glide:logo preset='logo' fm="webp"}}" alt="{{ logo:alt }}" style="max-width:100%;max-height:100%;object-fit:contain;display:block;">
|
||||
</div>
|
||||
{{ if link }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user