Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/components/sections/updates.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let deadlines = await getCollection("deadlines");
deadlines = deadlines
.sort((a, b) => a.slug.localeCompare(b.slug))
.reverse()
.slice(0, 3);
.slice(0, 5);

---
<section class="prose-xl m-0 my-12 p-0">
Expand Down
2 changes: 1 addition & 1 deletion src/content/deadlines/01_questionnaire.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Planning Survey
subtitle: Share Your Ideas for EP2025
subtitle: Share Your Ideas
url: https://forms.gle/riw6CvML8ck94A4V9
image: "./planning-survey.jpg"
---
Expand Down
9 changes: 9 additions & 0 deletions src/content/deadlines/05_call_for_venues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Call for 2026 Venues
subtitle: Read More
url: https://europython-society.org/call-for-europython-2026-host-venues
image: "./venue.jpg"
---

Are you a community builder dreaming of bringing EuroPython to your city? The
Call for Venues for EP 2026 is now open!
Binary file added src/content/deadlines/venue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.