Skip to content

Commit 3865480

Browse files
committed
Update links & add CTA
1 parent 2cc55e4 commit 3865480

File tree

6 files changed

+28
-16
lines changed

6 files changed

+28
-16
lines changed

src/components/header/header-actions.astro

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ const IS_LIVE = false;
1515
{
1616
!mobile ? (
1717
<>
18-
<ButtonLink secondary url="https://www.europython-society.org/coc/">
19-
<abbr title="Code of Conduct" class="no-underline md:hidden">
20-
CoC
21-
</abbr>
22-
<span class="hidden md:inline">Code of Conduct</span>
23-
</ButtonLink>
24-
<ButtonLink url="https://ep2025.europython.eu/tickets" className="hidden md:block">
25-
<span>Tickets</span>
18+
<ButtonLink url="/tickets" className="hidden md:block">
19+
<span>Register Now! 🎟️</span>
2620
</ButtonLink>
2721
{IS_LIVE && (
2822
<ButtonLink url="/live">

src/content/deadlines/04_tickets.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Ticket Sale
3+
subtitle: Register Now!
4+
url: /tickets
5+
image: "./registration.jpg"
6+
---
7+
Grab your spot at the main Python conference in Europe. Share, learn, and connect with fellow Pythonistas—tickets are limited!
6.4 MB
Loading

src/content/pages/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ subtitle: Frequently Asked Questions about EuroPython
1919
<li>**17 February 2025:** Community Voting and Review ends</li>
2020
<li>**8 March 2025** [Financial Aid](/finaid/) Programme starts</li>
2121
<li>**11 March 2025:** [Sponsorship](/sponsor) Sign-up Starts</li>
22+
<li>**March 2025** Ticket sales open!</li>
2223
</ul>
2324

2425
<ul className="milestone-todo">
2526
<li>**February/March 2025** Programme selection process</li>
26-
<li>**March 2025** Ticket sales open!</li>
2727
<li>**March 2025** Visa Information Page opens</li>
2828
<li>**01 April 2025** Session preview</li>
2929
<li>**20 April 2025** Schedule published</li>
@@ -87,7 +87,7 @@ Got any questions? Reach out to us at [programme@europython.eu](mailto:programme
8787

8888
## **Q. When do ticket sales start, and how much will they cost?**
8989

90-
A. Ticket sales are expected to open in March. Stay tuned for updates!
90+
A. Ticket sales are already open! For more info, check out our [tickets](/tickets) page. Capacity is limited, so hurry up.
9191

9292
## **Q. Is there a Financial Aid Programme for EuroPython 2025?**
9393

src/content/pages/tickets.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
title: Sponsor
2+
title: Tickets
33
subtitle:
4-
Sponsoring EuroPython guarantees you highly targeted visibility
5-
and the opportunity to present yourself and your company to one
6-
of the largest and most diverse Python communities in Europe and beyond.
4+
Discover the latest Python trends, learn from 180+ expert speakers, network with fellow developers, enjoy social events, and explore open spaces to spark new ideas! Organized by the community for the community.
75
---
86

97
import TicketTiers from "../../components/ticket-tiers/ticket-tiers.astro";
@@ -15,7 +13,7 @@ Discover the latest Python trends, learn from 180+ expert speakers, network with
1513
</div>
1614

1715
<div class="text-center">
18-
<ButtonLink url="">Registration Starting Soon!</ButtonLink>
16+
<ButtonLink url="https://ticket.europython.eu/">Register Now!</ButtonLink>
1917
</div>
2018

2119

@@ -143,5 +141,5 @@ If you have any questions, check our <a href="/faq" class="text-primary hover:te
143141

144142

145143
<div class="text-center">
146-
<ButtonLink url="">Registration Starting Soon!</ButtonLink>
144+
<ButtonLink url="https://ticket.europython.eu/">Register Now!</ButtonLink>
147145
</div>

src/data/links.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,22 @@
5959
}
6060
]
6161
},
62+
{
63+
"name": "Registration",
64+
"items": [
65+
{
66+
"name": "Tickets information",
67+
"path": "/tickets"
68+
}
69+
]
70+
},
6271
{
6372
"name": "Info & Support",
6473
"items": [
74+
{
75+
"name": "Code of Conduct",
76+
"path": "https://www.europython-society.org/coc/"
77+
},
6578
{
6679
"name": "FAQ",
6780
"path": "/faq"

0 commit comments

Comments
 (0)