Skip to content

Commit 75a4d81

Browse files
committed
add anaconda's logo to the open space page
1 parent 3ebf323 commit 75a4d81

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/content/pages/open-spaces.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: EuroPython 2025 Open Spaces
33
subtitle: 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

811
At 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
8083
welcomed 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>

0 commit comments

Comments
 (0)