Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
46 changes: 10 additions & 36 deletions src/components/hero-section/prague.astro
Original file line number Diff line number Diff line change
@@ -1,40 +1,14 @@
---
import Prose from "../prose/prose.astro";
import Button from "@ui/Button.astro";
import { Title } from "../typography/title";
import { Image } from "astro:assets";

export interface Props {
title: string;
}

const { title } = Astro.props;

import venueImage from "./prague.png";
import venueImage from "./prague3.jpg";
---

<article class="lg:grid gap-12 grid-cols-2">
<div class="relative hidden lg:block">
<Image
src={venueImage}
class="w-full h-auto border-4 border-white rounded-lg shadow-lg"
alt="Beautiful view of Prague"
width={1200}
height={900}
/>
</div>
<div class="flex flex-col justify-center">
<Title level={2}>{title}</Title>

<Prose>
<slot />
</Prose>

<div class="space-x-4 mb-5">
<Button url="/where"> Where is EuroPython? </Button>
</div>
<div class="space-x-12">
<Button url="/explore"> Explore Prague </Button>
</div>
</div>
<article class="relative w-full h-[400px] md:h-[500px] bg-[#f5e5d6]">
<!-- Background image is grayscale, boosted in contrast/brightness,
and blended with the background, all in beige tones. -->
<div
class="absolute inset-0 bg-cover bg-center
filter grayscale brightness-110 contrast-150
mix-blend-multiply opacity-30"
style={`background-image: url(${venueImage.src});`}
/>
</article>
Binary file added src/components/hero-section/prague2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/hero-section/prague3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/components/sections/prague.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import PragueComponent from "@components/hero-section/prague.astro";
import * as venue from "../../data/home/prague.mdx";
---
<div class="mt-12 px-6 pb-32 overflow-visible">
<PragueComponent title={venue.frontmatter.title}>
<venue.Content />
</PragueComponent>
</div>
<div class="relative left-1/2 -translate-x-1/2 w-screen overflow-visible">
<PragueComponent title={venue.frontmatter.title}>
<venue.Content />
</PragueComponent>
</div>
136 changes: 0 additions & 136 deletions src/content/pages/explore.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subtitle: Frequently Asked Questions about EuroPython

