Skip to content

Commit

Permalink
🔥 remove inscription buttons and content
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed May 14, 2024
1 parent 17f8ceb commit 2826b86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 0 additions & 6 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ const { hideButtons } = Astro.props;
!hideButtons && (
<div class="md:col-span-8 lg:col-span-6 lg:col-start-2 max-md:mb-10">
<div class="grid sm:grid-cols-2 gap-5">
<Button
href="https://inscription.associationgrand.ch/grand/"
target="_blank"
>
Inscrire un projet
</Button>
<Button
href="https://my.weezevent.com/gala-du-grand-2024"
target="_blank"
Expand Down
9 changes: 6 additions & 3 deletions src/pages/billetterie-et-inscriptions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,21 @@ import Layout from 'layouts/Layout.astro';
</div>
<div class="md:grid grid-cols-2">
<p class="col-span-2 mb-4 md:mb-10 md:*:block">
<span>Les inscriptions sont terminées</span>
</p>
<!-- <p class="col-span-2 mb-4 md:mb-10 md:*:block">
<span>Earlybird jusqu’au 15 mars 2024 avec </span>
<span>1 invitation offerte pour la cérémonie</span>
</p>
<p class="col-span-2 mb-10 md:mb-16 *:block">
<span>CHF 200.- par projet</span>
<span class="text-core">Deadline d’inscription : 13 mai 2024</span>
</p>
<Button
</p> -->
<!-- <Button
href="https://inscription.associationgrand.ch/grand/"
target="_blank"
classes="max-lg:col-span-2">Inscrire un projet</Button
>
> -->
</div>
</div>
<div class="relative aspect-1 max-md:row-start-2">
Expand Down
8 changes: 6 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ import key from '../assets/svgs/key.svg?raw';
<Icon name="bird" classes="-scale-x-100 w-6 h-6" />
<p class="text-core mt-2">Soumettez vos projets pour l’édition 2024 !</p>
<p>Deadline : 13 mai</p> -->
<Button href="/billetterie-et-inscriptions" scheme="core">
Billetterie et inscriptions
<Button
href="https://my.weezevent.com/gala-du-grand-2024"
target="_blank"
scheme="core"
>
Achetez vos billets
</Button>
</div>
<div
Expand Down

0 comments on commit 2826b86

Please sign in to comment.