Skip to content

Commit

Permalink
feat: add news and update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeleze committed Nov 17, 2024
1 parent 65eb27e commit ac9ae36
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 44 deletions.
3 changes: 3 additions & 0 deletions assets/images/sponsors/latico.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 22 additions & 37 deletions assets/images/sponsors/nendaz-tourisme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sponsors/vola.webp
Binary file not shown.
11 changes: 7 additions & 4 deletions templates/default/news.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
<div class="flex flex-col gap-2">
<h2 class="text-3xl font-heading">Impressions sponsors</h2>
<p>01/11/2024</p>
<p>10/11/2024</p>
<img src="{{ asset('images/news/sac.jpg') }}" alt="" class="p-8 w-2/3 m-auto">
<p class="">
Merci à <a href="https://www.maddal.ch" target="_blank">Maddal Déco Pub</a> pour l'impression des sponsors sur mon sac et sur mon gilet!
</p>
</div>
<div class="flex flex-col gap-2">
<h2 class="text-3xl font-heading">Entraînements Slalom Saas-Fee</h2>
<p>07/11/2024</p>
<iframe class="w-full aspect-video" src="https://www.youtube.com/embed/5pJr1X0DXv0" title="Saas-Fee / SL / Novembre 2024" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="flex flex-col gap-2">
<h2 class="text-3xl font-heading">Partenariat avec Nendaz Tourisme</h2>
<p>16/10/2024</p>
<svg class="mt-3">
<use href="{{ asset('images/sponsors/nendaz-tourisme.svg') }}#black"></use>
</svg>
<img src="{{ asset('images/sponsors/nendaz-tourisme.svg') }}" alt="">
<p class="">
Un grand merci à <a href="https://www.nendaz.ch/fr/" target="_blank">Nendaz Tourisme</a> qui me soutiendra pour la saison 2024/2025!
</p>
Expand Down
Loading

0 comments on commit ac9ae36

Please sign in to comment.