We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67013e commit 59ebf90Copy full SHA for 59ebf90
1 file changed
src/_includes/landing/hero.njk
@@ -20,11 +20,11 @@
20
PyCon India 2025 is the premier conference for Python enthusiasts and professionals, offering an unparalleled
21
opportunity to dive deep into the world of Python and explore its limitless potential. Stay tuned for updates!
22
</p>
23
- <div>
+ {# <div>
24
+ {{ button(text="Get Tickets", url=env.baseUrl + "tickets", lime_bg=true)}}
25
+ </div> #}
26
+ <div class="flex flex-wrap gap-4">
27
28
{{ button(text="View Schedule", url=env.baseUrl + "program/schedule", lime_bg=true)}}
29
</div>
- {# <div class="flex flex-wrap gap-4">
- {{ button(text="Program Guide", url="#") }}
- {{ button(text="Dev Sprint", url="#") }}
- </div> #}
30
-</div>
+</div>
0 commit comments