Skip to content

Commit

Permalink
feat: add news
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeleze committed Nov 17, 2024
1 parent 0a5512a commit 65eb27e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
Binary file added assets/images/news/sac.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 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.
18 changes: 18 additions & 0 deletions templates/default/news.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@

{% block content %}
<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>
<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">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>
<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>
</div>
<div class="flex flex-col gap-2">
<h2 class="text-3xl font-heading">Entraînements Super-G Saas-Fee</h2>
<p>06/10/2024</p>
Expand Down

0 comments on commit 65eb27e

Please sign in to comment.