diff --git a/src/components/Header.astro b/src/components/Header.astro
index 699cafbec..6b346aa3f 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -111,12 +111,15 @@ const activeMenus = NAV_MENUS.map((menu) => ({
),
)
}
+
+
+
diff --git a/src/data/nav.ts b/src/data/nav.ts
index 4d777ad57..4f3c59592 100644
--- a/src/data/nav.ts
+++ b/src/data/nav.ts
@@ -65,10 +65,11 @@ const L = {
},
// Participate
- tickets: { label: "Tickets", url: "/tickets" },
- remote: { label: "Remote", url: "/remote" },
+ // TODO: Re-enable next year!
+ // tickets: { label: "Tickets", url: "/tickets" },
+ // remote: { label: "Remote", url: "/remote" },
finaid: { label: "Financial Aid", url: "/finaid" },
- visa: { label: "Visa Information", url: "/visa" },
+ // visa: { label: "Visa Information", url: "/visa" },
volunteering: { label: "Volunteering", url: "/volunteering" },
faq: { label: "FAQ", url: "/faq" },
coc: {
@@ -179,26 +180,27 @@ export const NAV_MENUS: NavMenu[] = [
],
},
- // Attend — simple flat list
- {
- label: "Attend",
- url: "/tickets",
- sections: [
- {
- items: [
- L.tickets,
- L.remote,
- L.finaid,
- L.visa,
- L.volunteering,
- L.faq,
- L.coc,
- L.accessibility,
- L.childcare,
- ],
- },
- ],
- },
+ // TODO: Re-enable next year!
+ // Attend
+ // {
+ // label: "Attend",
+ // url: "/tickets",
+ // sections: [
+ // {
+ // items: [
+ // L.tickets,
+ // L.remote,
+ // L.finaid,
+ // L.visa,
+ // L.volunteering,
+ // L.faq,
+ // L.coc,
+ // L.accessibility,
+ // L.childcare,
+ // ],
+ // },
+ // ],
+ // },
// Venue — simple flat list
{
@@ -270,7 +272,9 @@ export const TERMS: Link[] = [
export const FOOTER_COLUMNS: FooterColumn[] = [
{
title: "Quick links",
- items: [L.tickets, L.remote, L.krakow, L.visa],
+ // TODO: Re-enable next year!
+ // items: [L.tickets, L.remote, L.krakow, L.visa],
+ items: [L.krakow],
},
{
title: "Programme",
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 6465aaeda..6d2f75515 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -60,8 +60,9 @@ const hideFooter = Astro.props.hideFooter ?? false;
+ OLD-EUROPYTHON BANNER (disabled — uncomment to re-enable)
+ When enabling: also set nav { top: 40px } in Header.astro
+ ═══════════════════════════════════════════
Can’t join us in Kraków? Attend remotely — online options available!
+ -->
{
!hideHeader && (