Skip to content

Commit 7fd85d5

Browse files
Add basic PyLadies page (#1299)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e69b5bb commit 7fd85d5

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

src/content/pages/pyladies.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: PyLadies Events—Lunch, Workshops & Networking
3+
subtitle: Lunch, Workshops & Networking
4+
---
5+
6+
# PyLadies Events
7+
8+
We’re excited to announce a range of events for underrepresented groups in
9+
computing this year! 🎉 Whether you're new to PyLadies or a long-time supporter,
10+
we warmly welcome you to join us and be part of our supportive community.
11+
12+
These events are open only to those who have a conference ticket, giving our
13+
attendees an exclusive opportunity to connect, share, and grow together.
14+
15+
![](./images/pyladies-events.jpg)
16+
17+
## PyLadies Lunch
18+
19+
Join us for a special lunch event aimed at fostering community and empowerment
20+
in tech. Enjoy meaningful conversations and networking opportunities.
21+
22+
WHEN? Thursday, 17th July 2025, 12:30 to 14:00.
23+
24+
WHERE? Prague Congress Centre (PCC), VIP lunch area.
25+
26+
## More Events Coming Soon!
27+
28+
<!--
29+
## #IAmRemarkable
30+
Empower yourself in this workshop designed to help you celebrate your achievements and improve your self-promotion skills.
31+
32+
WHEN?
33+
Thursday, 17th July 2024, 15:30 to 17:00.
34+
35+
WHERE?
36+
Prague Congress Centre (PCC), Open Space 2 (Room 224)
37+
38+
![](./images/iamremarkable.png)
39+
40+
41+
## Meet & Greet with PyLadies
42+
Take advantage of this unique networking opportunity to meet and connect with experienced members of PyLadies. Gain valuable insights, advice, and inspiration for your Python and life journeys.
43+
44+
WHEN?
45+
Thursday, 17th July 2024, 15:30 to 17:00.
46+
47+
WHERE?
48+
Prague Congress Centre (PCC), Open Space 2 (Room 223)
49+
50+
51+
# How To Apply?
52+
Capacity is limited. Please apply soon!
53+
To reserve your seat and confirm your participation in these events, please fill in the form below.
54+
55+
<div class="text-center mb-8">
56+
<ButtonLink href="https://docs.google.com/forms/d/e/1FAIpQLSdMIIK7jH7uzrBYbsLmetXBdcydAcdhpFxl_9K4jdRzdRx5zA/viewform">Register for PyLadies Events now!</ButtonLink>
57+
</div> -->

src/data/links.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"name": "Thursday Social Event",
4949
"path": "/social-event"
5050
},
51+
{
52+
"name": "PyLadies Events—Lunch, Workshops & Networking",
53+
"path": "/pyladies"
54+
},
5155
{
5256
"name": "WASM Summit",
5357
"path": "/session/webassembly-summit"
@@ -217,6 +221,14 @@
217221
"name": "Beginners' Day",
218222
"path": "/beginners-day"
219223
},
224+
{
225+
"name": "Thursday Social Event",
226+
"path": "/social-event"
227+
},
228+
{
229+
"name": "PyLadies Events—Lunch, Workshops & Networking",
230+
"path": "/pyladies"
231+
},
220232
{
221233
"name": "WASM Summit",
222234
"path": "/session/webassembly-summit"

0 commit comments

Comments
 (0)