Skip to content

Commit fcb3014

Browse files
authored
Merge branch 'ep2025' into fix-commit-hash-preview
2 parents e792d47 + 07cec1d commit fcb3014

33 files changed

+605
-14
lines changed

src/components/schedule/day.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ for (let i = 0; i < sessionAndTimes.length - 1; i++) {
141141
if (nextStart !== end) {
142142
const duration = differenceInMinutes(nextStart, end);
143143

144-
if (duration === 5) {
144+
if (duration >= 5) {
145145
const roomChangeStart = end;
146146
const roomChangeTime = format(roomChangeStart, "HH:mm");
147147
const roomChangeEnd = addMinutes(roomChangeStart, 5);
@@ -167,7 +167,9 @@ for (let i = 0; i < sessionAndTimes.length - 1; i++) {
167167
},
168168
];
169169
} else {
170-
console.warn("Missing room change", end, nextStart, duration);
170+
if (duration != 0){
171+
console.warn("Missing room change", end, nextStart, duration);
172+
}
171173
}
172174
}
173175
}

src/components/sections/prague.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import Headline from "@ui/Headline.astro";
2929
</p>
3030

3131
<div class="flex w-full justify-evenly items-center">
32-
<Button url="/explore">About Prague</Button>
33-
<Button url="/where">About Venue</Button>
32+
<Button url="/prague">About Prague</Button>
33+
<Button url="/venue">About Venue</Button>
3434
</div>
3535

3636
</div>

src/components/sponsors/sponsors.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const tiers = [
2020
"Patron",
2121
"Financial Aid",
2222
"Supporters",
23+
"Partners"
2324
] as const;
2425
2526
const sponsors = await getCollection("sponsors");
@@ -48,13 +49,13 @@ const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");
4849

