Skip to content

Commit

Permalink
put venue information on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
artcz committed Mar 16, 2024
1 parent 125393b commit eae8579
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@ export default async function IndexPage() {
</Prose>
</HeroWithCTA>
</div>
{/*
{

<div className="mt-40 mb-40 px-6">
<HeroVenue title={venue.data.title}>
<MDXRemote {...venue.source} />
</HeroVenue>
</div>
/*
<Keynoters />
Expand Down
3 changes: 0 additions & 3 deletions data/home/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ Welcome to the 23rd EuroPython. We're 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!

Call for Proposals, Mentorship Programme, Financial Aid Programme
will be starting in February 2024

If you have any questions, feel free to contact us at [helpdesk@europython.eu](mailto:helpdesk@europython.eu).
6 changes: 3 additions & 3 deletions data/home/venue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Venues
---

- **The Tutorial and Conference days (17-21 July)**: at The Prague Congress Centre (the PCC) - **use Entrance 5 to get in**.
- **The Tutorial and Conference days (8-12 July)**: at The Prague Congress Centre (the PCC) - **use Entrance 5 to get in**.

- **Sprints (22-23 July)**: at The Rajska Building (RB), Žižkov Campus, VŠE (Prague University of Economics and Business).
<!--- **Sprints (22-23 July)**: at The Rajska Building (RB), Žižkov Campus, VŠE (Prague University of Economics and Business).-->

- Virtual participation will be announced at a later time.
- Sprints Venue & Virtual participation will be announced at a later time.

0 comments on commit eae8579

Please sign in to comment.