Do you want moooooooooore ?

I can't hear youuuuu !

Ok, more stuph.
This commit is contained in:
2026-01-21 15:50:22 +01:00
parent d332744f5f
commit 5e90213d61
8 changed files with 1805 additions and 80 deletions

View File

@ -21,8 +21,8 @@
</span>
</section>
<section class="section" id="incentive">
<h2>Incentive</h2>
<section class="section has-background-black" 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 }}
@ -33,17 +33,34 @@
</section>
<section class="section has-background-primary has-text-black" id="tournaments">
<h2>Tournaments</h2>
<h3>Stier</h3>
<div class="fixed-grid has-3-cols">
<div class="grid">
{{ collection:tournaments type:is="stier" }}
{{ partial:_tournamentblock }}
{{ /collection:tournaments }}
</div>
<h2 class="is-size-2 has-text-weight-bold is-uppercase block">
Tournois
<a class="navbar-item button is-rounded is-float-right" href="/reglement">
Règlement
</a>
</h2>
<div class="custom-grid">
{{ collection:tournaments type:is="stier" }}
<a class="custom-cell"
href="{{ url }}"
>
<div class="bg" style="background-image:url('{{ glide:backdrop preset='thumbnail'}}');"></div>
<div class="bg active" style="background-image:url('{{ glide:backdrop preset='thumbnail'}}');"></div>
<img src="{{ glide:logo preset='logo' }}" alt="title">
</a>
{{ /collection:tournaments }}
</div>
<h3>Atier</h3>
<h3 class="is-size-3 has-text-weight-bold is-uppercase">Tournois S-Tier</h3>
<div class="grid is-col-min-9">
{{ collection:tournaments type:is="stier" }}
{{ partial:_tournamentblock }}
{{ /collection:tournaments }}
</div>
<h3 class="is-size-3 has-text-weight-bold is-uppercase">Tournois A-Tier</h3>
<div class="fixed-grid has-3-cols">
<div class="grid">
{{ collection:tournaments type:is="atier" }}
@ -52,7 +69,7 @@
</div>
</div>
<h3>Rythm Tier</h3>
<h3 class="is-size-3 has-text-weight-bold is-uppercase">Tournois Rythm-Tier</h3>
<div class="fixed-grid has-3-cols">
<div class="grid">
{{ collection:tournaments type:is="rythm" }}
@ -61,7 +78,7 @@
</div>
</div>
<h3>Family Tier</h3>
<h3 class="is-size-3 has-text-weight-bold is-uppercase">Tournois Family-Tier</h3>
<div class="fixed-grid has-3-cols">
<div class="grid">
{{ collection:tournaments type:is="family" }}
@ -73,7 +90,7 @@
<section class="section" id="gallery">
<h2>Gallery</h2>
<h2 class="is-size-2 has-text-weight-bold is-uppercase block has-text-primary">Gallerie</h2>
<div class="grid is-col-min-9">
{{ photos }}
{{ partial:_photoblock }}

View File

@ -12,7 +12,7 @@
<title>{{ title ?? site:name }}</title>
</head>
<body>
<nav id="nav" class="navbar is-primaryt is-fixed-top p-5" role="navigation" aria-label="main navigation">
<nav id="nav" class="navbar is-fixed-top p-5" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item squircle" href="/">
<img src="/assets/logo2.svg" style="height:5rem;"/>
@ -27,7 +27,16 @@
{{ template_content }}
<footer>Footer</footer>
<footer class="footer">
<div class="grid is-col-min-9">
<div class="cell has-text-centered has-text-primary">
<img src="/assets/logo2.svg" alt="" style="width:3rem;">
</div>
<div class="cell"></div>
<div class="cell"></div>
</div>
</footer>
</body>
<script src="https://unpkg.com/lenis@1.3.17/dist/lenis.min.js"></script>
<script src="/assets/js/main.js"></script>
</html>

View File

@ -0,0 +1,6 @@
<div class="container">
<h1 class="is-size-1 has-text-weight-bolder has-text-primary">Règlement</h1>
<div class="content">
{{ rules }}
</div>
</div>