Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/components/sponsor-tiers/sponsor-tiers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const tiers: SponsorTierProps[] = [
slotsLeft: "2",
price: 30_000,
features: [
"<strong>Extra large</strong> booth in exhibit hall",
"<strong>Extra large</strong> booth in exhibit hall (incl. TV & stand)",
"<strong>10</strong> conference tickets (€5000 value)",
"<strong>10</strong> remote tickets (€1500 value)",
"<strong>10</strong> conference vouchers with 30% discount (€1500 value)",
Expand Down Expand Up @@ -63,7 +63,7 @@ const tiers: SponsorTierProps[] = [
slotsLeft: "4",
price: 18_000,
features: [
"<strong>Large</strong> booth in exhibit hall",
"<strong>Large</strong> booth in exhibit hall <strong>(incl. TV & stand)</strong>",
"<strong>6</strong> conference tickets (€3000 value)",
"<strong>6</strong> remote tickets (€900 value)",
"<strong>6</strong> conference vouchers with 30% discount (€900 value)",
Expand Down Expand Up @@ -93,6 +93,8 @@ const tiers: SponsorTierProps[] = [
"Booth in exhibit hall",
"<strong>3</strong> conference tickets (€1500 value)",
"<strong>3</strong> remote tickets (€450 value)",
"<strong>3</strong> conference vouchers with 30% discount (€450 value)",

"Video ad(s) (silent) on venue digital signage",
"1 job posting on EuroPython blog",
"<strong>5</strong> job postings on website",
Expand All @@ -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",
Expand Down