diff --git a/src/components/header/header-actions.astro b/src/components/header/header-actions.astro index 6c581a19b..b31747dfe 100644 --- a/src/components/header/header-actions.astro +++ b/src/components/header/header-actions.astro @@ -31,7 +31,7 @@ const IS_LIVE = false; CtrlK - + {IS_LIVE && } : null diff --git a/src/data/links.json b/src/data/links.json index b28b7d932..534c184f5 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -1,154 +1,70 @@ { "header": [ { - "name": "Programme", + "name": "Program", "items": [ - { - "name": "Programme & Events Overview", - "path": "/overview" - }, - { - "name": "List of Sessions", - "path": "/sessions" - }, - { - "name": "List of Speakers", - "path": "/speakers" - }, - { - "name": "Tracks", - "path": "/tracks" - }, - { - "name": "Selection Process", - "path": "/selection" - }, - { - "name": "Community Voting", - "path": "/voting" - }, - { - "name": "Speaker Mentorship", - "path": "/mentorship" - }, - { - "name": "C API Summit", - "path": "/c-api-summit" - }, - { - "name": "WebAssembly Summit", - "path": "/wasm-summit" - }, - { - "name": "Rust Summit", - "path": "/rust-summit" - } + { "name": "Overview", "path": "/overview" }, + { "name": "Sessions", "path": "/sessions" }, + { "name": "Speakers", "path": "/speakers" }, + { "name": "Tracks", "path": "/tracks" }, + { "name": "Talks Schedule", "path": "/schedule/talks" }, + { "name": "Tutorials Schedule", "path": "/schedule/tutorials" }, + { "name": "Selection Process", "path": "/selection" }, + { "name": "Community Voting", "path": "/voting" }, + { "name": "Speaker Mentorship", "path": "/mentorship" } ] }, { "name": "Events", "items": [ - { - "name": "Speakers' Dinner", - "path": "/speakers-dinner" - }, - { - "name": "Beginners' Day", - "path": "/beginners-day" - } + { "name": "C API Summit", "path": "/c-api-summit" }, + { "name": "WebAssembly Summit", "path": "/wasm-summit" }, + { "name": "Rust Summit", "path": "/rust-summit" }, + { "name": "Speakers' Dinner", "path": "/speakers-dinner" }, + { "name": "Beginners' Day", "path": "/beginners-day" } ] }, { - "name": "Schedule", + "name": "Venue", "items": [ - { - "name": "Tutorials", - "path": "/schedule/tutorials" - }, - { - "name": "Talks", - "path": "/schedule/talks" - } - ] - }, - { - "name": "Prague & Venue", - "items": [ - { - "name": "Prague", - "path": "/prague" - }, - { - "name": "Venue", - "path": "/venue" - } + { "name": "Prague", "path": "/prague" }, + { "name": "Venue", "path": "/venue" } ] }, { "name": "Sponsorship", "items": [ - { - "name": "Sponsor Packages", - "path": "/sponsorship/sponsor" - }, - { - "name": "Sponsor Information", - "path": "/sponsorship/information" - } + { "name": "Sponsor Packages", "path": "/sponsorship/sponsor" }, + { "name": "Sponsor Information", "path": "/sponsorship/information" } ] }, { "name": "Registration", "items": [ - { - "name": "Tickets information", - "path": "/tickets" - } - ] - }, - { - "name": "Info & Support", - "items": [ + { "name": "Tickets", "path": "/tickets" }, + { "name": "Financial Aid", "path": "/finaid" }, + { "name": "Visa Support Letter", "path": "/visa" }, + { "name": "Childcare", "path": "/childcare" }, + { "name": "FAQ", "path": "/faq" }, { "name": "Code of Conduct", "path": "https://www.europython-society.org/coc/" - }, - { - "name": "FAQ", - "path": "/faq" - }, - { - "name": "Financial Aid", - "path": "/finaid" - }, - { - "name": "Visa Support Letter", - "path": "/visa" - }, - { - "name": "Childcare", - "path": "/childcare" } ] }, { "name": "Jobs", "path": "/jobs" + }, + { + "name": "Community", + "path": "/community-partners" } ], "footer": [ - { - "name": "2024 Photos", - "path": "https://ep2024.europython.eu/photos" - }, - { - "name": "Contacts", - "path": "/contacts" - }, - { - "name": "Terms", - "path": "/terms" - }, + { "name": "2024 Photos", "path": "https://ep2024.europython.eu/photos" }, + { "name": "Contacts", "path": "/contacts" }, + { "name": "Terms", "path": "/terms" }, { "name": "Privacy Policy", "path": "https://www.europython-society.org/privacy/"