diff --git a/public/images/sprints.png b/public/images/sprints.png new file mode 100644 index 000000000..163d5dcea Binary files /dev/null and b/public/images/sprints.png differ diff --git a/src/content/pages/pyladies.md b/src/content/pages/pyladies.md index a9a8f99c6..4bb36a340 100644 --- a/src/content/pages/pyladies.md +++ b/src/content/pages/pyladies.md @@ -1,5 +1,5 @@ --- -title: PyLadies Events—Lunch, Workshops & Networking +title: PyLadies Events subtitle: Lunch, Workshops & Networking --- @@ -12,7 +12,7 @@ we warmly welcome you to join us and be part of our supportive community. These events are open only to those who have a conference ticket, giving our attendees an exclusive opportunity to connect, share, and grow together. -![](./images/pyladies-events.jpg) +![PyLadies Lunch Photo](./images/pyladies-events.jpg) ## PyLadies Lunch diff --git a/src/content/pages/sprints.md b/src/content/pages/sprints.md new file mode 100644 index 000000000..4c73fd8b9 --- /dev/null +++ b/src/content/pages/sprints.md @@ -0,0 +1,56 @@ +--- +title: EuroPython 2025 Sprints Weekend +subtitle: Organise or join a sprint at EuroPython 2025! +--- + +# EuroPython 2025 Sprints + +Join us for two days of open-source hacking, learning, and collaboration! As is +tradition, the sprints will happen the weekend after EuroPython—this year on +Saturday and Sunday, 19–20 July. + +The conference team provides the space, lunch, and coffee—you bring the energy, +ideas, and code. Whether you're maintaining a major library or trying your first +contribution, there's something for everyone. + +## What is a Sprint? + +Sprints are informal coding sessions (think: mini hackathons) where people +gather to work on open-source projects, share ideas, and solve problems +together. + +![Sprints photos collage](/images/sprints.png) + +## Who Can Attend: + +- EuroPython ticket holders (Conference, Tutorial, or Combined) can join the + sprints for free—just make sure to select sprint attendance when configuring + your ticket. +- No ticket? No problem. You’ll be able to register for the sprints for + free—details coming soon on our [tickets page](https://europython.eu/tickets). + +## Open-Source Projects + +More info soon! + + diff --git a/src/data/links.json b/src/data/links.json index 3f2313b51..f047e29b0 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -63,6 +63,10 @@ { "name": "Rust Summit", "path": "/session/rust-summit" + }, + { + "name": "Sprints Weekend", + "path": "/sprints" } ] }, @@ -242,8 +246,8 @@ "path": "/session/rust-summit" }, { - "name": "Community", - "path": "/community-partners" + "name": "Sprints Weekend", + "path": "/sprints" } ] },