Skip to content

Commit 2d33f55

Browse files
Add call for venues (#1167)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e3c4b1 commit 2d33f55

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Call for 2026 Venues
3+
subtitle: Read More
4+
url: https://europython-society.org/call-for-europython-2026-host-venues
5+
image: "./venue.jpg"
6+
---
7+
8+
Are you a community builder dreaming of bringing EuroPython to your city? The
9+
Call for Venues for EP 2026 is now open!

src/content/deadlines/venue.jpg

74.5 KB
Loading

0 commit comments

Comments
 (0)