|
24 | 24 | </div> |
25 | 25 | </div> |
26 | 26 | </div> |
27 | | - {# <div class="flex-shrink-0"> |
28 | | - <div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:translate-y-6 md:motion-safe:hover:translate-y-12 transition duration-700 ease-in-out"> |
29 | | - {% call cube(dimen=256, bg="lime") -%} |
30 | | - <div class="flex items-center justify-center w-full h-full"> |
31 | | - <img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain"> |
32 | | - </div> |
33 | | - {%- endcall %} |
34 | | - <p class="text-center mt-4 text-sm md:text-base">Announcing Soon!</p> |
35 | | - </div> |
36 | | - </div> #} |
37 | | - |
38 | | - {# <div class="flex-shrink-0"> |
| 27 | + <div class="flex-shrink-0"> |
39 | 28 | <div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-6 md:motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out"> |
40 | | - {% call cube(dimen=256, bg="purple") -%} |
41 | | - <div class="flex items-center justify-center w-full h-full"> |
42 | | - <img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain"> |
43 | | - </div> |
44 | | - {%- endcall %} |
45 | | - <p class="text-center mt-4 text-sm md:text-base">Announcing Soon!</p> |
46 | | - </div> |
47 | | - </div> #} |
48 | | - |
49 | | - {# <div class="flex-shrink-0"> |
50 | | - <div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:translate-y-6 md:motion-safe:hover:translate-y-12 transition duration-700 ease-in-out"> |
51 | | - {% call cube(dimen=256, bg="lime") -%} |
52 | | - <div class="flex items-center justify-center w-full h-full"> |
53 | | - <img src="{{ env.baseUrl }}img/logo.png" alt="PyCon India Logo" class="w-3/4 h-3/4 object-contain"> |
54 | | - </div> |
55 | | - {%- endcall %} |
56 | | - <p class="text-center mt-4 text-sm md:text-base">Announcing Soon!</p> |
| 29 | + <div class="flex items-center justify-center w-full h-full"> |
| 30 | + <img src="{{ env.baseUrl }}img/speakers/reuvenlerner.png" |
| 31 | + alt="Reuven Lerner" |
| 32 | + class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain"> |
| 33 | + </div> |
57 | 34 | </div> |
58 | | - </div> #} |
| 35 | + </div> |
59 | 36 | </div> |
60 | 37 | </section> |
0 commit comments