Skip to content

Commit eb6c2b1

Browse files
clytaemnestrapre-commit-ci[bot]hugovk
authored
Add page about childcare (#1125)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 8380f3f commit eb6c2b1

File tree

6 files changed

+45
-4
lines changed

6 files changed

+45
-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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Childcare
3+
subtitle: Everything you need to know about childcare
4+
---
5+
import { Image } from 'astro:assets';
6+
7+
import childcareArea from "./images/childcare-area.jpg";
8+
import childcareBalls from "./images/childcare-balls.jpg";
9+
10+
11+
## Childcare at EuroPython 2025
12+
13+
We’re committed to making EuroPython as inclusive and accessible as possible — and that includes supporting parents attending the conference.
14+
15+
🧸 **Free childcare** will be available for children aged **18 months and older**.
16+
Our professional childcare providers will offer a fun, safe, and engaging environment for your little ones during the conference.
17+
18+
👶 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.
19+
20+
If you prefer, you can hire a professional nanny at your own cost through our childcare provider.
21+
22+
We’ll also have an area available for breastfeeding or spending time with your child in a calmer environment.
23+
24+
### How to Apply
25+
To request childcare, please make sure to:
26+
- Register your own ticket for the conference.
27+
- During checkout, select that you’ll need childcare.
28+
- Indicate how many children will require care.
29+
30+
If you have any questions or specific needs, feel free to reach out to us at [email protected].
31+
32+
We look forward to welcoming you and your family to EuroPython 2025!
33+
34+
<div class="flex gap-4">
35+
<Image src={childcareArea} alt="Childcare room" class="w-[60%]" />
36+
<Image src={childcareBalls} alt="Childcare room" class="w-[30%]" />
37+
</div>
7.79 MB
Loading
6.28 MB
Loading

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 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)