From b6404110199b8e4b00794208823faa7d5a92f887 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 5 Mar 2026 00:20:28 +0530 Subject: [PATCH 1/6] home: add yt playlist and flickr album Signed-off-by: Nabarun Pal --- src/_includes/landing/hero.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/landing/hero.njk b/src/_includes/landing/hero.njk index 5be9503..3be09d4 100644 --- a/src/_includes/landing/hero.njk +++ b/src/_includes/landing/hero.njk @@ -16,8 +16,8 @@ opportunity to dive deep into the world of Python and explore its limitless potential. Stay tuned for updates!

- {{ button(text="Get Tickets", url=env.baseUrl ~ "tickets", lime_bg=true) }} - {{ button(text="View Schedule", url=env.baseUrl ~ "program/schedule", lime_bg=true) }} + {{ button(text="Photo Album", url="https://www.flickr.com/photos/98894279@N03/albums/72177720329620451/", lime_bg=true) }} + {{ button(text="Talk Recordings", url="https://www.youtube.com/playlist?list=PL6GW05BfqWIfKKY2EBgrdwb5QUnuWdlc9", lime_bg=true) }}
From e06fcdeda38b22f210d3b509c1bbb6782b5fcc90 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 5 Mar 2026 00:20:59 +0530 Subject: [PATCH 2/6] home: remove sponsor callouts Signed-off-by: Nabarun Pal --- src/_includes/landing/sponsors.njk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/_includes/landing/sponsors.njk b/src/_includes/landing/sponsors.njk index bafc71c..6009496 100644 --- a/src/_includes/landing/sponsors.njk +++ b/src/_includes/landing/sponsors.njk @@ -10,10 +10,6 @@ PyCon India is completely driven by volunteers. Sponsoring the event helps to sustain and grow the conference as well as the Community. Sponsor help in making the conference affordable, and maintaining the inventory for the conference.

-
- {{ button(text="Download Prospectus", url="PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }} - {{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }} -
-

Submit your job posting here

Check out the rules and guidelines

From f289e11bee83c0e10893254bccdd6df736e60f9b Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 5 Mar 2026 00:31:47 +0530 Subject: [PATCH 4/6] guide: disable noop buttons Signed-off-by: Nabarun Pal --- src/program/guide.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/program/guide.njk b/src/program/guide.njk index 0c5dfb3..71e57d6 100644 --- a/src/program/guide.njk +++ b/src/program/guide.njk @@ -51,7 +51,7 @@ iconset: laptop-coffee

📅 When: 13 & 14 September 2025, 2:00-2:40 PM

📍 Where: Track 1

- {{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env) }} + {{ 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) }} {{ button(text="Learn More", url=env.baseUrl ~ "program/lightning-talks/", lime_bg=false, env = env) }}
@@ -94,7 +94,7 @@ iconset: laptop-coffee

📅 When: 13 & 14 September 2025

📍 Where: 1st Floor, NIMHANS Convention center

- {{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = env) }} + {{ 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) }} {{ button(text="Learn More", url=env.baseUrl ~ "program/open-spaces/", lime_bg=false, env = env) }}
@@ -142,7 +142,7 @@ iconset: laptop-coffee

📝 Post a Job: Ready to connect with talented professionals?

- {{ button(text="Post Your Job", url="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform", lime_bg=true, env = env) }} + {{ button(text="Post Your Job", url="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform", lime_bg=true, env = env, disabled=true) }} {{ button(text="View Jobs", url=env.baseUrl ~ "attend/jobs/", lime_bg=false, env = env) }}
@@ -206,4 +206,4 @@ iconset: laptop-coffee

📋 Important: Make sure to bring your badge with you for verification.

- \ No newline at end of file + From f93c082d0b8c38a2b2bbced60231282efcf3cd21 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 5 Mar 2026 00:36:47 +0530 Subject: [PATCH 5/6] program: disable noop buttons Signed-off-by: Nabarun Pal --- src/cfp/index.njk | 6 +++--- src/program/community-booths.njk | 6 +++--- src/program/dev-sprint.njk | 4 ++-- src/program/lightning-talks.njk | 7 +++---- src/program/open-spaces.njk | 4 ++-- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/cfp/index.njk b/src/cfp/index.njk index 4ed0801..95fd227 100644 --- a/src/cfp/index.njk +++ b/src/cfp/index.njk @@ -77,11 +77,11 @@ layout: base.njk
  • Bullet Icon - Poster Presentations (open) + Poster Presentations (closed)
  • Bullet Icon - Dev Sprint (open) + Dev Sprint (closed)
  • @@ -133,7 +133,7 @@ layout: base.njk
    - {{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env) }} + {{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env, disabled=true) }}
    {#
    diff --git a/src/program/community-booths.njk b/src/program/community-booths.njk index 6966e84..970bc05 100644 --- a/src/program/community-booths.njk +++ b/src/program/community-booths.njk @@ -26,7 +26,7 @@ layout: base.njk
    -
    +
    Guidelines
    @@ -55,10 +55,10 @@ layout: base.njk
    - +
    - {{ button(text="Ready? Apply here!", url="https://forms.gle/k7DdDNNcgyyXb63x5", lime_bg=true, env = env) }} + {{ button(text="Ready? Apply here!", url="https://forms.gle/k7DdDNNcgyyXb63x5", lime_bg=true, env = env, disabled=true) }}
    diff --git a/src/program/dev-sprint.njk b/src/program/dev-sprint.njk index fbac3b3..b7ca1ae 100644 --- a/src/program/dev-sprint.njk +++ b/src/program/dev-sprint.njk @@ -153,7 +153,7 @@ layout: base.njk {{ button(text="Ready? Submit here!", url="https://cfp.in.pycon.org/2025/cfp?submission_type=5-dev-sprint-project", lime_bg=true, env = - env) }} + env, disabled=true) }}
    @@ -183,4 +183,4 @@ layout: base.njk - \ No newline at end of file + diff --git a/src/program/lightning-talks.njk b/src/program/lightning-talks.njk index be99991..1a3f0c3 100644 --- a/src/program/lightning-talks.njk +++ b/src/program/lightning-talks.njk @@ -185,11 +185,10 @@ layout: base.njk

    Slots will be assigned on a first-come, first-served basis due to limited availability. You will be notified if your talk is selected.

    - {{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env) }} + {{ 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) }}
    -

    This has been inspired by:

    -

    PyCon US 2025 - Lightning Talks

    +

    This has been inspired by: PyCon US 2025 - Lightning Talks

    - \ No newline at end of file + diff --git a/src/program/open-spaces.njk b/src/program/open-spaces.njk index 879a034..eb76947 100644 --- a/src/program/open-spaces.njk +++ b/src/program/open-spaces.njk @@ -141,7 +141,7 @@ layout: base.njk {{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = - env) }} + env, disabled=true) }} @@ -169,4 +169,4 @@ layout: base.njk - \ No newline at end of file + From f58cd1e7be3a2792109b0e5ec359ce076d194e60 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 5 Mar 2026 00:37:53 +0530 Subject: [PATCH 6/6] sponsors: remove inactive links Signed-off-by: Nabarun Pal --- src/sponsors/index.njk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sponsors/index.njk b/src/sponsors/index.njk index 1f6a430..7d0b5a4 100644 --- a/src/sponsors/index.njk +++ b/src/sponsors/index.njk @@ -131,10 +131,6 @@ layout: base.njk If you have any questions or need more information, please feel free to reach out to us at:
    sponsorship at in dot pycon dot org

    -
    - {{ button(text="Download Prospectus", url=env.baseUrl + "PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }} - {{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }} -