Skip to content

Commit 96deeb6

Browse files
committed
update the speakers page
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 5112dbc commit 96deeb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/program/speakers.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ layout: base.njk
3030
{% if person.imageLink %}
3131
{{ imgContainer(width=220, height=180, depth=16, frontBg="lavender", leftBg="purple", topBg="purple", url= person.imageLink) }}
3232
{% else %}
33-
{{ imgContainer(width=220, height=180, depth=16, frontBg="lavender", leftBg="purple", topBg="purple", url= person.imageLink) }}
33+
{{ imgContainer(width=220, height=180, depth=16, frontBg="lavender", leftBg="purple", topBg="purple", url= "https://in.pycon.org/2024/image/ZadraSol.webp") }}
3434
{% endif %}
3535
</div>
3636
</div>
@@ -51,7 +51,7 @@ layout: base.njk
5151
<i class="fa fa-globe text-md md:text-xl"></i>
5252
</a>
5353
{% endif %}
54-
{% if person.socials.twitter %}
54+
{% if person.socials.x %}
5555
<a href="{{ person.socials.twitter }}" target="_blank" aria-label="Twitter" class="p-1 rounded-full outline outline-1 outline-lime-300 flex justify-center items-center hover:scale-110 hover:text-[#4E62F5] transition-transform duration-200 no-underline">
5656
<i class="fab fa-x-twitter text-md md:text-xl"></i>
5757
</a>
@@ -66,8 +66,8 @@ layout: base.njk
6666
<i class="fab fa-youtube text-md md:text-xl"></i>
6767
</a>
6868
{% endif %}
69-
{% if person.socials.insta %}
70-
<a href="{{ person.socials.insta }}" target="_blank" aria-label="Instagram" class="p-1 rounded-full outline outline-1 outline-lime-300 flex justify-center items-center hover:scale-110 hover:text-[#4E62F5] transition-transform duration-200 no-underline">
69+
{% if person.socials.instagram %}
70+
<a href="{{ person.socials.instagram }}" target="_blank" aria-label="Instagram" class="p-1 rounded-full outline outline-1 outline-lime-300 flex justify-center items-center hover:scale-110 hover:text-[#4E62F5] transition-transform duration-200 no-underline">
7171
<i class="fab fa-instagram text-md md:text-xl"></i>
7272
</a>
7373
{% endif %}

0 commit comments

Comments
 (0)