From 3e25b65749281bd4d270e094cf3c7fcb6b0e68c3 Mon Sep 17 00:00:00 2001 From: hypha Date: Mon, 7 Apr 2025 11:43:49 +0100 Subject: [PATCH 1/3] Add discounted tickets to gold and silver tiers --- src/components/sponsor-tiers/sponsor-tiers.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index 2d6ff416c..2db3cd210 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -93,6 +93,8 @@ const tiers: SponsorTierProps[] = [ "Booth in exhibit hall", "3 conference tickets (€1500 value)", "3 remote tickets (€450 value)", + "3 conference voucher with 30% discount (€450 value)", + "Video ad(s) (silent) on venue digital signage", "1 job posting on EuroPython blog", "5 job postings on website", @@ -113,6 +115,7 @@ const tiers: SponsorTierProps[] = [ "Small booth in exhibit hall", "2 conference tickets (€1000 value)", "2 remote tickets (€300 value)", + "1 conference voucher with 30% discount (€150 value)", "Video ad(s) (silent) on venue digital signage", "1 job posting on EuroPython blog", "2 job postings on website", From 156dde85ca23ff032a14f22cca85a92a818616b6 Mon Sep 17 00:00:00 2001 From: hypha Date: Mon, 7 Apr 2025 11:50:08 +0100 Subject: [PATCH 2/3] Add tv and stand to platinum and diamond tiers --- src/components/sponsor-tiers/sponsor-tiers.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index 2db3cd210..edbb229c8 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -32,7 +32,7 @@ const tiers: SponsorTierProps[] = [ slotsLeft: "2", price: 30_000, features: [ - "Extra large booth in exhibit hall", + "Extra large booth in exhibit hall (incl. TV & stand)", "10 conference tickets (€5000 value)", "10 remote tickets (€1500 value)", "10 conference vouchers with 30% discount (€1500 value)", @@ -63,7 +63,7 @@ const tiers: SponsorTierProps[] = [ slotsLeft: "4", price: 18_000, features: [ - "Large booth in exhibit hall", + "Large booth in exhibit hall (incl. TV & stand)", "6 conference tickets (€3000 value)", "6 remote tickets (€900 value)", "6 conference vouchers with 30% discount (€900 value)", From f636e3d746574ee60dda6bd2b97cff1e863c2ed3 Mon Sep 17 00:00:00 2001 From: hypha Date: Mon, 7 Apr 2025 15:05:25 +0100 Subject: [PATCH 3/3] Update src/components/sponsor-tiers/sponsor-tiers.astro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mia Bajić <38294198+clytaemnestra@users.noreply.github.com> --- src/components/sponsor-tiers/sponsor-tiers.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index edbb229c8..cbc2fd7bb 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -93,7 +93,7 @@ const tiers: SponsorTierProps[] = [ "Booth in exhibit hall", "3 conference tickets (€1500 value)", "3 remote tickets (€450 value)", - "3 conference voucher with 30% discount (€450 value)", + "3 conference vouchers with 30% discount (€450 value)", "Video ad(s) (silent) on venue digital signage", "1 job posting on EuroPython blog",