Skip to content

Commit b030e6c

Browse files
committed
Add page about childcare
1 parent 8380f3f commit b030e6c

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

src/components/ticket-tiers/ticket-tiers.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const tiers: TicketTierProps[] = [
4848
{
4949
text: "Access to in-person networking opportunities during the tutorial days",
5050
},
51-
{ text: "Access to free childcare if needed" },
51+
{ text: "Access to free childcare for children aged 18 months and older" },
5252
{ text: "Conference T-shirt included" },
5353
{
5454
text: "<strong>Limited to only 300, due to tutorial capacity</strong>",
@@ -83,7 +83,7 @@ const tiers: TicketTierProps[] = [
8383
{
8484
text: "Access to in-person networking opportunities during the main conference days",
8585
},
86-
{ text: "Access to free childcare if needed" },
86+
{ text: "Access to free childcare for children aged 18 months and older" },
8787
{ text: "Conference T-shirt included" },
8888
],
8989
},
@@ -112,7 +112,7 @@ const tiers: TicketTierProps[] = [
112112
{
113113
text: "Access to in-person networking opportunities throughout the entire conference",
114114
},
115-
{ text: "Access to free childcare if needed" },
115+
{ text: "Access to free childcare for children aged 18 months and older" },
116116
{ text: "Conference T-shirt included" },
117117
{
118118
text: "<strong>Limited to only 300, due to tutorial capacity</strong>",

src/content/pages/childcare.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Childcare
3+
subtitle: Everything you need to know about childcare
4+
---
5+
## Childcare at EuroPython 2025
6+
7+
We’re committed to making EuroPython as inclusive and accessible as possible — and that includes supporting parents attending the conference.
8+
9+
🧸 **Free childcare** will be available for children aged **18 months and older**.
10+
Our professional childcare providers will offer a fun, safe, and engaging environment for your little ones during the conference.
11+
12+
👶 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.
13+
14+
If you prefer, you can hire a professional nanny at your own cost through our childcare provider.
15+
16+
We’ll also have an area available for breastfeeding or spending time with your child in a calmer environment.
17+
18+
### How to Apply
19+
If you have any questions or specific needs, feel free to reach out to us at [email protected].
20+
21+
To request childcare, please make sure to:
22+
- Register your own ticket for the conference.
23+
- During checkout, select that you’ll need childcare.
24+
- Indicate how many children will require care.
25+
26+
We look forward to welcoming you and your family to EuroPython 2025!

src/content/pages/tickets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event!
127127
<span>☕ Every ticket includes break refreshments and a light lunch for each day.</span>
128128
</li>
129129
<li class="flex items-start">
130-
<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>
130+
<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>
131131
</li>
132132
<li class="flex items-start">
133133
<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>

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
{
9191
"name": "Visa Support Letter",
9292
"path": "/visa"
93+
},
94+
{
95+
"name": "Childcare",
96+
"path": "/childcare"
9397
}
9498
]
9599
}

0 commit comments

Comments
 (0)