Skip to content

Commit 5a253d4

Browse files
committed
fix: Fixes image size and remove the other boxes
Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent 6d0dff9 commit 5a253d4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
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/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-3/4 h-3/4 object-contain">
11+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-full h-full object-contain">
1212
</div>
1313
{%- endcall %}
1414
<p>Privacy Activist,</p>
1515
<p>Probably Private</p>
1616
</div>
17+
{#
1718
<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">
1819
{% call cube(dimen=200, bg="lime") -%}
1920
<div class="flex items-center justify-center w-full h-full">
@@ -38,18 +39,20 @@
3839
{%- endcall %}
3940
<p>Announcing Soon!</p>
4041
</div>
42+
#}
4143
</div>
4244
<!-- Medium Devices -->
4345
<div class="md:flex flex-col pt-36 pb-20 pl-12 space-y-44 lg:hidden hidden">
4446
<div class="flex justify-start">
4547
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-24 transition duration-700 ease-in-out">
4648
{% call cube(dimen=200, bg="purple") -%}
4749
<div class="flex items-center justify-center w-full h-full">
48-
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-3/4 h-3/4 object-contain">
50+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-full h-full object-contain">
4951
</div>
5052
{%- endcall %}
5153
<p>Privacy Activist, Probably Private</p>
5254
</div>
55+
{#
5356
<div class="group relative motion-safe:transform motion-safe:hover:translate-y-48 ml-28 transition duration-700 ease-in-out">
5457
{% call cube(dimen=200, bg="lime") -%}
5558
<div class="flex items-center justify-center w-full h-full">
@@ -76,6 +79,7 @@
7679
{%- endcall %}
7780
<p>Announcing Soon!</p>
7881
</div>
82+
#}
7983
</div>
8084
</div>
8185
<!-- Small Devices -->
@@ -84,13 +88,14 @@
8488
<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">
8589
{% call cube(width=214, height=208, depth=31, bg="purple") -%}
8690
<div class="flex items-center justify-center w-full h-full">
87-
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-3/4 h-3/4 object-contain">
91+
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png" alt="Katharine Jarmul" class="w-full h-full object-contain">
8892
</div>
8993
{%- endcall %}
9094
<p>Privacy Activist,</p>
9195
<p>Probably Private</p>
9296
</div>
9397
</div>
98+
{#
9499
<div class="flex-shrink-0">
95100
<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">
96101
{% call cube(width=214, height=208, depth=31, bg="purple") -%}
@@ -121,5 +126,6 @@
121126
<p>Announcing Soon!</p>
122127
</div>
123128
</div>
129+
#}
124130
</div>
125131
</section>

0 commit comments

Comments
 (0)