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