diff --git a/src/content/deadlines/02_cfp.md b/src/content/deadlines/02_cfp.md
new file mode 100644
index 000000000..634f2ea2b
--- /dev/null
+++ b/src/content/deadlines/02_cfp.md
@@ -0,0 +1,10 @@
+---
+title: Call for Proposals
+subtitle: Open Until 27 January
+url: /programme/cfp
+image: "./cfp.jpg"
+---
+
+Our colorful and cosmopolitan community is what makes EuroPython so special. We
+invite you to share your knowledge, experience, and passion with the Python
+community by submitting a proposal for a talk, workshop, or poster session!
diff --git a/src/content/deadlines/cfp.jpg b/src/content/deadlines/cfp.jpg
new file mode 100644
index 000000000..c8ea3a4d0
Binary files /dev/null and b/src/content/deadlines/cfp.jpg differ
diff --git a/src/data/links.json b/src/data/links.json
index 56ab96b20..cd91a312e 100644
--- a/src/data/links.json
+++ b/src/data/links.json
@@ -6,6 +6,10 @@
{
"name": "Tracks",
"path": "/programme/tracks"
+ },
+ {
+ "name": "Call for Proposals",
+ "path": "/programme/cfp"
}
]
},
diff --git a/src/pages/programme/cfp.astro b/src/pages/programme/cfp.astro
new file mode 100644
index 000000000..225648712
--- /dev/null
+++ b/src/pages/programme/cfp.astro
@@ -0,0 +1,7 @@
+
+
+