Skip to content
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
3 changes: 2 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import links from "@data/links.json";
<section
id="navbar"
>
<a href="/remote" class="hover:underline hover:text-primary-hover text-center px-2 bg-secondary text-white font-bold fixed top-0 w-full h-[40px] z-50 flex items-center justify-center">Can’t join us in Prague? Attend remotely — online options available!</a>
<div
class="container max-w-[1150px] mx-auto px-6 py-2 mt-1 lg:p-2 lg:mt-6 flex items-center justify-between relative z-40 bg-white/80 rounded-full backdrop-blur-md shadow-lg"
class="container max-w-[1150px] mx-auto px-6 py-2 mt-12 lg:p-2 lg:mt-14 flex items-center justify-between relative z-40 bg-white/80 rounded-full backdrop-blur-md shadow-lg"
>
<input
type="checkbox"
Expand Down
Binary file added src/content/pages/images/discord.png
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/remote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions src/content/pages/remote.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: EuroPython 2025 Remote
subtitle: Join EuroPython 2025 remotely!
toc: true
---

import { Image } from "astro:assets";
import discord from "./images/discord.png";
import remote from "./images/remote.png";

# EuroPython 2025 Remote

As happy as we are about finally being able to see many friends in [Prague](/prague)
this year, we are also aware that many of you will not be able to make it in-person.
Again, we present you EuroPython 2025 remote:
Wherever you are based, let's celebrate Python and our community, rejoice at our diversity,
learn and have fun in Prague and beyond! In this spirit, we strive to make the remote participation
as interactive as possible.
<Image src={remote} width="1200" alt="" />

## What is included in the remote ticket?
Remote participation between 16-18 July (Wednesday - Friday):
- Livestreams of Keynotes, panel discussions, all 6 tracks of talks.
- Live participation (text-based) on Q&A session post-talks.
- Text-based discussions with available speakers.
- Online job board and chat with sponsors at the remote booths.
- On-demand viewing, which will be available hours after the live stream.

<Note type="warning">Tutorials and Workshops on 14 and 15 July will not be streamed.</Note>

## What changes ###
This year, we will **NOT** provide open and free access to the livestreams of our conference talks (16-18 July).
If you would like to watch EuroPython remotely, please consider purchasing a remote ticket.
Purchasing a remote ticket not only gives you access to the conference but also helps support the community!
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@
{
"name": "Childcare",
"path": "/childcare"
},
{
"name": "Remote",
"path": "/remote"
}
]
},
Expand Down