diff --git a/src/data/home/intro.md b/src/data/home/intro.md index aa7d51ee..60bfd446 100644 --- a/src/data/home/intro.md +++ b/src/data/home/intro.md @@ -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: diff --git a/src/pages/index.astro b/src/pages/index.astro index 6d67e410..e5bfa38f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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." > - - - - - - {deadlines.map((deadline) => )} - - -
+
{intro.frontmatter.title} @@ -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>