The conference will return to **Prague, Czech Republic**, with the main conference hosted at the [Prague Congress Centre (PCC)](https://www.praguecc.cz/en/homepage).

Need help getting around? Check out [how to navigate Prague](/where) and our volunteer-curated [Prague exploration tips](/explore).
Need help getting around? Check out [how to navigate Prague](/prague) and our volunteer-curated [Prague exploration tips](/explore).

</Accordion>

Expand Down
128 changes: 128 additions & 0 deletions src/content/pages/prague.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
---
title: About Prague
subtitle: Everything you need to know about traveling to, getting around, and enjoying the city.
---

import { Image } from "astro:assets";
import venueImage from "./images/prague.jpg";

# Prague Exploration Tips

<Image src={venueImage} width="1200" alt="" />

<div class="mb-15"> </div>

At EuroPython, many attendees come with their families and friends. When you’re
not at the conference, why not take some time to explore Prague and its nearby
areas?

Below you’ll find tips and recommendations from our local volunteers. We hope they
help you and your companions make the most of your stay in Prague!

## Getting around

### How to get to Prague?
- **By public transport**: Check fares and routes on the [Prague Public Transport
website](https://www.dpp.cz/en). You can also install the [Lítačka app](https://app.pidlitacka.cz/)
for navigation and ticket purchases.
- **Planes**: [Prague's Václav Havel Airport (PRG)](https://www.prg.aero/en) is
well connected to the conference and sprints venue via public transport.
- **Trains**: Refer to [Czech Railways (České dráhy)](https://www.cd.cz/en/) for
timetables, bookings, and ticket prices.

### Public transport
In Prague, public transport is the recommended way to get around:
- You can use your regular bank cards for travel within Prague.
- Public transport is generally fast, reliable, and safe.
- After midnight, the metro stops running, but buses are available.

### Do I need to rent a car?
- Renting a car is typically unnecessary in Prague; parking is limited and often expensive.
- If you want to explore other towns, trains are convenient and affordable.

### Be prepared for the weather
- Temperatures often exceed 30°C, so carry plenty of water.
- Public fountains (and toilets) are rare; pack more water than you think you’ll need.
- Use sunscreen.
- It seldom rains, but when it does, showers are usually short. Seek shelter until they pass (typically within about half an hour).

## What to do while in Prague?

Prague offers countless activities. Here are just a few ideas:

### Resources
- [Prague.eu](https://www.prague.eu/en)
- [Timeout](https://www.timeout.com/prague)
- [My Prague - Insiders' Guide (audio)](https://english.radio.cz/node/8702571/o-poradu)
- [Honest Guide (videos)](https://www.youtube.com/@HONESTGUIDE)
- [USEIT Prague Map](https://www.use-it.travel/cities/detail/prague/)
- [Prague Tourist Information](https://praguetouristinformation.com/en/)
- [Prague.org](https://prague.org/)

### For culture and art lovers
- [Summer cinemas](https://www.praguest.com/en/outdoor-cinemas-in-prague)
- [DOX](https://www.dox.cz/en)
- [Museum Kampa](https://www.museumkampa.cz/en/)
- [National Museum](https://www.nm.cz/en)
- [House of the Black Madonna](https://en.wikipedia.org/wiki/House_of_the_Black_Madonna): A café in a cubist-style building

### For music lovers
- [Jazz Dock](https://www.jazzdock.cz/en) (live jazz on a boat)
- Žižkov area for live music in bars and pubs
- [Lucerna Music Bar](https://musicbar.cz/en/)
- [Prague Open Air Festival](https://www.pragueopenair.cz/)
- [More events here](https://goout.net/en/prague/events/leznyvlkk/?after=2025-07-14%2000%3A00&before=2025-07-20%2023%3A59)

### For party and clubbing enthusiasts
- [ROXY Prague](https://www.roxy.cz/en/): all genres
- [Lucerna Music Bar](https://musicbar.cz/en/): pop, sometimes alternative
- [Cross Club](https://www.crossclub.cz/en/): punk, alternative

### For nature lovers
- **Petřín Hill**: Prague’s version of the Eiffel Tower, with great views and a lovely Rose Garden
- **Vyšehrad**: Fortress near the venue, also a park perfect for a stroll
- **Riegrovy Sady**: Beautiful city view and a hidden rose garden
- [Prague Botanical Garden](https://www.botanicka.cz/en): 30 hectares of outdoor exhibits, plus the Fata Morgana Greenhouse
- **Divoká Šárka**: A small forest with the artificial lake Džbán
- **Kunratický Les**: Forest area
- **Hostivář**: Forest park with walking trails and swimming

### For sports and outdoor enthusiasts
- Paddleboarding and Kayaking: You can rent a board in Troja for a calm ride or try the rapids.
- Cycling: Enjoy a 10km path along the Vltava to Roztoky, visit Únětice Brewery, and return by train or ferry.
- Canoeing and Camping: Popular Czech pastimes — plan via [mapy.cz](https://mapy.cz/).

**Tip:** [mapy.cz](https://mapy.cz/) is great for hiking, canoeing, and planning routes with color-coded trails and campsite info.

## Where to eat & drink?

Prague is a haven for foodies. You’ll find everything from traditional Czech fare to vegan-friendly spots.

### Food recommendations
- 👎 **Trdelnik**: A tourist treat, not authentically Czech
- 👎 **Pražská šunka (Prague ham)** on the street: often a tourist trap
- 👍 **Nakládaný Hermelín**: Pickled camembert
- 👍 **Smažený sýr**: Fried cheese
- 👍 **Svíčková**: Meat with vegetable sauce and dumplings
- 👍 **Guláš**: Classic goulash

#### For veggies/vegans
- [Eateria](https://maps.app.goo.gl/52VnUHg1C8qWkSjC8): Vegan junk food (great burgers)
- [Pastva](https://maps.app.goo.gl/7tux1PYfSKcAdv6F7): European & healthy fare
- [Dhaba Beas](https://dhababeas.cz/en/): Cheap Indian/European buffets
- [Share Sweet & Espresso Bar](https://www.sharesweetbar.cz/en): Best vegan cakes

[HappyCow listings](https://www.happycow.net/europe/czech_republic/prague/?filters=vegan-vegetarian) show 89 vegan/vegetarian places in Prague, so finding options is easy. Traditional Czech restaurants usually offer fried cheese and French fries, sometimes pickled camembert as veggie choices.

If you’re hungry late at night, head to a kebab place for a falafel wrap or try the
Mexican chain Burrito Loco (they offer vegan options).

### Where to drink?
Enjoy socializing over drinks if you like:
- **Craft beer**: [Sibeeria Tap Room](https://maps.app.goo.gl/PrRja7hbprfnYqKN8),
Pivotéka, BeerGeek, [Zlý časy](https://maps.app.goo.gl/rCYojfxCJuXwZicAA), Matuška, Zíchovec
- **Pilsner-type beer**: Everywhere. For a milder, less-bitter taste, try Únětice.
For a more bitter flavor, opt for Plzeň/Pilsner, Kozel, or Radegast.

### All-day places for food, drink & socializing
- [Automat Matuška](https://automatmatuska.cz/en/)
2 changes: 1 addition & 1 deletion src/content/pages/test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Barking up the right tree
<img src="/img/eps-logo.png" alt="Logo of the EuroPython Society" width="400"/>
</a>

<a href="/where" target="_blank">
<a href="/prague" target="_blank">
This image is internal, in /src, so import is needed
<Image src={pragueImage} alt="A bird sitting on a nest of eggs." width="400" class="h-auto border-4 border-white rounded-lg shadow-lg"/>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/tickets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Discover the latest Python trends, learn from 180+ expert speakers, network with


## Where and When?
🏛️ <a href="/where" class="text-primary hover:text-primary-hover underline">Prague Congress Centre (PCC)</a>, Czech Republic
🏛️ <a href="/venue" class="text-primary hover:text-primary-hover underline">Prague Congress Centre (PCC)</a>, Czech Republic

<div class="bg-white text-black p-6 rounded-lg shadow-md w-full">
<p class="font-bold text-xl mb-4">A week of all things Python:</p>
Expand Down
Loading