Skip to content

Commit ec0296e

Browse files
authored
Pyladies Lunch (#227)
1 parent df8b1af commit ec0296e

File tree

2 files changed

+123
-0
lines changed

2 files changed

+123
-0
lines changed

src/_data/menuItems.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
{
8181
"name": "Open Spaces",
8282
"link": "program/open-spaces"
83+
},
84+
{
85+
"name": "PyLadies Lunch",
86+
"link": "program/pyladies-lunch"
8387
}
8488
]
8589
},

src/program/pyladies-lunch.njk

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
---
2+
title: PyLadies Luncheon
3+
description: PyLadies Luncheon at PyCon India 2025
4+
layout: base.njk
5+
---
6+
7+
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
8+
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">
9+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#FFFFFF] text-center lg:text-left">
10+
PyLadies Luncheon at PyCon India 2025
11+
</div>
12+
<div class="text-md lg:text-xl pt-12 text-[#FFFFFF] lg:pr-10 text-justify">
13+
<p>An afternoon of connection, community, and celebration. We’re excited to welcome you to the PyLadies Luncheon, a warm and welcoming gathering hosted by PyLadies India at PyCon India 2025!</p>
14+
</div>
15+
</div>
16+
<div class="lg:w-[30%] w-[80%] lg:mt-32 flex items-center justify-center mx-auto">
17+
<img src="{{ env.baseUrl }}img/assets/team.svg" alt="Scholarship Guide" class="w-[80%] transition-transform duration-100" style="animation: floating 2s ease-in-out infinite;">
18+
</div>
19+
</div>
20+
21+
22+
<div class="main-container pt-16 md:pt-48 bg-lavender w-full h-auto px-[6%]">
23+
<div class="pb-40 md:pb-60 lg:pb-[20%] w-full text-justify lg:w-[70%]">
24+
<div class="mt-24 md:-mt-32 lg:-mt-20 text-md lg:text-xl font-light">
25+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
26+
<p>Who is it for?</p>
27+
</div>
28+
<div class="pt-6 text-[#000000] lg:pr-10">
29+
<p class="pb-4">
30+
This luncheon is specially curated for women and gender minorities in the Python community. It doesn't matter whether you're a first-time attendee, a hobbyist coder, or a seasoned developer contributing to impactful projects - this space is for you.
31+
</p>
32+
</div>
33+
</div>
34+
35+
<div class="mt-16 text-md lg:text-xl font-light">
36+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
37+
<p>Why should you join?</p>
38+
</div>
39+
<div class="pt-6 text-[#000000] lg:pr-10">
40+
<p class="pb-4">
41+
Step away from the hustle of talks and workshops, and step into a safe, supportive space to:
42+
</p>
43+
<ul class="list-none">
44+
<li class="flex">
45+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
46+
<span>Meet and bond with like-minded community members.</span>
47+
</li>
48+
<li class="flex">
49+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
50+
<span>Share stories of growth, challenges, and resilience in technology.</span>
51+
</li>
52+
<li class="flex">
53+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
54+
<span>Spark conversations around projects, ideas, and initiatives from across India.</span>
55+
</li>
56+
</ul>
57+
<p class="pb-4">
58+
Whether you want to network, unwind, or simply enjoy a meal in good company, this luncheon is designed for you.
59+
</p>
60+
</div>
61+
</div>
62+
63+
<div class="mt-16 text-md lg:text-xl font-light">
64+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
65+
<p>When & Where?</p>
66+
</div>
67+
<div class="pt-6 text-[#000000] lg:pr-10">
68+
<p class="pb-2">
69+
<span class="font-bold">Date: </span>September 13, 2025
70+
</p>
71+
<p class="pb-2">
72+
<span class="font-bold">Venue: </span>NIMHANS Convention Centre, Bengaluru
73+
</p>
74+
<p class="pb-2">
75+
<span class="font-bold">Time: </span>During the regular PyCon India lunch hours
76+
</p>
77+
</div>
78+
</div>
79+
80+
<div class="mt-16 text-md lg:text-xl font-light">
81+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
82+
<p>What to Expect?</p>
83+
</div>
84+
<div class="pt-6 text-[#000000] lg:pr-10">
85+
<ul class="list-none">
86+
<li class="flex">
87+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
88+
<span>Meaningful conversations about Python, career paths, inclusion, and community.</span>
89+
</li>
90+
<li class="flex">
91+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
92+
<span>Opportunities to meet mentors, collaborators, and like-minded folks.</span>
93+
</li>
94+
<li class="flex">
95+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
96+
<span>A chance to deepen the PyLadies India network and expand its impact.</span>
97+
</li>
98+
</ul>
99+
</div>
100+
</div>
101+
102+
<div class="mt-16 text-md lg:text-xl font-light">
103+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
104+
<p>Why it Matters?</p>
105+
</div>
106+
<div class="pt-6 text-[#000000] lg:pr-10">
107+
<p class="pb-4">
108+
This is more than just a lunch - it's a space to amplify voices, celebrate journeys, and build connections that go beyond the conference. Together, we're shaping a more inclusive and supportive Python ecosystem, one plate and one conversation at a time.
109+
</p>
110+
</div>
111+
</div>
112+
113+
<div class="mt-16 text-md lg:text-xl italic font-medium">
114+
<p>
115+
The PyLadies Luncheon is proudly hosted by PyLadies India. Seating is limited, so we encourage you to arrive on time and make the most of this wonderful opportunity for connection.
116+
</p>
117+
</div>
118+
</div>
119+
</div>

0 commit comments

Comments
 (0)