Skip to content

Commit 677e960

Browse files
committed
fix: Fixes the banner image and python pune logo
Signed-off-by: Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
1 parent e6e901a commit 677e960

File tree

8 files changed

+4
-148
lines changed

8 files changed

+4
-148
lines changed

src/_data/partners.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "PythonPune",
1414
"link": "https://pythonpune.in/",
15-
"image": "/img/partners/PythonPune_banner.svg"
15+
"image": "/img/partners/PythonPune_banner.png"
1616
},
1717
{
1818
"name": "PyLadies India",

src/_includes/landing/hero-banner.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="relative w-full h-auto bg-[#4E62F5] -pt-20">
22
<img
3-
src="{{ env.baseUrl }}img/hero-banner.png"
3+
src="{{ env.baseUrl }}img/hero-banner.jpeg"
44
alt="PyCon India 2025"
55
class="w-full object-cover object-center"
66
/>

src/_includes/landing/sponsors.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-
{{ button(text="Download Prospectus", url="/prospectus.pdf", lime_bg=true) }}
13+
{{ button(text="Download Prospectus", url="/PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true) }}
1414
</div>
1515
<!-- Desktop image -->
1616
<div class="hidden md:flex justify-end -mt-72">
@@ -53,4 +53,4 @@
5353
class="w-48 relative transition-all duration-300 animate-float"
5454
/>
5555
</div>
56-
</section>
56+
</section>
5.25 MB
Binary file not shown.

src/static/img/hero-banner.jpeg

388 KB
Loading

src/static/img/hero-banner.png

-667 KB
Binary file not shown.
54 KB
Loading

src/static/img/partners/PythonPune_banner.svg

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)