diff --git a/src/content/pages/images/pyvo-social.jpg b/src/content/pages/images/pyvo-social.jpg new file mode 100644 index 000000000..64ca6414a Binary files /dev/null and b/src/content/pages/images/pyvo-social.jpg differ diff --git a/src/content/pages/pyvo.mdx b/src/content/pages/pyvo.mdx new file mode 100644 index 000000000..1015e8f19 --- /dev/null +++ b/src/content/pages/pyvo.mdx @@ -0,0 +1,29 @@ +--- +title: Wednesday Local Community Drinks +subtitle: Wednesday Local Community Drinks +--- + +## About Pyvo +“Pivo” means beer in Czech—and Pyvo is a casual meetup for Python enthusiasts and fans of related technologies that happen in cities across the country. In Prague, Pyvo usually takes place every third Wednesday of the month. And this July, it’s happening during EuroPython! + + +## Pyvo @ EuroPython +Come join us for a special summer edition of Pyvo in Prague! We’re hosting a relaxed **grill & chill** where you can meet the local Python community and enjoy the summer vibes! + +## Where and When? + +* 🗓️ Date: 19 July 2023, starting at 18:30 +* 📍 Location: [beer garden Na Hradbách](https://www.google.com/maps/place/Na+Hradb%C3%A1ch/@50.0636012,14.4194329,488m/data=!3m2!1e3!4b1!4m6!3m5!1s0x470b950f8b5821c1:0xedde8ade9cc53dcc!8m2!3d50.0636012!4d14.4220078!16s%2Fg%2F11kjyc47st?hl=en&entry=ttu&g_ep=EgoyMDI1MDcwOS4wIKXMDSoASAFQAw%3D%3D) — just a 10-minute walk from the Prague Congress Centre +* 💸 Price: free to attend +* 🍴 Food will be provided, including vegan, vegetarian, and gluten-free options — and you’re welcome to order more from the grill if you'd like + +Address: [V Pevnosti, 128 00 Praha 2-Vyšehrad, Czechia](https://www.google.com/maps/place/Na+Hradb%C3%A1ch/@50.0636012,14.4194329,488m/data=!3m2!1e3!4b1!4m6!3m5!1s0x470b950f8b5821c1:0xedde8ade9cc53dcc!8m2!3d50.0636012!4d14.4220078!16s%2Fg%2F11kjyc47st?hl=en&entry=ttu&g_ep=EgoyMDI1MDcwOS4wIKXMDSoASAFQAw%3D%3D) + +## Special Guests +### PyLadies +PyLadies is a global mentorship group supporting women in becoming active contributors and leaders in the Python open-source world. This is a great chance to connect with fellow women in tech, grow your network, and share your stories. + +### Django Software Foundation +Did you know Django turns 20 this year? Come celebrate with us—there’ll be drinks, good vibes, and a cake! + +![Pyvo social event venue](./images/pyvo-social.jpg) diff --git a/src/data/links.json b/src/data/links.json index 6d9ce87ec..9ce49877c 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -44,6 +44,10 @@ "name": "Speakers' Dinner", "path": "/speakers-dinner" }, + { + "name": "Wednesday Local Community Drinks", + "path": "/pyvo" + }, { "name": "Beginners' Day", "path": "/beginners-day" @@ -261,6 +265,10 @@ "name": "Beginners' Day", "path": "/beginners-day" }, + { + "name": "Wednesday Local Community Drinks", + "path": "/pyvo" + }, { "name": "Thursday Social Event", "path": "/social-event" diff --git a/src/pages/overview.astro b/src/pages/overview.astro index 12191f8ba..493be060b 100644 --- a/src/pages/overview.astro +++ b/src/pages/overview.astro @@ -122,6 +122,7 @@ const imageStyle = "m-2 md:float-right lg:float-none max-w-[300px] md:max-w-[400