diff --git a/src/content/pages/open-spaces.mdx b/src/content/pages/open-spaces.mdx index 7b860159a..90ac7937d 100644 --- a/src/content/pages/open-spaces.mdx +++ b/src/content/pages/open-spaces.mdx @@ -3,6 +3,9 @@ title: EuroPython 2025 Open Spaces subtitle: Organise or join an open space at EuroPython 2025! --- +import { Image } from 'astro:assets'; +import anacondaLogo from '../sponsors/anaconda/anaconda.svg'; + # EuroPython 2025 Open Spaces 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: … and anything else you want to explore together — non-coding stuff is very welcomed too! + + + +
+ + Anaconda + +
+ +We're grateful to have Anaconda as our Open Space sponsor! diff --git a/src/pages/[...slug].astro b/src/pages/[...slug].astro index d6e100f90..ea2d6c231 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -2,6 +2,7 @@ import { type CollectionEntry, getCollection } from "astro:content"; import Layout from "@layouts/MarkdownLayout.astro"; +import Headline from "@ui/Headline.astro"; import Separator from "@ui/Separator.astro"; import Map from "@components/Map.astro"; import YouTube from "@ui/YouTube.astro"; @@ -56,6 +57,7 @@ const description = post.data.subtitle; {

No sprints are currently available. Check back soon!

)} + + + +
+ + Anaconda + +
+ + We're grateful to have Anaconda as our Sprints sponsor! +