Skip to content

Commit ba1326d

Browse files
authored
Add CfP CTA, and Redirection (#940)
1 parent fd15b13 commit ba1326d

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

src/content/deadlines/02_cfp.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Call for Proposals
3+
subtitle: Open Until 27 January
4+
url: /programme/cfp
5+
image: "./cfp.jpg"
6+
---
7+
8+
Our colorful and cosmopolitan community is what makes EuroPython so special. We
9+
invite you to share your knowledge, experience, and passion with the Python
10+
community by submitting a proposal for a talk, workshop, or poster session!

src/content/deadlines/cfp.jpg

10.9 MB
Loading

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
{
77
"name": "Tracks",
88
"path": "/programme/tracks"
9+
},
10+
{
11+
"name": "Call for Proposals",
12+
"path": "/programme/cfp"
913
}
1014
]
1115
},

src/pages/programme/cfp.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "https://programme.europython.eu/";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://programme.europython.eu/">
7+
</noscript>

0 commit comments

Comments
 (0)