Skip to content

Add hotels again #1225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 14, 2025
Merged
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
34 changes: 34 additions & 0 deletions src/content/pages/hotels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Hotels
subtitle: Hotels
---

## Hotels

EuroPython does **not** have an official accommodation partner and we **cannot**
guarantee lower prices through any specific provider.

However, we’ve arranged discount coupons for EuroPython attendees at the hotels
listed below. These may offer better rates, but it's entirely up to you to
decide whether booking with the coupon or through other platforms.

### Occidental Prague Wilson (Prague 1)

Address: Václavské náměstí 812/59, 110 00 Nové Město

Use the following link to apply the EuroPython discount coupon directly:
[link](https://reservation.barcelo.com/?bep=CERES&hotel=7311&arrive=2025-07-14&depart=2025-07-20&rooms=1&store=en-ie&theme=initialTheme&adult=1&marketprice=EUR&country=cz&marketcampaign=REMEA&locale=en-gb&currency=EUR&category=urban&be_redirect=ceres&usercurrency=EUR&coupon=EUROPYTHON)

### Occidental Prague (Prague 4)

Address: Na Strži 1660/32, 140 00 Krč

Use the following link to apply the EuroPython discount coupon directly:
[link](https://reservation.barcelo.com/?bep=CERES&hotel=7302&arrive=2025-07-14&depart=2025-07-20&rooms=1&store=en-ie&theme=initialTheme&adult=1&marketprice=EUR&country=cz&marketcampaign=REMEA&locale=en-gb&currency=EUR&category=urban&be_redirect=ceres&usercurrency=EUR&coupon=EUROPYTHON)

### Grand Hotel Prague Towers (Prague 4)

Address: Kongresová 1655/1, 140 69 Nusle

Use the following link to apply the EuroPython discount coupon directly:
[link](https://hoteltowers.cz/en/booking-search/?currency=EUR&adults=2&loaded=1&datein=2025-07-14&dateout=2025-07-20&promo=EP2025)
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
{
"name": "Venue",
"path": "/venue"
},
{
"name": "Hotels",
"path": "/hotels"
}
]
},
Expand Down