Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
Binary file added src/content/pages/images/social-event-games.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/content/pages/images/social-event-jam.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/content/pages/images/social-event-venue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions src/content/pages/social-event.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: Thursday Social Event
subtitle: Thursday Social Event
---
import { Image } from "astro:assets";
import socialVenueImage from "./images/social-event-venue.jpg";
import socialEventGamesImage from "./images/social-event-games.jpg";
import socialEventJamImage from "./images/social-event-jam.jpg";

# Join Us on Střelecký Island for a Relaxed Summer Evening

Right in the heart of Prague, surrounded by the Vltava River and historic architecture, Střelecký Island sets the stage for our main social event. Expect a laid-back evening with:

* **Beautiful riverside seating** in a green setting just minutes from the city center—plenty of space to chill.
* **Board games**, with a dedicated zone for group fun.
* **Quiet corners** to relax, chat, or simply enjoy the atmosphere.
* **Live music and jamming**—bring your instruments or join in with others for a jam session!

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

## Bring Your Board Games

We’ll have space reserved for board games, so whether you're into competitive strategy or casual party games, bring your favorites along!

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

## Bring Your Instruments

Music has been a highlight of the past year, and we’re keeping that tradition alive. You’re welcome to bring your own instruments or borrow one from the local community. Let’s make some music together!

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

## Tickets

**Please note:** This event is not included in the conference ticket.

Tickets will be available soon via our ticket shop and will be limited in number. Keep an eye on our announcements on social media and newsletter to make sure you don’t miss out.



## When & Where?

🗓 **Thursday, July 17th at 7 PM**
📍 [Střelecký Island, Prague](https://www.google.com/maps/place/St%C5%99eleck%C3%BD+Island/@50.0808254,14.4100926,138m/data=!3m1!1e3!4m6!3m5!1s0x470b94fac3cf3515:0x80d309307da30232!8m2!3d50.0812108!4d14.4098907!16s%2Fg%2F1v8kzb1g?hl=en&entry=ttu)



## Getting There

* **By tram:** Take a tram to the National Theater (Národní divadlo) and walk about 10 minutes.
* **On foot:** It's a 45-minute walk from the main venue, the Prague Congress Centre. [See route](https://www.google.com/maps/dir/Prague+Congress+Centre,+5.+kv%C4%9Btna,+Prague+4-Nusle/Evropsk%C3%A1,+110+00+Praha+1/@50.0718683,14.4156421,2450m/data=!3m1!1e3!4m14!4m13!1m5!1m1!1s0x470b9464c186eb79:0x4d26855708eb61f7!2m2!1d14.4290206!2d50.0625764!1m5!1m1!1s0x470b94fac41def41:0xae8da1e743b2f72b!2m2!1d14.41021!2d50.081393!3e2?hl=en&entry=ttu)



## Food & Drinks

We’ll offer a variety of light snacks, including vegetarian, vegan, and gluten-free options.
A range of drinks will be available—both alcoholic and non-alcoholic.
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"name": "Beginners' Day",
"path": "/beginners-day"
},
{
"name": "Thursday Social Event",
"path": "/social-event"
},
{
"name": "WASM Summit",
"path": "/wasm-summit"
Expand Down