Skip to content

Commit 1e64e79

Browse files
committed
Add call for venues
1 parent 955f255 commit 1e64e79

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

src/components/sections/updates.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let deadlines = await getCollection("deadlines");
99
deadlines = deadlines
1010
.sort((a, b) => a.slug.localeCompare(b.slug))
1111
.reverse()
12-
.slice(0, 3);
12+
.slice(0, 5);
1313
1414
---
1515
<section class="prose-xl m-0 my-12 p-0">

src/content/deadlines/01_questionnaire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Planning Survey
3-
subtitle: Share Your Ideas for EP2025
3+
subtitle: Share Your Ideas
44
url: https://forms.gle/riw6CvML8ck94A4V9
55
image: "./planning-survey.jpg"
66
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Call for 2026 Venues
3+
subtitle: Read More
4+
url: https://europython-society.org/2026-host-venue
5+
image: "./venue.jpg"
6+
---
7+
8+
Are you a community builder dreaming of bringing EuroPython to your city? The Call for Venues for EP 2026 is now open!

src/content/deadlines/venue.jpg

74.5 KB
Loading

0 commit comments

Comments
 (0)