Skip to content

Commit f67013e

Browse files
committed
add a contact us page
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 958700c commit f67013e

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

src/_data/menuItems.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@
6161
"hasSubmenu": false,
6262
"isExternal": false
6363
},
64+
{
65+
"name": "About",
66+
"hasSubmenu": true,
67+
"submenu": [
68+
{
69+
"name": "Contact Us",
70+
"link": "about/contact-us"
71+
}
72+
]
73+
},
6474
{
6575
"name": "Code of Conduct",
6676
"hasSubmenu": true,

src/about/contact-us.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Contact Us
3+
description: |
4+
PyCon India 2025 is a purely volunteer community conference, driven by people passionate about Python.
5+
layout: page.njk
6+
---
7+
8+
Before reaching out to us, please read carefully the relevant pages on this website. Most of the questions would already be answered.
9+
If you still need help, don't hesitate to reach out to us.
10+
11+
<div class="text-[#000000] lg:pr-10">
12+
<ul class="list-none">
13+
<li class="flex">
14+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
15+
<span><span class="font-bold">Queries on topics not covered below:</span> <a href="mailto:[email protected]">contact [at] in.pycon.org</a></span>
16+
</li>
17+
<li class="flex">
18+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
19+
<span><span class="font-bold">Tickets:</span> <a href="mailto:[email protected]">tickets [at] in.pycon.org</a></span>
20+
</li>
21+
<li class="flex">
22+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
23+
<span><span class="font-bold">Sponsorships:</span> <a href="mailto:[email protected]">sponsorship [at] in.pycon.org</a></span>
24+
</li>
25+
<li class="flex">
26+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
27+
<span><span class="font-bold">Program Committee and Call for Proposals:</span> <a href="mailto:[email protected]">cfp [at] in.pycon.org</a></span>
28+
</li>
29+
<li class="flex">
30+
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
31+
<span><span class="font-bold">Code of Conduct Issues:</span> <a href="mailto:[email protected]">coc [at] in.pycon.org</a></span>
32+
</li>
33+
</ul>
34+
</div>
35+
36+
37+
38+
39+
{% aside %}
40+
The conference is run solely by volunteers from the community. There is no standard turn-around time for responses. However, we will respond
41+
to urgent messages faster than general queries. Please be accurate with your asks if you want a quicker reply.
42+
{% endaside %}

0 commit comments

Comments
 (0)