Skip to content

Commit 44b41bf

Browse files
committed
PoC for accordion-style session types on FAQ
1 parent 467ac2f commit 44b41bf

File tree

1 file changed

+84
-5
lines changed

1 file changed

+84
-5
lines changed

src/content/pages/faq.mdx

Lines changed: 84 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,96 @@ Need help getting around? Check out [how to navigate Prague](/where) and our vol
4141

4242
## **Q. What will the schedule look like?**
4343

44-
A. The conference will be organised into three phases:
44+
A. The conference will be structured into three phases:
4545

46-
1. **Monday & Tuesday (14 & 15 July):** Tutorials & Workshops
46+
1. **Monday & Tuesday (14 & 15 July):** Tutorials Days
4747
2. **Wednesday – Friday (16 – 18 July):** Main Conference Days
4848
3. **Saturday & Sunday (19 & 20 July):** Sprint Days
4949

5050
## **Q. What will the programme include?**
5151

52-
A. Expect a diverse programme with around **20 hands-on tutorials & workshops**, **120 talks**, and interactive discussions and events.
53-
54-
We aim to cover the many ways Python is used to solve problems and create exciting projects.
52+
A. Expect a diverse programme with around 20 hands-on tutorials & workshops during the Tutorial Days, 120 talks, and interactive discussions and events during the Main Conference Days.
53+
54+
We aim to cover the many ways Python is used to solve problems and create exciting projects. Below is a brief overview of the different session types:
55+
56+
<details class="group mb-4">
57+
<summary
58+
aria-expanded="false"
59+
aria-controls="tutorials-content"
60+
class="cursor-pointer flex justify-between p-2 rounded-md border-t border-b focus:ring-2">
61+
<span class="font-semibold">Tutorials</span>
62+
<span aria-hidden="true" class="group-open:hidden">+</span>
63+
<span aria-hidden="true" class="group-open:block hidden">−</span>
64+
</summary>
65+
66+
<div id="tutorials-content">
67+
**Tutorials**: interactive, hands-on sessions lasting 180 minutes, focusing on learning by doing, often with live coding and exercises. Tutorials take place on **Tutorial Days**.
68+
69+
The rooms vary in size, with some accommodating up to 40 participants and others up to 100.
70+
71+
Attendees with an eligible ticket to attend tutorials can choose which session to attend on a **first-come, first-served** basis, with no specific signup required.
72+
</div>
73+
</details>
74+
75+
<details class="group mb-4">
76+
<summary
77+
aria-expanded="false"
78+
aria-controls="workshops-content"
79+
class="cursor-pointer flex justify-between p-2 rounded-md border-t border-b focus:ring-2">
80+
<span class="font-semibold">Workshops</span>
81+
<span aria-hidden="true" class="group-open:hidden">+</span>
82+
<span aria-hidden="true" class="group-open:block hidden">−</span>
83+
</summary>
84+
85+
<div id="workshops-content">
86+
**Workshops**: typically community-led, full-day sessions focused on practical skills. Workshops typically involve extensive group work,
87+
with the guidance of the tutors to ensure effective learning and active participation.
88+
89+
Workshops usually take place on **Tutorial Days**, with 20-40 participants. Signup information can typically be found under ***Events*** in the website menu.
90+
91+
Past highlights have included Django Girls, HumbleData, and Beginners Day, designed to engage people of all experience levels.
92+
</div>
93+
</details>
94+
95+
<details class="group mb-4">
96+
<summary
97+
aria-expanded="false"
98+
aria-controls="summits-content"
99+
class="cursor-pointer flex justify-between p-2 rounded-md border-t border-b focus:ring-2">
100+
<span class="font-semibold">Summits</span>
101+
<span aria-hidden="true" class="group-open:hidden">+</span>
102+
<span aria-hidden="true" class="group-open:block hidden">−</span>
103+
</summary>
104+
105+
<div id="summits-content">
106+
**Summits**: unconference-style, topic-focused full-day gatherings for subject experts. These sessions focus on knowledge sharing
107+
and exploration of key issues within specific fields.
108+
109+
Summits usually take place on **Tutorial Days**, with around 30 participants or fewer. Signup information can typically be found under ***Events*** in the website menu.
110+
111+
Past highlights have included topics like C-API and WASM.
112+
</div>
113+
</details>
114+
115+
<details class="group mb-4">
116+
<summary
117+
aria-expanded="false"
118+
aria-controls="talks-content"
119+
class="cursor-pointer flex justify-between p-2 rounded-md border-t border-b focus:ring-2">
120+
<span class="font-semibold">Talks</span>
121+
<span aria-hidden="true" class="group-open:hidden">+</span>
122+
<span aria-hidden="true" class="group-open:block hidden">−</span>
123+
</summary>
124+
125+
<div id="talks-content">
126+
**Talks** are conference presentations, each typically lasting 30 or 45 minutes. There are 6 parallel tracks, with around 120 talks in total,
127+
covering a broad range of Python-related topics.
128+
129+
Many talks include a **Q&A session**, allowing attendees to engage with the speaker and dive deeper into the topic.
130+
131+
Talks take place on **Main Conference Days**.
132+
</div>
133+
</details>
55134

56135
Curious about what to expect? Check out the [EP2024 programme](https://ep2024.europython.eu/schedule/) for inspiration.
57136

0 commit comments

Comments
 (0)