Skip to content

Commit c530eaa

Browse files
authored
Merge branch 'ep2025' into ep2025-infobox
2 parents ce5bffb + 07cec1d commit c530eaa

File tree

9 files changed

+36
-13
lines changed

9 files changed

+36
-13
lines changed

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/content/pages/beginners-day.mdx

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,22 @@ On **Saturday 19th July**, we'll be hosting a day to help introduce people to pr
1111

1212
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/).
1313

14-
Please sign up for the Beginners' Day and the specific track you're interested in using [this form](https://docs.google.com/forms/d/e/1FAIpQLSddM9RqRYc9jglmF-6vORbnFQ-_ymONU2cugUgB9poqqzLp5w/viewform?usp=dialog). The number of places available for each track is as follows:
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:
1518
* **Beginners' Day Unconference**: 40 places
1619
* **Django Girls**: 40 places
1720
* **Humble Data**: 18 places
1821

19-
**Applications close on May 11th, and successful applicants will be informed by May 18th.**
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+
2030

2131
### Beginners' Day Unconference
2232

@@ -34,12 +44,24 @@ Django Girls is a welcoming, hands-on workshop designed specifically for women a
3444

3545
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!
3646

37-
We are also looking for **mentors** for Django Girls. If you're interested in applying to mentor, please fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLScJeKrKmDmS8BNpcwxeEmqkeMbJvtCSyhskxGMZnba5yGYv7Q/viewform?usp=header). Applications for mentors close on May 18th, and successful mentors will be informed by May 25th.
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>
3854

3955
### Humble Data
4056

4157
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.
4258

4359
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.
4460

45-
We are also looking for **mentors** for Humble Data. If you're interested in applying to mentor, please fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLSd3o8nMC_vdM0RJAnUbwOQa7JamDrEzKW4AHjTkqhjndWznmg/viewform?usp=dialog). Applications for mentors close on May 18th, and successful mentors will be informed by May 25th.
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>

src/content/pages/tickets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Discover the latest Python trends, learn from 180+ expert speakers, network with
1818

1919

2020
## Where and When?
21-
🏛️ <a href="/where" class="text-primary hover:text-primary-hover underline">Prague Congress Centre (PCC)</a>, Czech Republic
21+
🏛️ <a href="/venue" class="text-primary hover:text-primary-hover underline">Prague Congress Centre (PCC)</a>, Czech Republic
2222

2323
<div class="bg-white text-black p-6 rounded-lg shadow-md w-full">
2424
<p class="font-bold text-xl mb-4">A week of all things Python:</p>
File renamed without changes.

src/data/links.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
"items": [
7777
{
7878
"name": "Prague",
79-
"path": "/explore"
79+
"path": "/prague"
8080
},
8181
{
8282
"name": "Venue",
83-
"path": "/where"
83+
"path": "/venue"
8484
}
8585
]
8686
},

src/pages/overview.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ import Headline from "@ui/Headline.astro"
4444
<div class="event-category">
4545
<h3>Beginner Workshops</h3>
4646
<ul class="event-list">
47-
<li>Django Girls</li>
48-
<li>Humble Data</li>
47+
<li><a href="/beginners-day#django-girls">Django Girls</a></li>
48+
<li><a href="/beginners-day#humble-data">Humble Data</a></li>
4949
</ul>
5050
</div>
5151

@@ -60,6 +60,7 @@ import Headline from "@ui/Headline.astro"
6060
<h3>Social & Networking Events</h3>
6161
<ul class="event-list">
6262
<li><a href="/speakers-dinner/">Speakers' dinner</a></li>
63+
<li><a href="/beginners-day#beginners-day-unconference">Beginners’ Day Unconference</a></li>
6364
<li>More events will be added soon!</li>
6465
</ul>
6566
</div>

0 commit comments

Comments
 (0)