Skip to content

Commit bbaaecd

Browse files
cmaureirclytaemnestrahugovkpre-commit-ci[bot]
authored
Add Community Organisers Activities page (#1332)
Co-authored-by: Mia Bajić <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mia <[email protected]>
1 parent 3bed8e0 commit bbaaecd

File tree

7 files changed

+64
-1
lines changed

7 files changed

+64
-1
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Community Organisers Activities
3+
url: /community-activities
4+
subtitle:
5+
Booths, open spaces, and more activities for organisers
6+
---
7+
8+
# Community Organisers Activities
9+
10+
The Python community is an essential part of the language, and for many people, it's
11+
the reason they stick around and keep meetups, conferences, forums, and so much more running to help others.
12+
13+
This year at EuroPython, we have several activities focused on communities across Europe and around the world, as well as initiatives centered around Python itself.
14+
15+
![](./images/pyo-open-space2.jpg)
16+
17+
## Community Organisers Open Space
18+
19+
Communication is key to avoiding repetition and learning from past mistakes.
20+
Let's come together and share the experiences of our communities, as well as and our personal
21+
challenges and successes, so that more communities can grow and improve.
22+
23+
This year, we are dedicating a two-hour slot in the Open Spaces to all community organisers who want to share their experiences. More
24+
importantly, it's a chance to explore how the EuroPython Society can support you in achieving your
25+
goals and addressing your current challenges.
26+
27+
* Room: TBD
28+
* Time: TBD
29+
30+
![](./images/pyo-open-space.jpg)
31+
32+
## Community Organisers Lunch
33+
34+
Do you know all the organizers from other European Python communities and conferences?
35+
If not, this is a great opportunity to meet more people who, just like you, are doing their best to keep Python events and communities alive—so that more people have the chance to learn, connect, and grow with Python!
36+
37+
We'll be meeting on Friday, July 18, at 12:55 in the Zoom room on the first floor near the registration area for a special lunch—an opportunity to connect with others who share your passion.
38+
39+
## Community Booths
40+
41+
Each year, we reserve booth space for communities, initiatives, nonprofit organizations, and open source projects that support the Python community and the wider open source ecosystem.
42+
Join us in the Exhibit Hall during the main conference days to meet this year’s amazing Community Booth lineup!
43+
44+
<Button url="https://forms.gle/p2cG6YAXxoq1qRd69">Sign Up For a Booth!</Button>
45+
46+
47+
![](./images/community-booths.jpg)
48+
49+
![](./images/community-booths2.jpg)
50+
51+
## PyLadies Open Space & Lunch
52+
53+
Check out [the PyLadies activities page](/pyladies) for more information.
5.95 MB
Loading
6.34 MB
Loading
5.71 MB
Loading
6.47 MB
Loading

src/data/links.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
{
7676
"name": "Sprints Weekend",
7777
"path": "/sprints"
78+
},
79+
{
80+
"name": "Community Organisers Activities",
81+
"path": "/community-activities"
7882
}
7983
]
8084
},
@@ -260,6 +264,10 @@
260264
{
261265
"name": "Sprints Weekend",
262266
"path": "/sprints"
267+
},
268+
{
269+
"name": "Community Organisers Activities",
270+
"path": "/community-activities"
263271
}
264272
]
265273
},

src/pages/overview.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
101101
/>
102102

103103
<ul class="event-list">
104-
<li>Will be added soon!</li>
104+
<li><a href="community-activities#community-organisers-open-space">Open space</a></li>
105+
<li><a href="/community-activities#community-organisers-lunch">Lunch</a></li>
106+
<li><a href="/community-activities#community-booths">Booths</a></li>
105107
</ul>
106108
</div>
107109

0 commit comments

Comments
 (0)