4950
<Fullbleed className="bg-white py-24 px-6">
5051
<section class="max-w-4xl lg:max-w-6xl mx-auto mb-16">
51-
<Headline id="sponsors" title="Sponsors" center=true />
52+
<Headline id="sponsors" title="Sponsors & Partners" center=true />
5253
<div>
5354
{
5455
hasSponsors ? (
5556
<p class="text-center">
5657
EuroPython wouldn't be such an affordable event without the help
57-
of the sponsors. We'd like to thank all of them for their
58+
of the sponsors and partners. We'd like to thank all of them for their
5859
support.
5960
</p>
6061
) : (

src/content/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const tiers = [
1515
"Patron",
1616
"Financial Aid",
1717
"Supporters",
18+
"Partners",
1819
] as const;
1920

2021
const pages = defineCollection({

src/content/keynoters/nerea.jpeg

214 KB
Loading

src/content/keynoters/nerea.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Nerea Luis
3+
image: ./nerea.jpeg
4+
slug: nerea-luis
5+
tagline: Award-winning AI Consultant & Cofounder of Lumi Labs
6+
7+
order: 5
8+
---
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Beginners' Day
3+
url: /beginners-day
4+
subtitle:
5+
This year we're hosting a special day for beginners.
6+
---
7+
8+
## EuroPython Beginners' Day
9+
10+
On **Saturday 19th July**, we'll be hosting a day to help introduce people to programming and its applications, which will feature three tracks running in parallel. The events are designed to welcome newcomers to the Python ecosystem, including a series of talks and panels by junior developers and two workshops designed to introduce complete beginners to web development and data science.
11+
12+
EuroPython Beginners' Day is open to everyone, from high school students to late career changers. Entry is free for EuroPython ticket holders (any ticket type), and €5 otherwise. Tickets for the Beginners' Day can be purchased through the [tickets page](https://ep2025.europython.eu/tickets/).
13+
14+
#### How to sign up for the Beginners' day and choose your track?
15+
Applications are open until May 11th, and successful applicants will be notified by May 18th. Entry is free for EuroPython ticket holders and €5 otherwise.
16+
17+
The number of places available for each track is as follows:
18+
* **Beginners' Day Unconference**: 40 places
19+
* **Django Girls**: 40 places
20+
* **Humble Data**: 18 places
21+
22+
<br></br>
23+
24+
<div class="text-center">
25+
26+
<ButtonLink url="https://forms.gle/6mGPPEFMrLsxqHJx5">Apply for Beginners' Day!</ButtonLink>
27+
28+
</div>
29+
30+
31+
### Beginners' Day Unconference
32+
33+
The Beginners' Day Unconference is designed to help you start and grow your tech career. On the day, you'll be able to:
34+
* Attend panel discussions where junior developers share their real-world experiences, hiring managers explain what they look for in candidates, and experienced developers discuss the journey from junior to senior roles;
35+
* Participate in an interactive workshop focused on practical skills for succeeding in your first tech job;
36+
* Join discussion circles that bridge perspectives between beginners and seasoned professionals;
37+
* Watch lightning talks from those who've recently made the leap into tech careers.
38+
39+
Whether you're considering a career change, looking for your first tech role, or wanting to advance your early career, these collaborative sessions provide insights and advice from people who've been in your shoes.
40+
41+
### Django Girls
42+
43+
Django Girls is a welcoming, hands-on workshop designed specifically for women and other underrepresented groups with little to no previous programming experience. Throughout this full-day session, participants will build their very own web application using Python and Django, guided by experienced mentors who provide personalized support every step of the way. The workshop follows a carefully designed curriculum that makes web development accessible and fun, creating a supportive environment where beginners can ask questions, experiment, and celebrate their progress together.
44+
45+
No prior knowledge is required: just bring your curiosity and a laptop, and by the end of the day, you'll have deployed your first web application to the internet!
46+
47+
We are also looking for **mentors** for Django Girls. Applications for mentors close on May 18th, and successful mentors will be informed by May 25th.
48+
49+
<div class="text-center">
50+
51+
<ButtonLink url="https://docs.google.com/forms/d/e/1FAIpQLScJeKrKmDmS8BNpcwxeEmqkeMbJvtCSyhskxGMZnba5yGYv7Q/viewform?usp=header">Become a Django Girls Mentor!</ButtonLink>
52+
53+
</div>
54+
55+
### Humble Data
56+
57+
Humble Data is an inclusive, beginner-friendly workshop that introduces participants to data science using Python. It is aimed at people from underrepresented groups in tech but is open to everyone. Throughout this interactive session, you'll learn essential Python programming concepts while exploring real-world datasets, creating visualizations, and discovering patterns through analysis. Experienced mentors will guide you through each step, from setting up your environment to implementing data analysis techniques. The workshop emphasizes a hands-on approach where you'll actively work with tools like Jupyter notebooks, pandas, and matplotlib in a supportive, collaborative atmosphere.
58+
59+
No prior programming or data science experience is necessary: just bring your laptop and curiosity, and you'll leave with practical skills to begin your data science journey.
60+
61+
We are also looking for **mentors** for Humble Data. Applications for mentors close on May 18th, and successful mentors will be informed by May 25th.
62+
63+
<div class="text-center">
64+
65+
<ButtonLink url="https://docs.google.com/forms/d/e/1FAIpQLSd3o8nMC_vdM0RJAnUbwOQa7JamDrEzKW4AHjTkqhjndWznmg/viewform?usp=dialog">Become a Humble Data Mentor!</ButtonLink>
66+
67+
</div>

src/content/pages/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subtitle: Frequently Asked Questions about EuroPython
3838

3939
The conference will return to **Prague, Czech Republic**, with the main conference hosted at the [Prague Congress Centre (PCC)](https://www.praguecc.cz/en/homepage).
4040

41-
Need help getting around? Check out [how to navigate Prague](/where) and our volunteer-curated [Prague exploration tips](/explore).
41+
Need help getting around? Check out [how to navigate Prague](/venue) and our volunteer-curated [Prague exploration tips](/prague).
4242

4343
</Accordion>
4444

File renamed without changes.

src/content/pages/test.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Barking up the right tree
241241
<img src="/img/eps-logo.png" alt="Logo of the EuroPython Society" width="400"/>
242242
</a>
243243

244-
<a href="/where" target="_blank">
244+
<a href="/venue" target="_blank">
245245
This image is internal, in /src, so import is needed
246246
<Image src={pragueImage} alt="A bird sitting on a nest of eggs." width="400" class="h-auto border-4 border-white rounded-lg shadow-lg"/>
247247
</a>

0 commit comments

Comments
 (0)