Skip to content

Commit dc7dfb7

Browse files
committed
update ep2026 sponsor tiers, stats, and nav
- Update available slot counts for Diamond (2), Platinum (4), Gold/Silver (10) - Fix sponsor page stats and YouTube embed formatting - Move PSF to Partners tier - Remove /sponsors and /sponsorship/information from enabled pages and nav
1 parent 5690aca commit dc7dfb7

5 files changed

Lines changed: 16 additions & 27 deletions

File tree

src/components/sponsor-tiers/sponsor-tiers.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const tiers: SponsorTierProps[] = [
2929
},
3030
{
3131
title: "Diamond",
32-
slotsLeft: "Talk to us",
32+
slotsLeft: 2,
3333
price: 30_000,
3434
features: [
3535
"<strong>Extra large</strong> booth in exhibit hall (incl. TV & stand)",
@@ -59,7 +59,7 @@ const tiers: SponsorTierProps[] = [
5959
},
6060
{
6161
title: "Platinum",
62-
slotsLeft: 0,
62+
slotsLeft: 4,
6363
price: 18_000,
6464
features: [
6565
"<strong>Large</strong> booth in exhibit hall <strong>(incl. TV & stand)</strong>",
@@ -72,12 +72,12 @@ const tiers: SponsorTierProps[] = [
7272
"<strong>Dedicated sponsor page on website</strong>",
7373
"<strong>Sponsor spotlight in 6 newsletters</strong>",
7474
"Custom Discord channel",
75-
"Video ad(s) on livestreams",
75+
"<strong>Video ad(s) on livestreams</strong>",
7676
"Recruiting Session/Talent Track access",
7777
"<strong>Media corner access</strong>",
7878
"<strong>Published interview on YouTube channel</strong>",
7979
"<strong>1 custom YouTube short</strong>",
80-
"Logo on <strong>livestreams</strong>, recordings, banners, website, signage",
80+
"Logo on livestreams, recordings, banners, website, signage",
8181
"1 repost on EuroPython socials (35k total reach)",
8282
"Welcome post on EuroPython social media",
8383
],
@@ -86,7 +86,7 @@ const tiers: SponsorTierProps[] = [
8686
{
8787
title: "Gold",
8888
price: 9_500,
89-
slotsLeft: 0,
89+
slotsLeft: 10,
9090
features: [
9191
"Booth in exhibit hall",
9292
"<strong>3</strong> conference tickets (€1500 value)",
@@ -96,7 +96,7 @@ const tiers: SponsorTierProps[] = [
9696
"<strong>5</strong> job postings on website",
9797
"<strong>Custom Discord channel</strong>",
9898
"<strong>Recruiting Session/Talent Track access</strong>",
99-
"Logo on <strong>recordings</strong>, <strong>banners</strong>, website, signage",
99+
"Logo on <strong>livestreams</strong>, <strong>recordings</strong>, <strong>banners</strong>, website, signage",
100100
"<strong>1 repost on EuroPython socials (35k total reach)</strong>",
101101
"Welcome post on EuroPython social media",
102102
],
@@ -105,7 +105,7 @@ const tiers: SponsorTierProps[] = [
105105
{
106106
title: "Silver",
107107
price: 7_000,
108-
slotsLeft: 0,
108+
slotsLeft: 10,
109109
features: [
110110
"Small booth in exhibit hall",
111111
"2 conference tickets (€1000 value)",

src/content/pages/sponsorship/sponsor.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ toc: false
1212
<HighlightCard>
1313
- **~1,500** participants from **~50** countries
1414
- **25th** edition – the world’s **longest-running** Python conference
15-
- **190+** speakers across diverse Python topics
15+
- **150+** speakers across diverse Python topics
1616
- **40K+** social media followers
17-
- **34K** YouTube subscribers and **4M+** YouTube views
17+
- **35K+** YouTube subscribers and **4M+** YouTube views
1818
- **25%** of participants from underrepresented groups in tech
1919
</HighlightCard>
2020

2121

2222
Join **EuroPython 2026 from 13 – 19 July** at the ICE Congress Centre in Kraków to connect, showcase your company, and shape the future of Python!
2323

24+
<figcaption>Hear from our sponsors at EuroPython 2025 in Prague</figcaption>
2425
<YouTube id="rmJEAiiazaU" alt="Hear from our sponsors at EuroPython 2025" />
25-
https://www.youtube.com/watch?v=rmJEAiiazaU
26-
<figcaption>Hear from our sponsors at EuroPython 2025</figcaption>
2726

2827
Explore the benefits of sponsoring EuroPython:
2928

@@ -45,7 +44,7 @@ Explore the benefits of sponsoring EuroPython:
4544
---
4645
# Sponsor Packages
4746

48-
At EuroPython 2026, we offer **seven main packages** to ensure
47+
At EuroPython 2026, we offer **eight main packages** to ensure
4948
supporting the Python community is accessible for organisations of all sizes.
5049

5150
<Button class="m-2" url="https://drive.google.com/file/d/1w-jRonxRbSzIYlsDwolOv3YUYWauPe5y/view">Full Sponsorship Opportunities (PDF)</Button>
@@ -68,7 +67,7 @@ Available for **Silver Package level and above**, some popular examples include:
6867
- **AV Sponsor**: €5000
6968
- **Wifi Sponsor**: €4000
7069
- **Lanyard Sponsor**: €4000
71-
- **Video ad on livestreams during breaks**: €3000
70+
- **Video ads on livestreams during breaks**: €3000
7271

7372
We also offer opportunities for
7473
<span class="font-semibold">Financial Aid Sponsor</span> –
@@ -95,7 +94,7 @@ Is your company planning to attend EuroPython 2026 as a team? We offer the follo
9594
- **Buy 10 business tickets of any type, pay for only 8**
9695
- **Buy 15 business tickets of any type, pay for only 11**
9796

98-
These discounts can help your team members benefit from the conference alongside your company's sponsorship. You can find more details about all available ticket types and discounts on our [Tickets page](/tickets#volume-discounts).
97+
These discounts can help your team members benefit from the conference alongside your company's sponsorship. You can find more details about all available ticket types and discounts on our Tickets page once ticket sales open in March.
9998

10099
### Early Bird
101100

src/content/sponsors/psf/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ industry: "Technology & Non-Profit"
66
description:
77
"The Python Software Foundation is an organization devoted to advancing open
88
source technology related to the Python programming language."
9-
tier: Financial Aid
10-
logo_padding: 10px 0
9+
logo_padding: 10px
10+
tier: Partners
1111
---

src/data/enabledPages.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"/venue",
2020
"/krakow",
2121
"/about",
22-
"/sponsors",
23-
"/sponsorship/sponsor",
24-
"/sponsorship/information"
22+
"/sponsorship/sponsor"
2523
],
2624
"navItems": ["Programme", "Venue", "About"]
2725
}

src/data/links.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,9 @@
3737
{
3838
"name": "Sponsorship",
3939
"items": [
40-
{
41-
"name": "Our Sponsors",
42-
"path": "/sponsors"
43-
},
4440
{
4541
"name": "Sponsor Packages",
4642
"path": "/sponsorship/sponsor"
47-
},
48-
{
49-
"name": "Sponsor Information",
50-
"path": "/sponsorship/information"
5143
}
5244
]
5345
},

0 commit comments

Comments
 (0)