diff --git a/src/components/ticket-tiers/ticket-tiers.astro b/src/components/ticket-tiers/ticket-tiers.astro index 351a6be65..0bcd98879 100644 --- a/src/components/ticket-tiers/ticket-tiers.astro +++ b/src/components/ticket-tiers/ticket-tiers.astro @@ -48,7 +48,7 @@ const tiers: TicketTierProps[] = [ { text: "Access to in-person networking opportunities during the tutorial days", }, - { text: "Access to free childcare if needed" }, + { text: "Access to free childcare for children aged 18 months and older" }, { text: "Conference T-shirt included" }, { text: "Limited to only 300, due to tutorial capacity", @@ -83,7 +83,7 @@ const tiers: TicketTierProps[] = [ { text: "Access to in-person networking opportunities during the main conference days", }, - { text: "Access to free childcare if needed" }, + { text: "Access to free childcare for children aged 18 months and older" }, { text: "Conference T-shirt included" }, ], }, @@ -112,7 +112,7 @@ const tiers: TicketTierProps[] = [ { text: "Access to in-person networking opportunities throughout the entire conference", }, - { text: "Access to free childcare if needed" }, + { text: "Access to free childcare for children aged 18 months and older" }, { text: "Conference T-shirt included" }, { text: "Limited to only 300, due to tutorial capacity", diff --git a/src/content/pages/childcare.mdx b/src/content/pages/childcare.mdx new file mode 100644 index 000000000..aa6d8771b --- /dev/null +++ b/src/content/pages/childcare.mdx @@ -0,0 +1,37 @@ +--- +title: Childcare +subtitle: Everything you need to know about childcare +--- +import { Image } from 'astro:assets'; + +import childcareArea from "./images/childcare-area.jpg"; +import childcareBalls from "./images/childcare-balls.jpg"; + + +## Childcare at EuroPython 2025 + +We’re committed to making EuroPython as inclusive and accessible as possible — and that includes supporting parents attending the conference. + +🧸 **Free childcare** will be available for children aged **18 months and older**. +Our professional childcare providers will offer a fun, safe, and engaging environment for your little ones during the conference. + +👶 Children under 18 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. + +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 2025! + +
+ Childcare room + Childcare room +
diff --git a/src/content/pages/images/childcare-area.jpg b/src/content/pages/images/childcare-area.jpg new file mode 100644 index 000000000..9ef0a5043 Binary files /dev/null and b/src/content/pages/images/childcare-area.jpg differ diff --git a/src/content/pages/images/childcare-balls.jpg b/src/content/pages/images/childcare-balls.jpg new file mode 100644 index 000000000..85b3d7590 Binary files /dev/null and b/src/content/pages/images/childcare-balls.jpg differ diff --git a/src/content/pages/tickets.mdx b/src/content/pages/tickets.mdx index 9f0fa7696..8192a98fc 100644 --- a/src/content/pages/tickets.mdx +++ b/src/content/pages/tickets.mdx @@ -127,7 +127,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event! ☕ Every ticket includes break refreshments and a light lunch for each day.
  • - 👶 Free Childcare is available at the conference for those who need it. Please make sure to register a ticket for yourself and select how many children will require childcare at checkout. + 👶 Free childcare is available at the conference for children aged 18 months and older. For more info, check out our [childcare](/childcare) page. Please make sure to register a ticket for yourself and select how many children will require childcare at checkout.
  • ⏰ We encourage you to book your ticket early. This makes it easier for us to plan for the event and arrange important things like catering, badge printing, and other logistics. diff --git a/src/data/links.json b/src/data/links.json index ac48e3756..fa02dcbd8 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -90,6 +90,10 @@ { "name": "Visa Support Letter", "path": "/visa" + }, + { + "name": "Childcare", + "path": "/childcare" } ] }