Skip to content

Commit 55fb343

Browse files
committed
chore: Adds first keynote speaker
Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent b0ce461 commit 55fb343

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:translate-y-24 transition duration-700 ease-in-out" data-cube="1">
99
{% call cube(dimen=200, bg="purple") -%}
1010
<div class="flex items-center justify-center w-full h-full">
11-
<img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain">
11+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-3/4 h-3/4 object-contain">
1212
</div>
1313
{%- endcall %}
14-
<p>Announcing Soon!</p>
14+
<p>Privacy Activist,</p>
15+
<p>Probably Private</p>
1516
</div>
1617
<div class="group relative motion-safe:transform motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out motion-safe:translate-y-20 translate-x-0 ml-7 z-10" data-cube="2">
1718
{% call cube(dimen=200, bg="lime") -%}
@@ -44,10 +45,10 @@
4445
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-24 transition duration-700 ease-in-out">
4546
{% call cube(dimen=200, bg="purple") -%}
4647
<div class="flex items-center justify-center w-full h-full">
47-
<img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain">
48+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-3/4 h-3/4 object-contain">
4849
</div>
4950
{%- endcall %}
50-
<p>Announcing Soon!</p>
51+
<p>Privacy Activist, Probably Private</p>
5152
</div>
5253
<div class="group relative motion-safe:transform motion-safe:hover:translate-y-48 ml-28 transition duration-700 ease-in-out">
5354
{% call cube(dimen=200, bg="lime") -%}
@@ -83,10 +84,11 @@
8384
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-24 transition duration-700 ease-in-out" data-cube="1">
8485
{% call cube(width=214, height=208, depth=31, bg="purple") -%}
8586
<div class="flex items-center justify-center w-full h-full">
86-
<img src="{{ env.baseUrl }}img/logo.png" alt="Date background" class="w-3/4 h-3/4 object-contain">
87+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-3/4 h-3/4 object-contain">
8788
</div>
8889
{%- endcall %}
89-
<p>Announcing Soon!</p>
90+
<p>Privacy Activist,</p>
91+
<p>Probably Private</p>
9092
</div>
9193
</div>
9294
<div class="flex-shrink-0">

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ isFront: true
1414
{% include "landing/hero-banner.njk" %}
1515
</div>
1616
{% include "landing/hero.njk" %}
17-
{# {% include "landing/keynotes.njk" %} #}
17+
{% include "landing/keynotes.njk" %}
1818
{% include "landing/sponsors.njk" %}
1919
{% include "landing/communities.njk" %}
2020
{# include "landing/x-wall.njk" #}

0 commit comments

Comments
 (0)