Skip to content

Commit bdaf876

Browse files
nikoshellhypha
andauthored
Add Remote page (#1408)
Co-authored-by: hypha <[email protected]>
1 parent 2479563 commit bdaf876

File tree

5 files changed

+40
-1
lines changed

5 files changed

+40
-1
lines changed

src/components/Header.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import links from "@data/links.json";
1111
<section
1212
id="navbar"
1313
>
14+
<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>
1415
<div
15-
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"
16+
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"
1617
>
1718
<input
1819
type="checkbox"
332 KB
Loading
2.09 MB
Loading

src/content/pages/remote.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: EuroPython 2025 Remote
3+
subtitle: Join EuroPython 2025 remotely!
4+
toc: true
5+
---
6+
7+
import { Image } from "astro:assets";
8+
import discord from "./images/discord.png";
9+
import remote from "./images/remote.png";
10+
11+
# EuroPython 2025 Remote
12+
13+
As happy as we are about finally being able to see many friends in [Prague](/prague)
14+
this year, we are also aware that many of you will not be able to make it in-person.
15+
Again, we present you EuroPython 2025 remote:
16+
Wherever you are based, let's celebrate Python and our community, rejoice at our diversity,
17+
learn and have fun in Prague and beyond! In this spirit, we strive to make the remote participation
18+
as interactive as possible.
19+
<Image src={remote} width="1200" alt="" />
20+
21+
## What is included in the remote ticket?
22+
Remote participation between 16-18 July (Wednesday - Friday):
23+
- Livestreams of Keynotes, panel discussions, all 6 tracks of talks.
24+
- Live participation (text-based) on Q&A session post-talks.
25+
- Text-based discussions with available speakers.
26+
- Online job board and chat with sponsors at the remote booths.
27+
- On-demand viewing, which will be available hours after the live stream.
28+
29+
<Note type="warning">Tutorials and Workshops on 14 and 15 July will not be streamed.</Note>
30+
31+
## What changes ###
32+
This year, we will **NOT** provide open and free access to the livestreams of our conference talks (16-18 July).
33+
If you would like to watch EuroPython remotely, please consider purchasing a remote ticket.
34+
Purchasing a remote ticket not only gives you access to the conference but also helps support the community!

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@
342342
{
343343
"name": "Childcare",
344344
"path": "/childcare"
345+
},
346+
{
347+
"name": "Remote",
348+
"path": "/remote"
345349
}
346350
]
347351
},

0 commit comments

Comments
 (0)