Skip to content

Commit f190d88

Browse files
Updated Dev Sprint venue and registration details (#205)
1 parent e11929f commit f190d88

File tree

4 files changed

+47
-42
lines changed

4 files changed

+47
-42
lines changed

src/_data/event_schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devsprint": {
1616
"title": "15 Sep - Dev Sprint",
17-
"body": "To be announced",
17+
"body": "Scaler School of Technology, Bengaluru",
1818
"theme": "blue"
1919
}
2020
}

src/cfp/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ layout: base.njk
103103
</li>
104104
<li class="flex">
105105
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
106-
<span><span class="font-semibold">Dev Sprint:</span> To be announced</span>
106+
<span><span class="font-semibold">Dev Sprint:</span> Scaler School of Technology, Bengaluru</span>
107107
</li>
108108
</ul>
109109
</div>

src/program/dev-sprint.njk

Lines changed: 44 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -66,48 +66,53 @@ layout: base.njk
6666
<div>
6767
<div
6868
class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left">
69-
<p>Schedule</p>
69+
<p>How to Participate</p>
7070
</div>
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>
71+
<div class="grid md:grid-cols-2 gap-8 pt-6 text-base md:text-lg">
72+
<div class="flex">
73+
{% call flatCard(bg="lime", class="rounded-2xl shadow-md p-6 flex flex-col justify-between
74+
w-full") -%}
75+
<div>
76+
<div class="flex items-center mb-4">
77+
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Schedule Icon"
78+
class="w-6 h-6 mr-3">
79+
<h3 class="text-xl md:text-3xl">Schedule</h3>
80+
</div>
81+
<p class="text-2xl text-black mb-4">
82+
<span class="font-semibold">Date:</span>
83+
<span>15 September 2025, Monday</span>
84+
</p>
85+
<p class="text-2xl text-black mb-4">
86+
<span class="font-semibold">Time:</span>
87+
<span>9:00 AM - 5:00 PM</span>
88+
</p>
89+
<p class="text-2xl text-black">
90+
<span class="font-semibold">Join the Sprint:</span>
91+
<span>Instructions will be sent to all the conference attendees soon!</span>
92+
</p>
93+
</div>
94+
{%- endcall %}
9795
</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>
96+
97+
<div class="flex">
98+
{% call flatCard(bg="lime", class="rounded-2xl shadow-md p-6 flex flex-col justify-between
99+
w-full") -%}
100+
<div>
101+
<div class="flex items-center mb-4">
102+
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Venue Icon"
103+
class="w-6 h-6 mr-3">
104+
<h3 class="text-xl md:text-3xl">Venue</h3>
105+
</div>
106+
<p class="text-2xl font-semibold mb-2">Scaler School of Technology</p>
107+
<p class="text-2xl text-black leading-relaxed">
108+
14, 3rd Cross, Parappana Agrahar, Electronics City Phase 1,<br>
109+
Bengaluru, Karnataka 560100
110+
</p>
111+
</div>
112+
<div class="mt-6">
113+
{{ button(text="Find Directions", url="https://maps.app.goo.gl/6RuSSu5QaUdz1RZs9",
114+
lime_bg=false, env=env) }}
102115
</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>
111116
{%- endcall %}
112117
</div>
113118
</div>

src/program/speakers.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ layout: base.njk
7979
</div>
8080
{% endfor %}
8181
</div>
82-
</div>
82+
</div>

0 commit comments

Comments
 (0)