From 90d633c91f8f0c94c980a447a2bfcd146ff0861e Mon Sep 17 00:00:00 2001 From: Daria Grudzien Date: Wed, 9 Jul 2025 11:43:31 +0200 Subject: [PATCH 1/3] add beginners day schedules --- src/content/pages/beginners-day-unconference.mdx | 15 +++++++++++++++ src/content/pages/beginners-day.mdx | 6 ++++++ 2 files changed, 21 insertions(+) diff --git a/src/content/pages/beginners-day-unconference.mdx b/src/content/pages/beginners-day-unconference.mdx index 1daac7803..9e5d8d29d 100644 --- a/src/content/pages/beginners-day-unconference.mdx +++ b/src/content/pages/beginners-day-unconference.mdx @@ -121,6 +121,21 @@ Want to participate? Just add your name and topic to the sign-up flipchart at th Whether you want to speak or just listen, this is a fantastic chance to learn, get inspired, and support fellow newcomers in the tech world! +## Schedule + +| Time | Session | +|------|----------| +| 8:30 - 9:00 | Open doors | +| **9:00 - 10:00** | **Panel: How To Succeed In A Junior Role** | +| **10:00 - 11:00** | **Panel: Landing A Great Job** | +| 11:00 - 11:30 | Coffee Break | +| **11:30 - 13:15** | **Workshop: How To Succeed As A Junior** | +| 13:15 - 14:00 | Lunch Break | +| **14:00 - 15:00** | **Q&A session: From Junior To Senior** | +| **15:00 - 16:30** | **Discussion Circle** | +| 16:30 - 17:00 | Coffee Break | +| **16:00 - 17:00** | **Lightning talks** | + ## Sign up EuroPython Beginners' Day Unconference 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. diff --git a/src/content/pages/beginners-day.mdx b/src/content/pages/beginners-day.mdx index 41572fdcd..1bb9b951c 100644 --- a/src/content/pages/beginners-day.mdx +++ b/src/content/pages/beginners-day.mdx @@ -35,6 +35,8 @@ The Unconference is designed to help you start and grow your tech career. On the 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. +The Unconference will **start at 9:00 and end at 18:00**, see the [full schedule](https://ep2025.europython.eu/beginners-day-unconference/#schedule). + ## Django Girls @@ -51,6 +53,8 @@ This workshop is specifically designed for people with no previous knowledge of Just bring a laptop, and by the end of the day, you'll have deployed your first web application to the internet! +The Django Girls workshop will **start at 9:00 and end around 18:00**. + We are also looking for **mentors** for Django Girls. Applications for mentors close on **July 4th**. @@ -67,6 +71,8 @@ This workshop is also designed for people with no previous knowledge of Python o Just bring a laptop, and you'll leave with practical skills to begin your data science journey. +The Humble Data workshop will **start at 9:30 and end around 18:00**. + ## Accessibility The venue for the Beginners Day is accessible. From d8398a9562d60335f37d2e03c85131bef43050e7 Mon Sep 17 00:00:00 2001 From: Daria Grudzien Date: Thu, 10 Jul 2025 20:33:38 +0200 Subject: [PATCH 2/3] change end times --- src/content/pages/beginners-day-unconference.mdx | 3 +-- src/content/pages/beginners-day.mdx | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/content/pages/beginners-day-unconference.mdx b/src/content/pages/beginners-day-unconference.mdx index 9e5d8d29d..1155b06c3 100644 --- a/src/content/pages/beginners-day-unconference.mdx +++ b/src/content/pages/beginners-day-unconference.mdx @@ -132,9 +132,8 @@ Whether you want to speak or just listen, this is a fantastic chance to learn, g | **11:30 - 13:15** | **Workshop: How To Succeed As A Junior** | | 13:15 - 14:00 | Lunch Break | | **14:00 - 15:00** | **Q&A session: From Junior To Senior** | -| **15:00 - 16:30** | **Discussion Circle** | +| **15:00 - 16:30** | **Lightning talks** | | 16:30 - 17:00 | Coffee Break | -| **16:00 - 17:00** | **Lightning talks** | ## Sign up diff --git a/src/content/pages/beginners-day.mdx b/src/content/pages/beginners-day.mdx index 1bb9b951c..52f0499c2 100644 --- a/src/content/pages/beginners-day.mdx +++ b/src/content/pages/beginners-day.mdx @@ -35,7 +35,7 @@ The Unconference is designed to help you start and grow your tech career. On the 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. -The Unconference will **start at 9:00 and end at 18:00**, see the [full schedule](https://ep2025.europython.eu/beginners-day-unconference/#schedule). +The Unconference will **start at 9:00 and end at 17:00**, see the [full schedule](https://ep2025.europython.eu/beginners-day-unconference/#schedule). @@ -53,7 +53,7 @@ This workshop is specifically designed for people with no previous knowledge of Just bring a laptop, and by the end of the day, you'll have deployed your first web application to the internet! -The Django Girls workshop will **start at 9:00 and end around 18:00**. +The Django Girls workshop will **start at 9:00 and end around 17:00**. We are also looking for **mentors** for Django Girls. Applications for mentors close on **July 4th**. @@ -71,7 +71,7 @@ This workshop is also designed for people with no previous knowledge of Python o Just bring a laptop, and you'll leave with practical skills to begin your data science journey. -The Humble Data workshop will **start at 9:30 and end around 18:00**. +The Humble Data workshop will **start at 9:30 and end around 17:00**. ## Accessibility From c533a7abbd1ffa74e94c63e92b5139db2f92190b Mon Sep 17 00:00:00 2001 From: Daria Grudzien Date: Fri, 11 Jul 2025 19:12:54 +0200 Subject: [PATCH 3/3] final change to unconference schedule --- src/content/pages/beginners-day-unconference.mdx | 1 + src/content/pages/beginners-day.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/pages/beginners-day-unconference.mdx b/src/content/pages/beginners-day-unconference.mdx index 1155b06c3..d23bb4f08 100644 --- a/src/content/pages/beginners-day-unconference.mdx +++ b/src/content/pages/beginners-day-unconference.mdx @@ -134,6 +134,7 @@ Whether you want to speak or just listen, this is a fantastic chance to learn, g | **14:00 - 15:00** | **Q&A session: From Junior To Senior** | | **15:00 - 16:30** | **Lightning talks** | | 16:30 - 17:00 | Coffee Break | +| **17:00 - 18:00** | **Discussion Circle** | ## Sign up diff --git a/src/content/pages/beginners-day.mdx b/src/content/pages/beginners-day.mdx index 52f0499c2..c0f3196d1 100644 --- a/src/content/pages/beginners-day.mdx +++ b/src/content/pages/beginners-day.mdx @@ -35,7 +35,7 @@ The Unconference is designed to help you start and grow your tech career. On the 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. -The Unconference will **start at 9:00 and end at 17:00**, see the [full schedule](https://ep2025.europython.eu/beginners-day-unconference/#schedule). +The Unconference will **start at 9:00 and end at 18:00**, see the [full schedule](https://ep2025.europython.eu/beginners-day-unconference/#schedule).