Skip to content

Commit eeb9431

Browse files
committed
Add images to remote page
1 parent b937f54 commit eeb9431

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed
332 KB
Loading
2.09 MB
Loading

src/content/pages/remote.mdx

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,50 @@ subtitle: Join EuroPython 2025 remotely!
44
toc: true
55
---
66

7+
import { Image } from "astro:assets";
8+
import discord from "./images/discord.png";
9+
import remote from "./images/remote.png";
10+
711
# EuroPython 2025 Remote
812

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

16-
### How to participate in the conference remotely?
21+
## How to participate in the conference remotely?
1722

1823
- To participate in the conference interactively (and have guaranteed access to livestreams), a "remote ticket" registration is required. See details and pricing on the [Tickets information](/tickets#remote-tickets) page.
19-
- All ticket holders will receive a link to join our Discord server for the conference.
24+
- All ticket holders will receive a link to join our [Discord server](/discord) for the conference.
25+
<Image src={discord} width="1200" alt="" />
2026

21-
*Note: in-person ticket holders will be provided with remote event access as well.*
27+
<Note>in-person ticket holders will be provided with remote event access as well.</Note>
2228

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

31-
*Note: Tutorials and Workshops on 8 and 9 July will not be streamed.*
37+
<Note type="warning">Tutorials and Workshops on 8 and 9 July will not be streamed.</Note>
3238

33-
### What changes ###
39+
## What changes ###
3440
This year, we will **NOT** provide open and free access to the livestreams of our conference talks (16-18 July).
3541
If you would like to watch EuroPython remotely, please consider purchasing a remote ticket.
3642
Purchasing a remote ticket not only gives you access to the conference but also helps support the community!
3743

38-
### Livestreams without interaction ###
44+
## Livestreams without interaction ###
3945
As per our tradition, we also provide open and free access to the livestreams of our conference talks (19-21 July). You are not required to register a ticket, but you are welcome to if you would like an email reminder or receive up-to-date information about the conference.
4046

4147
But The free livestream-only ticket does not include support and you will be unable to interact with the speakers or other in-person audience. Consider getting a remote ticket instead.
4248

4349
{/*
44-
### YouTube Links Every Day ###
50+
## YouTube Links Every Day ###
4551
4652
<Button text="Enjoy all EuroPython 2025 Livestreams" url="https://youtube.com/playlist?list=PL8uoeex94UhFzv6hQ_V02xfMCcl8sUr4p" >Why list many links when you have a playlist?</Button>
4753
*/}

0 commit comments

Comments
 (0)