Skip to content

Commit 4867d78

Browse files
authored
Update pages after end of conference (#246)
* home: add yt playlist and flickr album * home: remove sponsor callouts * jobs: remove form link * guide: disable noop buttons * program: disable noop buttons * sponsors: remove inactive links Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
1 parent 062f844 commit 4867d78

File tree

10 files changed

+19
-29
lines changed

10 files changed

+19
-29
lines changed

src/_includes/landing/hero.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
opportunity to dive deep into the world of Python and explore its limitless potential. Stay tuned for updates!
1717
</p>
1818
<div class="flex my-4 flex-wrap gap-4 scale-75 md:scale-100 justify-start items-start origin-left">
19-
{{ button(text="Get Tickets", url=env.baseUrl ~ "tickets", lime_bg=true) }}
20-
{{ button(text="View Schedule", url=env.baseUrl ~ "program/schedule", lime_bg=true) }}
19+
{{ button(text="Photo Album", url="https://www.flickr.com/photos/98894279@N03/albums/72177720329620451/", lime_bg=true) }}
20+
{{ button(text="Talk Recordings", url="https://www.youtube.com/playlist?list=PL6GW05BfqWIfKKY2EBgrdwb5QUnuWdlc9", lime_bg=true) }}
2121
</div>
2222

2323
</div>

src/_includes/landing/sponsors.njk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
PyCon India is completely driven by volunteers. Sponsoring the event helps to sustain and grow the conference as well as
1111
the Community. Sponsor help in making the conference affordable, and maintaining the inventory for the conference.
1212
</p>
13-
<div class="flex my-4 flex-wrap gap-4 scale-75 md:scale-100 justify-start items-start origin-left">
14-
{{ button(text="Download Prospectus", url="PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
15-
{{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }}
16-
</div>
1713
</div>
1814
<!-- Desktop image -->
1915
<div class="hidden md:flex justify-end -mt-72">

src/attend/jobs.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ layout: base.njk
1515
Job Board
1616
</div>
1717
<div class="pt-10 font-light text-lg md:text-2xl md:text-center text-white text-center lg:text-left">
18-
<p class="mb-0">Submit your job posting <a href="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform" target="_blank" rel="noopener noreferrer" class="underline">here</a></p>
1918
<p>Check out the <a href="{{ env.baseUrl }}attend/job-board-guidelines/" class="underline">rules and guidelines</a> </p>
2019
</div>
2120
</div>

src/cfp/index.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ layout: base.njk
7777
</li>
7878
<li class="flex">
7979
<img src="{{ env.baseUrl }}img/assets/square-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
80-
<span class="font-semibold"><a href="{{ env.baseUrl }}cfp/poster">Poster Presentations</a> (open)</span>
80+
<span class="font-semibold"><a href="{{ env.baseUrl }}cfp/poster">Poster Presentations</a> (closed)</span>
8181
</li>
8282
<li class="flex">
8383
<img src="{{ env.baseUrl }}img/assets/square-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
84-
<span class="font-semibold"><a href="{{ env.baseUrl }}program/dev-sprint">Dev Sprint</a> (open)</span>
84+
<span class="font-semibold"><a href="{{ env.baseUrl }}program/dev-sprint">Dev Sprint</a> (closed)</span>
8585
</li>
8686
</ul>
8787
</div>
@@ -133,7 +133,7 @@ layout: base.njk
133133
</li>
134134
</ul>
135135
<div class="flex justify-center lg:justify-start pt-8">
136-
{{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env) }}
136+
{{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env, disabled=true) }}
137137
</div>
138138
{#
139139
<div class="text-center lg:text-left mt-4 text-red-600 font-semibold">

src/program/community-booths.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ layout: base.njk
2626
<div class="mb-12">
2727
<div class="space-y-6 mb-8">
2828
<div>
29-
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
29+
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
3030
Guidelines
3131
</div>
3232
<div class="pt-4 text-md">
@@ -55,10 +55,10 @@ layout: base.njk
5555
</div>
5656
</div>
5757
</div>
58-
58+
5959
<div class="mt-6">
6060
<div class="flex flex-col sm:flex-row gap-4 items-start">
61-
{{ button(text="Ready? Apply here!", url="https://forms.gle/k7DdDNNcgyyXb63x5", lime_bg=true, env = env) }}
61+
{{ button(text="Ready? Apply here!", url="https://forms.gle/k7DdDNNcgyyXb63x5", lime_bg=true, env = env, disabled=true) }}
6262
</div>
6363
</div>
6464
</div>

src/program/dev-sprint.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ layout: base.njk
153153
{{ button(text="Ready? Submit here!",
154154
url="https://cfp.in.pycon.org/2025/cfp?submission_type=5-dev-sprint-project",
155155
lime_bg=true, env =
156-
env) }}
156+
env, disabled=true) }}
157157
</div>
158158
</div>
159159
</div>
@@ -183,4 +183,4 @@ layout: base.njk
183183
</div>
184184
</div>
185185
</div>
186-
</div>
186+
</div>

