We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf1786 commit a08b736Copy full SHA for a08b736
src/components/header/header.astro
@@ -7,7 +7,15 @@ import HeaderLogo from "./header-logo.astro";
7
const links = JSON.parse(await fs.readFile("./src/data/links.json", "utf-8"));
8
---
9
10
-<header class="p-6 flex items-center relative z-40">
+<a
11
+ href="https://europython.eu/"
12
+ class="text-center px-2 bg-secondary text-white font-bold fixed top-0 w-full h-[40px] z-50 flex items-center justify-center"
13
+>
14
+ This is the website for an older EuroPython. Looking for the latest
15
+ EuroPython? Click here!
16
+</a>
17
+
18
+<header class="p-6 flex items-center relative z-40 top-10">
19
<input
20
type="checkbox"
21
name="mobile-controls"
0 commit comments