diff --git a/src/content/pages/hotels.md b/src/content/pages/hotels.md new file mode 100644 index 000000000..6371d3715 --- /dev/null +++ b/src/content/pages/hotels.md @@ -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¤cy=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¤cy=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) diff --git a/src/data/links.json b/src/data/links.json index 7c6825d53..10bfb8cd3 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -72,6 +72,10 @@ { "name": "Venue", "path": "/venue" + }, + { + "name": "Hotels", + "path": "/hotels" } ] },