@@ -30,7 +30,7 @@ layout: base.njk
30
30
{% if person .imageLink %}
31
31
{{ imgContainer (width = 220, height = 180, depth = 16, frontBg = " lavender" , leftBg = " purple" , topBg = " purple" , url = person .imageLink ) }}
32
32
{% 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 " ) }}
34
34
{% endif %}
35
35
</div >
36
36
</div >
@@ -51,7 +51,7 @@ layout: base.njk
51
51
<i class =" fa fa-globe text-md md:text-xl" ></i >
52
52
</a >
53
53
{% endif %}
54
- {% if person .socials .twitter %}
54
+ {% if person .socials .x %}
55
55
<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" >
56
56
<i class =" fab fa-x-twitter text-md md:text-xl" ></i >
57
57
</a >
@@ -66,8 +66,8 @@ layout: base.njk
66
66
<i class =" fab fa-youtube text-md md:text-xl" ></i >
67
67
</a >
68
68
{% 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" >
71
71
<i class =" fab fa-instagram text-md md:text-xl" ></i >
72
72
</a >
73
73
{% endif %}
0 commit comments