src/program/guide.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ iconset: laptop-coffee
5151
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700"><strong class="text-gray-700 font-semibold">📅 When:</strong> <span class="text-gray-600 block sm:inline ml-1 text-md lg:text-xl">13 & 14 September 2025, 2:00-2:40 PM</span></p>
5252
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700"><strong class="text-gray-700 font-semibold">📍 Where:</strong> <span class="text-gray-600 block sm:inline ml-1 text-md lg:text-xl">Track 1</span></p>
5353
<div class="flex flex-wrap gap-3 justify-center lg:justify-start pt-4">
54-
{{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env) }}
54+
{{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env, disabled=true) }}
5555
{{ button(text="Learn More", url=env.baseUrl ~ "program/lightning-talks/", lime_bg=false, env = env) }}
5656
</div>
5757
</div>
@@ -94,7 +94,7 @@ iconset: laptop-coffee
9494
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700"><strong class="text-gray-700 font-semibold">📅 When:</strong> <span class="text-gray-600 block sm:inline ml-1 text-md lg:text-xl">13 & 14 September 2025</span></p>
9595
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700"><strong class="text-gray-700 font-semibold">📍 Where:</strong> <span class="text-gray-600 block sm:inline ml-1 text-md lg:text-xl">1st Floor, NIMHANS Convention center</span></p>
9696
<div class="flex flex-wrap gap-3 justify-center lg:justify-start pt-4">
97-
{{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = env) }}
97+
{{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = env, disabled=true) }}
9898
{{ button(text="Learn More", url=env.baseUrl ~ "program/open-spaces/", lime_bg=false, env = env) }}
9999
</div>
100100
</div>
@@ -142,7 +142,7 @@ iconset: laptop-coffee
142142
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700"><strong class="text-gray-700 font-semibold">📝 Post a Job:</strong> <span class="text-gray-600 block sm:inline ml-1 text-md lg:text-xl">Ready to connect with talented professionals?</span></p>
143143

144144
<div class="flex flex-wrap gap-3 justify-center lg:justify-start pt-4">
145-
{{ button(text="Post Your Job", url="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform", lime_bg=true, env = env) }}
145+
{{ button(text="Post Your Job", url="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform", lime_bg=true, env = env, disabled=true) }}
146146
{{ button(text="View Jobs", url=env.baseUrl ~ "attend/jobs/", lime_bg=false, env = env) }}
147147
</div>
148148

@@ -206,4 +206,4 @@ iconset: laptop-coffee
206206
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700"><strong class="text-gray-700 font-semibold">📋 Important:</strong> <span class="text-gray-600 block sm:inline ml-1 text-md lg:text-xl">Make sure to bring your badge with you for verification.</span></p>
207207
</div>
208208
</div>
209-
</div>
209+
</div>

src/program/lightning-talks.njk

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,10 @@ layout: base.njk
185185
<div class="pt-8">
186186
<p>Slots will be assigned on a first-come, first-served basis due to limited availability. You will be notified if your talk is selected.</p>
187187
<div class="flex flex-wrap gap-3 justify-center lg:justify-start pt-4">
188-
{{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env) }}
188+
{{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env, disabled=true) }}
189189
</div>
190-
<p class="pt-4">This has been inspired by:</p>
191-
<p><a href="https://us.pycon.org/2025/events/lightning-talks/" target="_blank">PyCon US 2025 - Lightning Talks</a></p>
190+
<p class="pt-4">This has been inspired by: <a href="https://us.pycon.org/2025/events/lightning-talks/" target="_blank">PyCon US 2025 - Lightning Talks</a></p>
192191
</div>
193192
</div>
194193
</div>
195-
</div>
194+
</div>

src/program/open-spaces.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ layout: base.njk
141141
{{ button(text="Submit Your Topic",
142142
url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space",
143143
lime_bg=true, env =
144-
env) }}
144+
env, disabled=true) }}
145145
</div>
146146
</div>
147147
</div>
@@ -169,4 +169,4 @@ layout: base.njk
169169
</div>
170170
</div>
171171
</div>
172-
</div>
172+
</div>

src/sponsors/index.njk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ layout: base.njk
131131
If you have any questions or need more information, please feel free to reach out to us at: <br/>
132132
<i>sponsorship at in dot pycon dot org</i>
133133
</p>
134-
<div class="flex flex-col sm:flex-row gap-4 items-start">
135-
{{ button(text="Download Prospectus", url=env.baseUrl + "PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
136-
{{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }}
137-
</div>
138134
</div>
139135
</div>
140136
<div class="relative flex items-start gap-4 mt-8 lg:mt-0">

0 commit comments

Comments
 (0)