|
5 | 5 | Key Note Speakers
|
6 | 6 | </div>
|
7 | 7 | <div class="lg:flex xl:flex lg:scale-[0.80] xl:scale-100 pt-36 lg:pl-2 xl:pl-12 space-x-20 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"> |
| 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 | <p class="-translate-y-8 -translate-x-8">Announcing Soon!</p>
|
10 | 10 | {% call cube(dimen=200, bg="purple") -%}
|
11 | 11 | <div>
|
12 | 12 | <img src="{{ env.baseUrl }}img/logo.png" alt="Date background" class="w-full h-full">
|
13 | 13 | </div>
|
14 | 14 | {%- endcall %}
|
15 | 15 | </div>
|
16 |
| - <div class="group relative motion-safe:transform motion-safe:hover:translate-y-44 transition duration-700 ease-in-out motion-safe:translate-y-32 translate-x-0 z-10" data-cube="2"> |
| 16 | + <div class="group relative motion-safe:transform motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out motion-safe:translate-y-32 translate-x-0 z-10" data-cube="2"> |
17 | 17 | {% call cube(dimen=200, bg="lime") -%}
|
18 | 18 | <div>
|
19 | 19 | <img src="{{ env.baseUrl }}img/logo.png" alt="Date background" class="w-full h-full">
|
20 | 20 | </div>
|
21 | 21 | {%- endcall %}
|
22 | 22 | <p class="translate-y-8 translate-x-12">Announcing Soon!</p>
|
23 | 23 | </div>
|
24 |
| - <div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out -translate-x-20" data-cube="3"> |
| 24 | + <div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:translate-y-12 transition duration-700 ease-in-out -translate-x-20" data-cube="3"> |
25 | 25 | <p class="-translate-y-8 -translate-x-8">Announcing Soon!</p>
|
26 | 26 | {% call cube(dimen=200, bg="purple") -%}
|
27 | 27 | <div>
|
28 | 28 | <img src="{{ env.baseUrl }}img/logo.png" alt="Date background" class="w-full h-full">
|
29 | 29 | </div>
|
30 | 30 | {%- endcall %}
|
31 | 31 | </div>
|
32 |
| - <div class="group relative motion-safe:transform motion-safe:hover:translate-y-44 transition duration-700 ease-in-out -translate-x-20 motion-safe:translate-y-32" data-cube="4"> |
| 32 | + <div class="group relative motion-safe:transform motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out -translate-x-20 motion-safe:translate-y-32" data-cube="4"> |
33 | 33 | {% call cube(dimen=200, bg="lime") -%}
|
34 | 34 | <div>
|
35 | 35 | <img src="{{ env.baseUrl }}img/logo.png" alt="Date background" class="w-full h-full">
|
|
0 commit comments