Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/ticket-tiers/ticket-tiers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<strong>Limited to only 300, due to tutorial capacity</strong>",
Expand Down Expand Up @@ -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" },
],
},
Expand Down Expand Up @@ -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: "<strong>Limited to only 300, due to tutorial capacity</strong>",
Expand Down
37 changes: 37 additions & 0 deletions src/content/pages/childcare.mdx
Original file line number Diff line number Diff line change
@@ -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 [email protected].

We look forward to welcoming you and your family to EuroPython 2025!

<div class="flex gap-4">
<Image src={childcareArea} alt="Childcare room" class="w-[60%]" />
<Image src={childcareBalls} alt="Childcare room" class="w-[30%]" />
</div>
Binary file added src/content/pages/images/childcare-area.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/images/childcare-balls.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/pages/tickets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event!
<span>☕ Every ticket includes break refreshments and a light lunch for each day.</span>
</li>
<li class="flex items-start">
<span>👶 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.</span>
<span>👶 Free Childcare is available at the conference for 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.</span>
</li>
<li class="flex items-start">
<span>⏰ 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.</span>
Expand Down
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
{
"name": "Visa Support Letter",
"path": "/visa"
},
{
"name": "Childcare",
"path": "/childcare"
}
]
}
Expand Down