Skip to content

Commit 23ee30e

Browse files
committed
fix: Update cutout and component
Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent 5a253d4 commit 23ee30e

File tree

2 files changed

+12
-25
lines changed

2 files changed

+12
-25
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

33
<section class="relative bg-lavender text-black w-full pb-12 md:px-40 lg:px-28 xl:px-40 lg:pb-40">
44
<div class="black-han-sans-regular md:justify-center md:text-center pt-28 pb-8 md:pt-24 font-normal text-4xl lg:text-5xl text-[#000000] text-center lg:text-left">
5-
Key Note Speakers
5+
Keynote Speakers
66
</div>
7-
<div class="lg:flex xl:flex lg:scale-[0.80] xl:scale-100 pt-36 lg:pl-2 xl:pl-12 hidden md:hidden">
8-
<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">
9-
{% call cube(dimen=200, bg="purple") -%}
10-
<div class="flex items-center justify-center w-full h-full">
11-
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-full h-full object-contain">
12-
</div>
13-
{%- endcall %}
14-
<p>Privacy Activist,</p>
15-
<p>Probably Private</p>
16-
</div>
17-
{#
7+
<div class="lg:flex xl:flex pt-10 lg:pl-2 xl:pl-12 hidden md:hidden">
8+
<div class="flex items-center justify-left w-full h-full">
9+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-1/4 h-1/4 object-contain">
10+
</div>
11+
{#
1812
<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">
1913
{% call cube(dimen=200, bg="lime") -%}
2014
<div class="flex items-center justify-center w-full h-full">
@@ -45,12 +39,9 @@
4539
<div class="md:flex flex-col pt-36 pb-20 pl-12 space-y-44 lg:hidden hidden">
4640
<div class="flex justify-start">
4741
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-24 transition duration-700 ease-in-out">
48-
{% call cube(dimen=200, bg="purple") -%}
49-
<div class="flex items-center justify-center w-full h-full">
50-
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-full h-full object-contain">
51-
</div>
52-
{%- endcall %}
53-
<p>Privacy Activist, Probably Private</p>
42+
<div class="flex items-center justify-left w-full h-full">
43+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-1/2 h-1/2 object-contain">
44+
</div>
5445
</div>
5546
{#
5647
<div class="group relative motion-safe:transform motion-safe:hover:translate-y-48 ml-28 transition duration-700 ease-in-out">
@@ -86,13 +77,9 @@
8677
<div class="flex flex-col space-y-20 px-4 pt-16 pb-16 items-center md:hidden">
8778
<div class="flex-shrink-0">
8879
<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">
89-
{% call cube(width=214, height=208, depth=31, bg="purple") -%}
90-
<div class="flex items-center justify-center w-full h-full">
91-
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-full h-full object-contain">
92-
</div>
93-
{%- endcall %}
94-
<p>Privacy Activist,</p>
95-
<p>Probably Private</p>
80+
<div class="flex items-center justify-left w-full h-full">
81+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-1/2 h-1/2 object-contain">
82+
</div>
9683
</div>
9784
</div>
9885
{#
303 KB
Loading

0 commit comments

Comments
 (0)