From bc842170e0df19e1ea011dccb614ba20da887769 Mon Sep 17 00:00:00 2001 From: hypha Date: Tue, 17 Jun 2025 10:56:07 +0100 Subject: [PATCH 1/2] mark sold-out tiers & soften line for diamond --- src/components/sponsor-tiers/sponsor-tiers.astro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index f53ecd865..a7a7e69c3 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -29,7 +29,7 @@ const tiers: SponsorTierProps[] = [ }, { title: "Diamond", - slotsLeft: "2", + slotsLeft: "Talk to us", price: 30_000, features: [ "Extra large booth in exhibit hall (incl. TV & stand)", @@ -60,7 +60,7 @@ const tiers: SponsorTierProps[] = [ }, { title: "Platinum", - slotsLeft: "4", + slotsLeft: 0, price: 18_000, features: [ "Large booth in exhibit hall (incl. TV & stand)", @@ -88,7 +88,7 @@ const tiers: SponsorTierProps[] = [ { title: "Gold", price: 9_500, - slotsLeft: "10", + slotsLeft: 0, features: [ "Booth in exhibit hall", "3 conference tickets (€1500 value)", @@ -110,7 +110,7 @@ const tiers: SponsorTierProps[] = [ { title: "Silver", price: 7_000, - slotsLeft: "10", + slotsLeft: 0, features: [ "Small booth in exhibit hall", "2 conference tickets (€1000 value)", @@ -335,6 +335,8 @@ const formatPrice = (price: number | string) => {
{tier.slotsLeft === "Exclusive" ? ( <>Exclusive + ) : tier.slotsLeft === "Talk to us" ? ( + <>Talk to us ) : tier.slotsLeft ? ( <> {tier.slotsLeft} From e33a651a7111cd677040155ad6b4c48a470ad13d Mon Sep 17 00:00:00 2001 From: hypha Date: Tue, 17 Jun 2025 10:57:02 +0100 Subject: [PATCH 2/2] Add sold out note for silver+ --- src/content/pages/sponsorship/sponsor.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/pages/sponsorship/sponsor.mdx b/src/content/pages/sponsorship/sponsor.mdx index cd2adce67..c6614266e 100644 --- a/src/content/pages/sponsorship/sponsor.mdx +++ b/src/content/pages/sponsorship/sponsor.mdx @@ -51,6 +51,11 @@ supporting the Python community is accessible for organisations of all sizes. + +**Platinum, Gold and Silver packages are now fully booked**. +If you're interested in sponsoring, please fill out the signup form above or contact us at sponsoring@europython.eu. We’d love to explore options with you! + +