Skip to content

Commit 5a5d410

Browse files
authored
Merge branch 'ep2025' into dependabot/github_actions/actions/github-script-7
2 parents eca4b3c + d13bfd5 commit 5a5d410

File tree

5 files changed

+20
-17
lines changed

5 files changed

+20
-17
lines changed

src/components/header/header-actions.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const IS_LIVE = false;
2121
</abbr>
2222
<span class="hidden md:inline">Code of Conduct</span>
2323
</ButtonLink>
24-
<ButtonLink href="https://www.youtube.com/playlist?list=PL8uoeex94UhE1CbtkDK4hevp2lBif57Nq" className="hidden md:block">
25-
<span>2024 Recordings</span>
24+
<ButtonLink href="/programme/cfp" className="hidden md:block">
25+
<span>Send your proposal!</span>
2626
</ButtonLink>
2727
{IS_LIVE && (
2828
<ButtonLink href="/live">

src/content/deadlines/02_cfp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Call for Proposals
3-
subtitle: Open Until 27 January
3+
subtitle: Extended until February 3rd
44
url: /programme/cfp
55
image: "./cfp.jpg"
66
---

src/content/pages/faq.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ subtitle: Frequently Asked Questions about EuroPython
1111
<li>**12 December 2024** Call for Teams starts</li>
1212
<li>**10 January 2025** [Call for Proposals (CfP)](/programme/cfp/) opens</li>
1313
<li>**11 January 2025** [Speaker Mentorship Programme](/programme/mentorship/) sign-up opens</li>
14+
<li>**21 January 2025:** Speaker Mentorship signup closes</li>
1415
</ul>
1516

1617
<ul className="milestone-todo">
17-
<li>**21 January 2025:** Speaker Mentorship signup closes</li>
18-
<li>**27 January 2025:** Call for Proposals (CfP) closes</li>
18+
<li><strike>**27 January 2025:** Call for Proposals (CfP) closes</strike></li>
19+
<li>**3 February 2025:** Call for Proposals (CfP) closes (<b>Extension</b>)</li>
1920
<li>**January/February 2025** Financial Aid Programme starts</li>
2021
<li>**January/February 2025** Community Voting and Proposal Review</li>
2122
<li>**February/March 2025** Programme selection process</li>
@@ -57,7 +58,7 @@ Share your ideas with the programme team at [[email protected]](mailto:pro
5758

5859
## **Q. When can I submit a talk proposal?**
5960

60-
A. The [Call for Proposals (CfP)](/programme/cfp) is open from **10 – 27 January 2025**.
61+
A. The [Call for Proposals (CfP)](/programme/cfp) is open from **10 – <strike>27 January</strike> 3rd February 2025** (extended).
6162

6263
Need support with your submission? Explore our [Speaker Mentorship Programme](programme/mentorship/) for guidance.
6364

src/content/pages/programme/cfp.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ subtitle: A set of tips to help you put together a strong, compelling EuroPython
77

88
**EuroPython 2025 Call for Proposals is currently open.**
99

10-
It will run from Friday 10th to Monday 27th January, 2025, 23:59 UTC.
10+
It will run from Friday 10th to <strike>Monday 27th January, 2025, 23:59
11+
UTC</strike>.
12+
<b>Extension:</b> The new extended deadline is Monday 3rd February, 2025 23:59
13+
UTC.
1114

1215
<div class="text-center">
1316
<ButtonLink href="https://programme.europython.eu/europython-2025/">SUBMIT YOUR SESSION HERE!</ButtonLink>

src/content/pages/programme/mentorship.mdx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ As a diverse and inclusive community EuroPython offers support for potential
1111
speakers who want help preparing for their contribution. To achieve this, we
1212
are running the Speaker Mentorship Programme again.
1313

14-
At the moment we are looking for interested mentors who would like to help our
15-
mentees to create their proposals, and if accepted deliver their talk. If you
16-
are interested in helping mentees as their mentor, please register now.
14+
The Speaker Mentorship signups are now closed. We’re thrilled to have matched 44 mentees with 24 mentors from our community. A huge thank you to our mentors, and best of luck to the mentees — we can’t wait to see your submissions!
1715

1816

1917
---
@@ -28,6 +26,10 @@ mentee what their contribution should be (that's for the mentee to decide).
2826

2927
## Mentors
3028

29+
<div class="text-center">
30+
<Button>Signup closed</Button>
31+
</div>
32+
3133
We expect mentors to have past speaking experience at conferences similar to
3234
EuroPython.
3335

@@ -42,20 +44,17 @@ with your mentee to:
4244

4345
You will also be invited to join the panel of the Webinar Workshops.
4446

45-
<div class="text-center">
46-
<ButtonLink href="https://forms.gle/Wbn9Z7zBQtK56xjS9">I would like to share my experience by being a "Mentor".</ButtonLink>
47-
</div>
4847

4948
## Mentee
5049

50+
<div class="text-center">
51+
<Button>Signup closed</Button>
52+
</div>
53+
5154
If you require help contributing to EuroPython, especially if you are from an
5255
underrepresented or a marginalised group in the tech industry, you are welcome
5356
to submit your application in the form below to become a mentee.
5457

55-
<div style={{textAlign: "center"}}>
56-
<ButtonLink href="https://forms.gle/HgyoWnp3sc89S5DbA">I would like to receive help by being a "Mentee".</ButtonLink>
57-
</div>
58-
5958
## 2. Workshops
6059

6160
### Online Event: First Time Speaker’s Workshop

0 commit comments

Comments
 (0)