Skip to content

Commit

Permalink
✨ add petit registration and brief
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Mar 18, 2024
1 parent 97532de commit ab12fbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const version = '20240313';
const version = '20240318';
const staticCacheName = version + 'static';
const pagesCacheName = version + 'pages';
const imagesCacheName = 'images';
Expand Down
13 changes: 9 additions & 4 deletions src/pages/le-petit.astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,16 @@ import Layout from 'layouts/Layout.astro';

<div class="grid grid-cols-1 md:grid-cols-4 gap-3 md:gap-5 items-end">
<p class="col-span-2 max-md:mb-10">Frais d'inscription : 50 CHF</p>
<Button disabled href="/#" classes="max-lg:col-span-2"
>Télécharger le brief 2024<br />(Bientôt)</Button
<Button
href="/24-03-GRAND-BRIEF.pdf"
download="24-03-GRAND-BRIEF"
target="_blank"
classes="max-lg:col-span-2">Télécharger le brief 2024</Button
>
<Button scheme="core" disabled href="/#" classes="max-lg:col-span-2"
>Inscrire un projet<br />(Bientôt)</Button
<Button
scheme="core"
href="https://inscription.associationgrand.ch/petit"
classes="max-lg:col-span-2">Inscrire un projet</Button
>
</div>
</div>
Expand Down

0 comments on commit ab12fbe

Please sign in to comment.