|
8 | 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 | 9 | {% call cube(dimen=200, bg="purple") -%}
|
10 | 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-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"> |
12 | 12 | </div>
|
13 | 13 | {%- endcall %}
|
14 | 14 | <p>Privacy Activist,</p>
|
15 | 15 | <p>Probably Private</p>
|
16 | 16 | </div>
|
| 17 | + {# |
17 | 18 | <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">
|
18 | 19 | {% call cube(dimen=200, bg="lime") -%}
|
19 | 20 | <div class="flex items-center justify-center w-full h-full">
|
|
38 | 39 | {%- endcall %}
|
39 | 40 | <p>Announcing Soon!</p>
|
40 | 41 | </div>
|
| 42 | + #} |
41 | 43 | </div>
|
42 | 44 | <!-- Medium Devices -->
|
43 | 45 | <div class="md:flex flex-col pt-36 pb-20 pl-12 space-y-44 lg:hidden hidden">
|
44 | 46 | <div class="flex justify-start">
|
45 | 47 | <div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-24 transition duration-700 ease-in-out">
|
46 | 48 | {% call cube(dimen=200, bg="purple") -%}
|
47 | 49 | <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"> |
49 | 51 | </div>
|
50 | 52 | {%- endcall %}
|
51 | 53 | <p>Privacy Activist, Probably Private</p>
|
52 | 54 | </div>
|
| 55 | + {# |
53 | 56 | <div class="group relative motion-safe:transform motion-safe:hover:translate-y-48 ml-28 transition duration-700 ease-in-out">
|
54 | 57 | {% call cube(dimen=200, bg="lime") -%}
|
55 | 58 | <div class="flex items-center justify-center w-full h-full">
|
|
76 | 79 | {%- endcall %}
|
77 | 80 | <p>Announcing Soon!</p>
|
78 | 81 | </div>
|
| 82 | + #} |
79 | 83 | </div>
|
80 | 84 | </div>
|
81 | 85 | <!-- Small Devices -->
|
|
84 | 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">
|
85 | 89 | {% call cube(width=214, height=208, depth=31, bg="purple") -%}
|
86 | 90 | <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"> |
88 | 92 | </div>
|
89 | 93 | {%- endcall %}
|
90 | 94 | <p>Privacy Activist,</p>
|
91 | 95 | <p>Probably Private</p>
|
92 | 96 | </div>
|
93 | 97 | </div>
|
| 98 | + {# |
94 | 99 | <div class="flex-shrink-0">
|
95 | 100 | <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">
|
96 | 101 | {% call cube(width=214, height=208, depth=31, bg="purple") -%}
|
|
121 | 126 | <p>Announcing Soon!</p>
|
122 | 127 | </div>
|
123 | 128 | </div>
|
| 129 | + #} |
124 | 130 | </div>
|
125 | 131 | </section>
|
0 commit comments