Skip to content

Commit 2cfe07f

Browse files
Add buttons and update events overview page (#1178)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 09a73c1 commit 2cfe07f

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

src/content/pages/beginners-day.mdx

+26-4
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/T8da5sQbKn6BFsxH7">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/pages/overview.astro

+3-2
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)