Skip to content

Add buttons and update events overview page #1178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add buttons and update events overview page
  • Loading branch information
clytaemnestra committed Apr 24, 2025
commit 5eb6c6719b88eeb53b5f89f31b40247a127c93ce
30 changes: 26 additions & 4 deletions src/content/pages/beginners-day.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,22 @@ On **Saturday 19th July**, we'll be hosting a day to help introduce people to pr

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

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:
#### How to sign up for the Beginners' day and choose your track?
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.

The number of places available for each track is as follows:
* **Beginners' Day Unconference**: 40 places
* **Django Girls**: 40 places
* **Humble Data**: 18 places

**Applications close on May 11th, and successful applicants will be informed by May 18th.**
<br></br>

<div class="text-center">

<ButtonLink url="https://forms.gle/T8da5sQbKn6BFsxH7">Apply for Beginners' Day!</ButtonLink>

</div>


### Beginners' Day Unconference

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

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!

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

<div class="text-center">

<ButtonLink url="https://docs.google.com/forms/d/e/1FAIpQLScJeKrKmDmS8BNpcwxeEmqkeMbJvtCSyhskxGMZnba5yGYv7Q/viewform?usp=header">Become a Django Girls Mentor!</ButtonLink>

</div>

### Humble Data

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.

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.

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

<div class="text-center">

<ButtonLink url="https://docs.google.com/forms/d/e/1FAIpQLSd3o8nMC_vdM0RJAnUbwOQa7JamDrEzKW4AHjTkqhjndWznmg/viewform?usp=dialog">Become a Humble Data Mentor!</ButtonLink>

</div>
5 changes: 3 additions & 2 deletions src/pages/overview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import Headline from "@ui/Headline.astro"
<div class="event-category">
<h3>Beginner Workshops</h3>
<ul class="event-list">
<li>Django Girls</li>
<li>Humble Data</li>
<li><a href="/beginners-day#django-girls">Django Girls</a></li>
<li><a href="/beginners-day#humble-data">Humble Data</a></li>
</ul>
</div>

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