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
10 changes: 10 additions & 0 deletions src/content/deadlines/02_cfp.md
Original file line number Diff line number Diff line change
@@ -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!
Binary file added src/content/deadlines/cfp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
{
"name": "Tracks",
"path": "/programme/tracks"
},
{
"name": "Call for Proposals",
"path": "/programme/cfp"
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions src/pages/programme/cfp.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script>
window.location.href = "https://programme.europython.eu/";
</script>

<noscript>
<meta http-equiv="refresh" content="0;url=https://programme.europython.eu/">
</noscript>