Skip to content

Commit c9acdda

Browse files
authored
Enable cta buttons open spaces/light talk (#238)
* Enable button for Program Guide * Enable CTA button for open spaces * Enable CTA button for lightning talk
1 parent 7ec0b3a commit c9acdda

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

src/program/guide.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ iconset: laptop-coffee
3737

3838
<div class="bg-white p-4 md:p-6 my-4 md:my-6 rounded-lg border border-gray-200">
3939
<h3 class="text-xl md:text-2xl font-semibold text-gray-700 mb-3 mt-6"><a href="{{ env.baseUrl }}program/schedule" class="text-gray-700 font-semibold no-underline hover:text-blue-600 hover:underline transition-colors duration-200">Talks</a></h3>
40-
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700">Talks will be held across two days. There are 3 main tracks. These sessions includes the extensive and diverse topics among the Python Ecosystem.</p>
40+
<p class="text-md lg:text-xl leading-relaxed mb-2 md:mb-4 text-gray-700">Talks will be held across two days. There are 3 main tracks. These sessions include the extensive and diverse topics among the Python Ecosystem.</p>
4141
<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>
4242
<div class="flex justify-center lg:justify-start pt-4">
4343
{{ button(text="View Schedule", url=env.baseUrl ~ "program/schedule", lime_bg=true, env = env) }}
@@ -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=env.baseUrl ~ "program/lightning-talks", lime_bg=true, env = env, disabled=true) }}
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) }}
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=env.baseUrl ~ "program/open-spaces/", lime_bg=true, env = env, disabled=true) }}
97+
{{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = env) }}
9898
{{ button(text="Learn More", url=env.baseUrl ~ "program/open-spaces/", lime_bg=false, env = env) }}
9999
</div>
100100
</div>

src/program/lightning-talks.njk

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ layout: base.njk
55
---
66

77
{% from "components/flat-card.njk" import flatCard %}
8+
{% from "components/button.njk" import button %}
89

910
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
1011
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">
@@ -182,8 +183,11 @@ layout: base.njk
182183
<p>Lightning Talks at PyCon India 2025</p>
183184
</div>
184185
<div class="pt-8">
185-
<p>Please refer to the schedule for Lightning Talk slots. Registration will open on the day of the conference, and we will share a Google Form for submitting Lightning Talk proposals. 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>
186-
<p>This has been inspired by:</p>
186+
<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>
187+
<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) }}
189+
</div>
190+
<p class="pt-4">This has been inspired by:</p>
187191
<p><a href="https://us.pycon.org/2025/events/lightning-talks/" target="_blank">PyCon US 2025 - Lightning Talks</a></p>
188192
</div>
189193
</div>

src/program/open-spaces.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ layout: base.njk
139139
<div class="mt-12">
140140
<div class="flex flex-col sm:flex-row gap-4 items-start">
141141
{{ button(text="Submit Your Topic",
142-
url="https://cfp.in.pycon.org/2025/cfp",
142+
url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space",
143143
lime_bg=true, env =
144-
env, disabled=true) }}
144+
env) }}
145145
</div>
146146
</div>
147147
</div>

0 commit comments

Comments
 (0)