Skip to content

Commit 67a1d50

Browse files
committed
feat: add Reuven Lerner as the third keynote speaker
Signed-off-by: Ashish Kumar Mishra <[email protected]>
1 parent 192bf41 commit 67a1d50

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,14 @@
2424
</div>
2525
</div>
2626
</div>
27-
{# <div class="flex-shrink-0">
28-
<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">
29-
{% call cube(dimen=256, bg="lime") -%}
30-
<div class="flex items-center justify-center w-full h-full">
31-
<img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain">
32-
</div>
33-
{%- endcall %}
34-
<p class="text-center mt-4 text-sm md:text-base">Announcing Soon!</p>
35-
</div>
36-
</div> #}
37-
38-
{# <div class="flex-shrink-0">
27+
<div class="flex-shrink-0">
3928
<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">
40-
{% call cube(dimen=256, bg="purple") -%}
41-
<div class="flex items-center justify-center w-full h-full">
42-
<img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain">
43-
</div>
44-
{%- endcall %}
45-
<p class="text-center mt-4 text-sm md:text-base">Announcing Soon!</p>
46-
</div>
47-
</div> #}
48-
49-
{# <div class="flex-shrink-0">
50-
<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">
51-
{% call cube(dimen=256, bg="lime") -%}
52-
<div class="flex items-center justify-center w-full h-full">
53-
<img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain">
54-
</div>
55-
{%- endcall %}
56-
<p class="text-center mt-4 text-sm md:text-base">Announcing Soon!</p>
29+
<div class="flex items-center justify-center w-full h-full">
30+
<img src="{{ env.baseUrl }}img/speakers/reuvenlerner.png"
31+
alt="Reuven Lerner"
32+
class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain">
33+
</div>
5734
</div>
58-
</div> #}
35+
</div>
5936
</div>
6037
</section>
383 KB
Loading

0 commit comments

Comments
 (0)