Skip to content

Commit 9cbcfcc

Browse files
authored
Merge pull request #1 from pythonindia/update_main_copy
Fix copy and colors
2 parents 49771f0 + 20abc36 commit 9cbcfcc

File tree

6 files changed

+1609
-9885
lines changed

6 files changed

+1609
-9885
lines changed

src/_data/site.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@
66
"social": [
77
{
88
"title": "Twitter",
9-
"url": "https://x.com/pyconindia"
9+
"url": "https://x.com/pyconindia",
10+
"icon": "fa-x-twitter"
1011
},
1112
{
1213
"title": "LinkedIn",
13-
"url": "https://www.linkedin.com/company/pyconindia"
14+
"url": "https://www.linkedin.com/company/pyconindia",
15+
"icon": "fa-linkedin-in"
1416
},
1517
{
1618
"title": "Facebook",
17-
"url": "https://www.facebook.com/PyConIndia/"
19+
"url": "https://www.facebook.com/PyConIndia/",
20+
"icon": "fa-facebook-f"
21+
},
22+
{
23+
"title": "Instagram",
24+
"url": "https://www.instagram.com/inpycon/",
25+
"icon": "fa-instagram"
26+
},
27+
{
28+
"title": "Mastodon",
29+
"url": "https://fosstodon.org/@pyconindia",
30+
"icon": "fa-mastodon"
1831
}
1932
]
2033
}

src/_includes/footer.njk

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
<footer class="w-full flex flex-col sm:flex-row sm:justify-center text-lg tracking-wide px-4 sm:px-0 py-16">
22
<div class="text-center pr-0 sm:pr-8 py-4">
3-
<ul class="list-none">
3+
Get in touch:
4+
<ul class="flex justify-center space-x-4">
5+
6+
<br>
47
{% for item in site.social %}
5-
<a class="text-gray-800 hover:text-purple-600 no-underline" href="{{ item.url }}" target="_blank" rel="_noopener">{{ item.title }}</a>
8+
<li>
9+
<a class="no-underline" href="{{ item.url }}" target="_blank">
10+
11+
<i class="fa-brands fa-lg {{ item.icon }}"></i>
12+
</a>
13+
</li>
614
{% endfor %}
7-
</ul>
8-
</div>
15+
<li>
16+
<a href="https://pyconindia.zulipchat.com/" title="Zulip" target="_blank" display="inline-block">
17+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1.5em" viewBox="0 0 48 48">
18+
<path fill="#205D7A" stroke="blue" stroke-linecap="round" stroke-linejoin="round" d="M41.54 10.22a6.27 6.27 0 0 1-2.2 4.78L26.21 26.76c-.21.2-.61-.1-.41-.4l4.82-9.63c.1-.3 0-.6-.3-.6H11.67c-2.91 0-5.21-2.6-5.21-5.81s2.3-5.82 5.21-5.82h24.56c2.91-.1 5.31 2.51 5.31 5.72M11.67 43.5h24.66c2.91 0 5.21-2.61 5.21-5.81s-2.3-5.82-5.21-5.82H17.68a.37.37 0 0 1-.3-.6l4.82-9.62a.29.29 0 0 0-.41-.41L8.66 32.87a6.3 6.3 0 0 0-2.2 4.82c0 3.2 2.4 5.81 5.21 5.81"/>
19+
</svg>
20+
</a>
21+
</li>
922

23+
</ul></svg>
24+
25+
</div>
1026
</footer>
1127

1228

src/_includes/head.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
44
<link rel="preload" href="{{ env.baseUrl }}css/page.css" as="style">
5+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
56
<!-- PRELOAD CDN SCRIPTS -->
67
<link rel="preconnect" href="https://unpkg.com/popper.js@1" as="script">
78
<link rel="preconnect" href="https://unpkg.com/tippy.js@4" as="script">

src/_includes/section.header.njk

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
1-
<div class="self-center items-center">
2-
<div class="w-full text-center">
1+
<div class="self-center items-center md:w-full">
2+
<div class="w-3/5 text-center mx-auto">
33
<img src="{{ env.baseUrl }}img/pycon_2025.svg">
44
<br>
55
<br>
6-
<h1 class="tracking-wide text-orange-500 text-6xl mb-6">
7-
PyCon India 2025
8-
</h1>
9-
<h2 class="tracking-wide text-4xl mb-6">
10-
Is back to Bengaluru
6+
<h2 class="text-center text-2xl md:text-5xl">
7+
<div class="col-md-12 text-center pt-md-5">
8+
<p class="h4 sub-tit pt-3 md:text-h4">12 Sep - 14 Sep, 2025</p>
9+
<p class="h4 sub-tit underline md:text-h4"> NIMHANS Convention Centre, Bengaluru </p>
10+
</div>
1111
</h2>
1212
</div>
1313
</div>
1414

1515
<div class="flex justify-center items-center space-x-4">
16-
<!-- Submit CFP Button Link -->
16+
<!-- Submit CFP Button Link
1717
<a href="/submit-cfp" class="inline-block">
18-
<button class="bg-blue-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-blue-500">
18+
<button class="bg-orange-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-blue-500">
1919
Submit CFP
2020
</button>
2121
</a>
22+
-->
2223

2324
<!-- Volunteer Button Link -->
24-
<a href="/volunteer" class="inline-block">
25-
<button class="bg-green-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500">
25+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdX2LEom11BbWDiLUiQp1rmeNX9l7J8bfszGidsRDoExy0D5A/viewform" class="inline-block">
26+
<button class="bg-orange-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500">
2627
Volunteer
2728
</button>
2829
</a>
2930

30-
<!-- Sponsor Button Link -->
31+
<!-- Sponsor Button Link
3132
<a href="/sponsor" class="inline-block">
32-
<button class="bg-yellow-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-yellow-500">
33+
<button class="bg-orange-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-yellow-500">
3334
Sponsor
3435
</button>
3536
</a>
37+
-->
3638
</div>
3739

3840

0 commit comments

Comments
 (0)