Skip to content

Commit a08b736

Browse files
authored
Add notice to the top (#923)
1 parent adf1786 commit a08b736

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/header/header.astro

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ import HeaderLogo from "./header-logo.astro";
77
const links = JSON.parse(await fs.readFile("./src/data/links.json", "utf-8"));
88
---
99

10-
<header class="p-6 flex items-center relative z-40">
10+
<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">
1119
<input
1220
type="checkbox"
1321
name="mobile-controls"

0 commit comments

Comments
 (0)