Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions src/data/home/intro.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: EuroPython Prague, You're invited!
title: EuroPython is back in Prague for 2025
---

We are excited to welcome you back to Prague once again for EuroPython 2025!
This is the 24th edition of EuroPython, the oldest and longest-running
volunteer-led Python programming conference on the planet! Join us in July in
the vibrant Bohemian city Prague. We'll be together, celebrating our shared
passion for Python and its community!
- 1500 partcipants
- 200 sessions
- 200 speakers
- Social events

A week of all things Python:

Expand Down
21 changes: 11 additions & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ deadlines = deadlines
title="EuroPython 2025 | July 14th-20th 2025 | Prague, Czech Republic & Remote"
description="EuroPython is the largest Python conference in Europe. We are looking forward to seeing you in Prague, Czech Republic & Remote from July 14th-20th 2025."
>
<Fullbleed>
<Hero />
</Fullbleed>

<CardContainer>
{deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)}
</CardContainer>

<div class="mt-40 px-6 pb-40 overflow-visible">
<div class="mt-20 px-6 pb-40 overflow-visible">
<HeroWithCTA>
<Title className="mb-2">
{intro.frontmatter.title}
Expand All @@ -51,7 +43,16 @@ deadlines = deadlines
</HeroWithCTA>
</div>

<div class="mb-40">
<CardContainer>
{deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)}
</CardContainer>

<CardContainer>
{deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)}
</CardContainer>


<div class="mt-40 mb-40">
<Prague title={venue.frontmatter.title}>
<venue.Content />
</div>
Expand Down
Loading