Skip to content

Commit b231b1f

Browse files
committed
add get in touch button for sponsors
1 parent 9680c1c commit b231b1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/_includes/components/button.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% set text_class = "text-pycon-lime" %}
88
{% endif %}
99

10-
<a href="{{ url }}" class="group no-underline inline-flex items-center gap-2 px-4 py-2 {{ bg_class }} rounded-full border border-black hover:-translate-y-0.5 hover:shadow-md transition-all duration-300 focus:outline-2 focus:outline-offset-2">
10+
<a href="{{ url }}" class="group no-underline inline-flex items-center gap-2 px-4 py-2 mr-2 mt-2 {{ bg_class }} rounded-full border border-black hover:-translate-y-0.5 hover:shadow-md transition-all duration-300 focus:outline-2 focus:outline-offset-2">
1111
<span class="font-['Acid_Grotesk'] text-lg {{ text_class }} leading-relaxed whitespace-nowrap group-hover:-translate-x-1 transition-transform duration-200">
1212
{{ text }}
1313
</span>

src/_includes/landing/sponsors.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
the Community. Sponsor help in making the conference affordable, and maintaining the inventory for the conference.
1212
</p>
1313
{{ button(text="Download Prospectus", url="PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
14+
{{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }}
1415
</div>
1516
<!-- Desktop image -->
1617
<div class="hidden md:flex justify-end -mt-72">

0 commit comments

Comments
 (0)