Skip to content

Commit 2814c9b

Browse files
authored
feat: announce shakthi kannan as the fourth keynote (#161)
1 parent abc2b08 commit 2814c9b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="flex items-center justify-center w-full h-full">
1010
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png"
1111
alt="Katharine Jarmul"
12-
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
12+
class="w-48 h-48 sm:w-56 sm:h-56 md:w-64 md:h-64 lg:w-72 lg:h-72 object-contain max-w-full max-h-full">
1313
</div>
1414
</div>
1515
</div>
@@ -18,7 +18,7 @@
1818
<div class="flex items-center justify-center w-full h-full">
1919
<img src="{{ env.baseUrl }}img/speakers/dawnwages.png"
2020
alt="Dawn Wages"
21-
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
21+
class="w-48 h-48 sm:w-56 sm:h-56 md:w-64 md:h-64 lg:w-72 lg:h-72 object-contain max-w-full max-h-full">
2222
</div>
2323
</div>
2424
</div>
@@ -27,7 +27,16 @@
2727
<div class="flex items-center justify-center w-full h-full">
2828
<img src="{{ env.baseUrl }}img/speakers/reuvenlerner.png"
2929
alt="Reuven Lerner"
30-
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
30+
class="w-48 h-48 sm:w-56 sm:h-56 md:w-64 md:h-64 lg:w-72 lg:h-72 object-contain max-w-full max-h-full">
31+
</div>
32+
</div>
33+
</div>
34+
<div class="flex-shrink-0">
35+
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-6 md:motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out">
36+
<div class="flex items-center justify-center w-full h-full">
37+
<img src="{{ env.baseUrl }}img/speakers/shakthikannan.png"
38+
alt="Shakthi Kannan"
39+
class="w-48 h-48 sm:w-56 sm:h-56 md:w-64 md:h-64 lg:w-72 lg:h-72 object-contain max-w-full max-h-full">
3140
</div>
3241
</div>
3342
</div>
355 KB
Loading

0 commit comments

Comments
 (0)