Skip to content

Commit 3cf4ff2

Browse files
Dev Sprint page: venue search and RSVP info (#188)
1 parent e79e02e commit 3cf4ff2

File tree

1 file changed

+42
-19
lines changed

1 file changed

+42
-19
lines changed

src/program/dev-sprint.njk

Lines changed: 42 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,48 @@ layout: base.njk
6868
class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
6969
<p>Schedule</p>
7070
</div>
71-
<div class="pt-4 text-md">
72-
<p class="flex items-start">
73-
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
74-
class="w-4 h-4 mr-2 mt-1">
75-
<span> <span class="font-semibold">Date:</span> 15 September 2025, 9:00 AM to 5:00 PM
76-
</span>
77-
</p>
78-
<p class="flex items-start">
79-
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
80-
class="w-4 h-4 mr-2 mt-1">
81-
<span> <span class="font-semibold">Venue:</span> To be announced
82-
</span>
83-
</p>
84-
<p class="flex items-start">
85-
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
86-
class="w-4 h-4 mr-2 mt-1">
87-
<span> <span class="font-semibold">Location:</span> Bengaluru, India
88-
</span>
89-
</p>
71+
<div class="grid md:grid-cols-2 gap-8 pt-4 text-md">
72+
<div>
73+
<p class="flex items-start">
74+
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
75+
class="w-4 h-4 mr-2 mt-1">
76+
<span> <span class="font-semibold">Date:</span> 15 September 2025, 9:00 AM to 5:00 PM
77+
</span>
78+
</p>
79+
<p class="flex items-start">
80+
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
81+
class="w-4 h-4 mr-2 mt-1">
82+
<span> <span class="font-semibold">Venue:</span> To be announced
83+
</span>
84+
</p>
85+
<p class="flex items-start">
86+
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
87+
class="w-4 h-4 mr-2 mt-1">
88+
<span> <span class="font-semibold">Join the Sprint:</span> RSVP details coming soon
89+
</span>
90+
</p>
91+
<p class="flex items-start">
92+
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon"
93+
class="w-4 h-4 mr-2 mt-1">
94+
<span> <span class="font-semibold">Location:</span> Bengaluru, India
95+
</span>
96+
</p>
97+
</div>
98+
<div class="-mt-4">
99+
{% call flatCard(bg="lime") -%}
100+
<div class="flex items-start mb-2">
101+
<span class="text-xl md:text-2xl font-semibold">Help us find a venue</span>
102+
</div>
103+
<p class="text-2xl text-black">
104+
We are currently exploring venue options for the Dev Sprint event. If you have any
105+
recommendations
106+
or leads, please reach out to us at
107+
<a href="mailto:[email protected]" target="_blank" class="font-light text-2xl">
108+
109+
</a>
110+
</p>
111+
{%- endcall %}
112+
</div>
90113
</div>
91114
</div>
92115
</div>

0 commit comments

Comments
 (0)