Skip to content

Commit 516c227

Browse files
authored
Merge branch 'main' into child_care_section
2 parents 84b1998 + ebb4c13 commit 516c227

File tree

3 files changed

+10
-33
lines changed

3 files changed

+10
-33
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="flex items-center justify-center w-full h-full">
1212
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png"
1313
alt="Katharine Jarmul"
14-
class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain">
14+
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
1515
</div>
1616
</div>
1717
</div>
@@ -20,41 +20,18 @@
2020
<div class="flex items-center justify-center w-full h-full">
2121
<img src="{{ env.baseUrl }}img/speakers/dawnwages.png"
2222
alt="Dawn Wages"
23-
class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain">
23+
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
2424
</div>
2525
</div>
2626
</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">
3928
<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-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
33+
</div>
5734
</div>
58-
</div> #}
35+
</div>
5936
</div>
6037
</section>

src/cfp/poster.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: base.njk
1111
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
1212
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">
1313
<div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#FFFFFF] text-center lg:text-left">
14-
Panel Discussions
14+
Poster Presentations
1515
</div>
1616
<div class="text-md lg:text-xl pt-12 text-[#FFFFFF] lg:pr-10 text-justify">
1717
<p>PyCon India 2025 invites proposals for poster presentations that encourage creative and interactive sharing of projects and ideas within the Python community. Featuring a graphical summary on an A0-sized board, this format allows presenters to engage with attendees in an informal setting, making it ideal for showcasing early-stage concepts, niche topics, and research while fostering meaningful discussions and networking opportunities.</p>
383 KB
Loading

0 commit comments

Comments
 (0)