diff --git a/src/content/pages/accessibility/index.mdx b/src/content/pages/accessibility/index.mdx
index 426e1f39d..a9054cdcf 100644
--- a/src/content/pages/accessibility/index.mdx
+++ b/src/content/pages/accessibility/index.mdx
@@ -11,7 +11,6 @@ guests attending the conference.
If you have suggestions to improve accessibility, please let us know by contacting us at
[accessibility@europython.eu](mailto:accessibility@europython.eu).
-
## General
You're very welcome to ask about any accessibility needs. These may include, for example:
@@ -36,6 +35,7 @@ If you need help for things like designated seating, maintaining clear pathways,
### Neurodiversity bag
We understand that some conference participants can feel overwhelmed by large crowds. To help with this, we've prepared a bag full of squishy and plushy items for you to use to relax during the demanding conference days.
+
- Location: The bag is placed at the Info Desk in the Registration area.
- Contents: The bag contains various items, including fidget toys, squishy toys, and pop-it toys.
@@ -47,12 +47,15 @@ Free childminding is available for attendees during the main conference (Monday-
onsite service when you register your [ticket](https://ep2026.europython.eu/tickets). If you have questions, please
contact helpdesk@europython.eu.
+More information is available on the [Childcare page](/childcare).
+
#### Feeding your child
There are **no restrictions on where you can breastfeed your child** – you are free and welcome
to feed at any place you feel comfortable.
## Conference venue (Monday–Friday)
+
The [ICE Kraków Congress Centre](/venue) is the main venue for EuroPython 2026.
## Accessibility FAQ
@@ -71,13 +74,11 @@ clothing with strong detergent scents, etc. Notify us of preventable
environmental allergies when purchasing tickets or by email.
-
Unfortunately we do not have captioning during EuroPython.
-
We do not plan to have interpreters at the conference unless we are notified
@@ -99,7 +100,6 @@ Unfortunately we do not have captioning during EuroPython.
childcare facilities, and quiet rooms.
-
---
# Attributions
diff --git a/src/content/pages/_childcare/childcare-area.jpg b/src/content/pages/childcare/childcare-area.jpg
similarity index 100%
rename from src/content/pages/_childcare/childcare-area.jpg
rename to src/content/pages/childcare/childcare-area.jpg
diff --git a/src/content/pages/_childcare/childcare-balls.jpg b/src/content/pages/childcare/childcare-balls.jpg
similarity index 100%
rename from src/content/pages/_childcare/childcare-balls.jpg
rename to src/content/pages/childcare/childcare-balls.jpg
diff --git a/src/content/pages/_childcare/index.mdx b/src/content/pages/childcare/index.mdx
similarity index 56%
rename from src/content/pages/_childcare/index.mdx
rename to src/content/pages/childcare/index.mdx
index 2c06bef39..58597e76a 100644
--- a/src/content/pages/_childcare/index.mdx
+++ b/src/content/pages/childcare/index.mdx
@@ -2,27 +2,20 @@
title: Childcare
subtitle: Everything you need to know about childcare
---
-import { Image } from 'astro:assets';
-
-import childcareArea from "./childcare-area.jpg";
-import childcareBalls from "./childcare-balls.jpg";
-
# Childcare at EuroPython 2026
-We’re committed to making EuroPython as inclusive and accessible as possible — and that includes supporting parents attending the conference.
+We’re committed to making EuroPython as inclusive and as accessible as possible — and that includes supporting parents attending the conference.
🧸 **Free childcare** will be available for children aged **19 months and older**.
Our professional childcare providers will offer a fun, safe, and engaging environment for your little ones during the conference.
👶 Children under 19 months are welcome too! While we don’t provide dedicated care for infants, you’re very welcome to bring your own caregiver — whether it’s a nanny, grandparent, or another family member. They’re also welcome to use our designated family-friendly space during the event.
-If you prefer, you can hire a professional nanny at your own cost through our childcare provider.
-
-We’ll also have an area available for breastfeeding or spending time with your child in a calmer environment.
-
## How to Apply
+
To request childcare, please make sure to:
+
- Register your own ticket for the conference.
- During checkout, select that you’ll need childcare.
- Indicate how many children will require care.
@@ -30,8 +23,3 @@ To request childcare, please make sure to:
If you have any questions or specific needs, feel free to reach out to us at helpdesk@europython.eu.
We look forward to welcoming you and your family to EuroPython 2026!
-
-
-
-
-
diff --git a/src/data/nav.ts b/src/data/nav.ts
index 5ae86618b..6f5112c7f 100644
--- a/src/data/nav.ts
+++ b/src/data/nav.ts
@@ -65,6 +65,7 @@ const L = {
external: true,
},
accessibility: { label: "Accessibility", url: "/accessibility" },
+ childcare: { label: "Childcare", url: "/childcare" },
// Venue
venue: { label: "Venue", url: "/venue" },
@@ -173,6 +174,7 @@ export const NAV_MENUS: NavMenu[] = [
L.faq,
L.coc,
L.accessibility,
+ L.childcare,
],
},
],