File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ title: EuroPython 2025 Open Spaces
33subtitle : Organise or join an open space at EuroPython 2025!
44---
55
6+ import { Image } from ' astro:assets' ;
7+ import anacondaLogo from ' ../sponsors/anaconda/anaconda.svg' ;
8+
69# EuroPython 2025 Open Spaces
710
811At EuroPython 2025, Open Spaces offer a unique opportunity for attendees to
@@ -78,3 +81,18 @@ Open Space sessions can cover a wide range of topics, such as:
7881
7982… and anything else you want to explore together — non-coding stuff is very
8083welcomed too!
84+
85+ ## Big Thanks to Our Sponsor
86+
87+ <div class = " flex justify-center" >
88+ <a href = " https://www.anaconda.com" target = " _blank" rel = " noopener noreferrer" class = " hover:scale-110" >
89+ <Image
90+ src = { anacondaLogo }
91+ alt = " Anaconda"
92+ width = { 200 }
93+ height = { 80 }
94+ />
95+ </a >
96+ </div >
97+
98+ <span class = " text-lg text-center block" >We're grateful to have ** Anaconda** as our ** Open Space sponsor** !</span >
You can’t perform that action at this time.
0 commit comments