Skip to content

Commit 24640d0

Browse files
committed
Add content
1 parent 31ff94b commit 24640d0

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

src/pages/overview.astro

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,41 @@
11
---
2-
32
import Layout from "../layouts/Layout.astro";
4-
3+
import Headline from "@ui/Headline.astro"
54
---
65

76
<Layout
87
title="EuroPython 2025 | July 14th-20th 2025 | Prague, Czech Republic & Remote"
98
description="EuroPython is the largest Python conference in Europe. We are looking forward to seeing you in Prague, Czech Republic & Remote from July 14th-20th 2025."
109
>
11-
<div class="events-container w-full">
12-
<div class="header">
13-
</div>
10+
<Headline id="oveview" title="Programme & Events Overview" center=true />
1411

12+
<div class="events-container w-full">
1513
<div class="decorative-border"></div>
1614

1715
<div class="events-grid">
1816
<div class="event-category">
1917
<h3>Talks, Tutorials & Posters</h3>
2018
<ul class="event-list">
21-
<li>119 talks</li>
22-
<li>6 keynotes</li>
23-
<li>16 tutorials</li>
19+
<li>~120 talks</li>
20+
<li>~20 tutorials</li>
21+
<li>5–6 keynotes</li>
2422
<li>10 posters</li>
2523
</ul>
2624
</div>
2725

2826
<div class="event-category">
2927
<h3>Summits</h3>
3028
<ul class="event-list">
31-
<li>C API summit</li>
32-
<li>WASM summit</li>
29+
<li>Rust Summit</li>
30+
<li>WASM Summit</li>
31+
<li>C API Summit</li>
3332
</ul>
3433
</div>
3534

3635
<div class="event-category">
3736
<h3>PyLadies Sessions</h3>
3837
<ul class="event-list">
39-
<li>#IAmRemarkable workshop</li>
40-
<li>Meet & Greet with PyLadies</li>
41-
<li>Modern self-defense</li>
42-
<li>PyLadies Lunch</li>
38+
<li>Will be added soon!</li>
4339
</ul>
4440
</div>
4541

@@ -54,19 +50,22 @@ import Layout from "../layouts/Layout.astro";
5450
<div class="event-category">
5551
<h3>Community Organizers' Sessions</h3>
5652
<ul class="event-list">
57-
<li>Django Software Foundation</li>
58-
<li>Python Events Organizers</li>
59-
<li>EuroPython Society</li>
53+
<li>Will be added soon!</li>
6054
</ul>
6155
</div>
6256

6357
<div class="event-category">
64-
<h3>Social Events</h3>
58+
<h3>Social & Networking Events</h3>
6559
<ul class="event-list">
6660
<li>Speakers' dinner</li>
67-
<li>Main social event</li>
68-
<li>Boat cruise</li>
69-
<li>PyBurger</li>
61+
<li>More events will be added soon!</li>
62+
</ul>
63+
</div>
64+
65+
<div class="event-category">
66+
<h3>Open spaces</h3>
67+
<ul class="event-list">
68+
<li>Will be added soon!</li>
7069
</ul>
7170
</div>
7271

0 commit comments

Comments
 (0)