Skip to content

Commit 828b8de

Browse files
committed
Added Schedule & FAQ
1 parent c3884ef commit 828b8de

File tree

1 file changed

+304
-2
lines changed

1 file changed

+304
-2
lines changed

src/pages/specials/tech-builders-challenge.astro

Lines changed: 304 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ import { Image } from "astro:assets";
4545
<span class="text-gray-100 font-bold">
4646
Cattle Conference Hall, 800 N Columbia Ave at 1:30 PM September 20th
4747
</span>
48+
49+
<a class="decoration-gray-100 underline" href="#schedule">
50+
Schedule available below!
51+
</a>
4852
<a
4953
class="mt-6 rounded-md bg-transparent ring ring-white px-3.5 py-2.5 text-sm font-bold shadow-sm hover:bg-cune-blue text-white block"
5054
href="https://docs.google.com/forms/d/e/1FAIpQLSdAg6XEZHVW2qHrEKp3xuez_AwTA1ak3dzOlu9GcyEStzlbUw/viewform"
@@ -109,7 +113,10 @@ import { Image } from "astro:assets";
109113
</h1>
110114
<p class="mt-6 text-xl leading-8">
111115
Join us for an exhilarating two-day challenge, during which you'll bring
112-
your ideas to life and turn your vision into reality!
116+
your ideas to life and turn your vision into reality! <br />
117+
<a class="decoration-cune-blue underline" href="#schedule">
118+
See our schedule
119+
</a>
113120
</p>
114121
<figure class="mt-16">
115122
<Image
@@ -140,6 +147,79 @@ import { Image } from "astro:assets";
140147
for prizes.
141148
</p>
142149
</section>
150+
<section class="max-w-7xl mt-10">
151+
<h2 class="text-2xl font-bold tracking-tight text-gray-900">
152+
Frequently Asked Questions
153+
</h2>
154+
<p class="mt-6">
155+
<h3
156+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
157+
>
158+
Would it be okay for people to only participate on Saturday, Sept.
159+
21st?
160+
</h3>
161+
<p>
162+
Ideally, students would be in attendance on both days. We have not
163+
considered whether students could participate in the opening
164+
activities virtually.
165+
</p>
166+
<h3
167+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
168+
>
169+
What are the activities?
170+
</h3>
171+
<p>
172+
We have two main kinds of activities: fun & learning. <br />
173+
For fun activities we will have a variety of board games available.
174+
We will also host a Mariokart Team Battle Tournament along with a
175+
Super Smash Bros. Ultimate King of the Hill. In addition, Concordia
176+
University's Overwatch Match will be streamed!
177+
<br />
178+
Our learning activities include a variety of workshops (found on the
179+
schedule) focused around building a product and marketing that
180+
product. Some examples are:
181+
<br />
182+
<ul class="list-inside list-disc space-y-3">
183+
<li class="mt-3">
184+
<em class="font-semibold">Softr Workshop</em>: Learn how to build
185+
an engaging product with zero coding knowledge!
186+
</li>
187+
<li>
188+
<em class="font-semibold">Ideation & Team Creation Workshop</em>:
189+
Learn how to brainstorm effectively, as well as find partners for
190+
your idea
191+
</li>
192+
<li>
193+
<em class="font-semibold">Storytelling & Pitching Workshop</em>:
194+
Learn how best to market your product to investors and potential
195+
customers.
196+
</li>
197+
<li>
198+
<em class="font-semibold">Design Mockups Workshop</em>: Learn how
199+
to design an effective product, from simple logo mockups to a full
200+
design system.
201+
</li>
202+
</ul>
203+
</p>
204+
<h3
205+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
206+
>
207+
Do we have to follow the schedule?
208+
</h3>
209+
<p>
210+
The schedule below will be loosely followed. The major story beats -
211+
the opening, lunch, closing, etc - will be followed closely, but
212+
during the workshop and dinner time students are free and encouraged
213+
to continue working on their products.
214+
</p>
215+
<h3
216+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
217+
>
218+
When is the problem revealed?
219+
</h3>
220+
<p>The problem reveal will happen during the first day.</p>
221+
</p>
222+
</section>
143223
<section class="max-w-7xl mt-10">
144224
<h2 class="text-2xl font-bold tracking-tight text-gray-900">
145225
When is it?
@@ -152,14 +232,236 @@ import { Image } from "astro:assets";
152232
<address>800 N Columbia Avenue, Seward, NE, 68434</address>
153233
</p>
154234
</section>
235+
<section class="max-w-7xl mt-10">
236+
<h2 id="schedule" class="text-2xl font-bold tracking-tight text-gray-900">
237+
Event Schedule
238+
</h2>
239+
<h3
240+
id="schedule--day-1"
241+
class="text-xl font-semibold tracking-tight text-gray-900"
242+
>
243+
Day 1: Friday, September 20th
244+
</h3>
245+
<p class="mt-6">
246+
<div class="relative overflow-x-auto">
247+
<table class="w-full text-sm text-left rtl:text-right text-gray-500">
248+
<thead class="text-xs text-gray-900 uppercase">
249+
<tr>
250+
<th scope="col" class="px-6 py-3"> Time</th>
251+
<th scope="col" class="px-6 py-3"> Activity</th>
252+
</tr>
253+
</thead>
254+
<tbody>
255+
<tr class="bg-white">
256+
<th
257+
scope="row"
258+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
259+
>
260+
1:30PM - 1:55PM
261+
</th>
262+
<td class="px-6 py-4"> Check-In: Participants Arrive</td>
263+
</tr>
264+
<tr class="bg-white">
265+
<th
266+
scope="row"
267+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
268+
>
269+
1:55PM - 2:00PM
270+
</th>
271+
<td class="px-6 py-4"> Welcoming Remarks * Intro to Speaker</td>
272+
</tr>
273+
<tr class="bg-white">
274+
<th
275+
scope="row"
276+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
277+
>
278+
2:00PM - 2:30PM
279+
</th>
280+
<td class="px-6 py-4"> Keynote Speaker</td>
281+
</tr>
282+
<tr class="bg-white">
283+
<th
284+
scope="row"
285+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
286+
>
287+
2:30PM - 3:00PM
288+
</th>
289+
<td class="px-6 py-4">
290+
Kickoff Event - Overview, Rules, & Judging Criteria</td
291+
>
292+
</tr>
293+
<tr class="bg-white">
294+
<th
295+
scope="row"
296+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
297+
>
298+
3:00PM - 4:00PM
299+
</th>
300+
<td class="px-6 py-4">
301+
No-Code Workshop: <em class="italic"
302+
>Building a Job Board with Softr</em
303+
></td
304+
>
305+
</tr>
306+
<tr class="bg-white">
307+
<th
308+
scope="row"
309+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
310+
>
311+
4:00PM - 6:00PM
312+
</th>
313+
<td class="px-6 py-4">
314+
Hacking Session: Teams start working!<br /> Optional workshop:
315+
316+
317+
<em class="italic">Ideation & Team Creation</em></td
318+
>
319+
</tr>
320+
<tr class="bg-white">
321+
<th
322+
scope="row"
323+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
324+
>
325+
6:00PM - 7:00PM
326+
</th>
327+
<td class="px-6 py-4"> Pizza Dinner</td>
328+
</tr>
329+
<tr class="bg-white">
330+
<th
331+
scope="row"
332+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
333+
>
334+
7:00PM - 10:00PM
335+
</th>
336+
<td class="px-6 py-4">
337+
Games & Video Games: Super Smash Bros. Ultimate & MarioKart 8
338+
Deluxe!</td
339+
>
340+
</tr>
341+
<tr class="bg-white">
342+
<th
343+
scope="row"
344+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
345+
>
346+
10:00PM
347+
</th>
348+
<td class="px-6 py-4"> Spaces closes for the night!</td>
349+
</tr>
350+
</tbody>
351+
</table>
352+
</div>
353+
</p>
354+
<h3
355+
id="schedule--day-2"
356+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6"
357+
>
358+
Day 2: Saturday, September 21th
359+
</h3>
360+
<p class="mt-3">
361+
<div class="relative overflow-x-auto">
362+
<table class="w-full text-sm text-left rtl:text-right text-gray-500">
363+
<thead class="text-xs text-gray-900 uppercase">
364+
<tr>
365+
<th scope="col" class="px-6 py-3"> Time</th>
366+
<th scope="col" class="px-6 py-3"> Activity</th>
367+
</tr>
368+
</thead>
369+
<tbody>
370+
<tr class="bg-white">
371+
<th
372+
scope="row"
373+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
374+
>
375+
8:00AM - 8:15PM
376+
</th>
377+
<td class="px-6 py-4">
378+
Participants Arrive: Breakfast available!</td
379+
>
380+
</tr>
381+
<tr class="bg-white">
382+
<th
383+
scope="row"
384+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
385+
>
386+
8:15PM - 9:00PM
387+
</th>
388+
<td class="px-6 py-4">
389+
Optional Workshop: <em class="italic"
390+
>Storytelling & Pitching</em
391+
></td
392+
>
393+
</tr>
394+
<tr class="bg-white">
395+
<th
396+
scope="row"
397+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
398+
>
399+
9:00AM - 10:00AM
400+
</th>
401+
<td class="px-6 py-4">
402+
Optional workshop: <em class="italic">Design Mockups</em></td
403+
>
404+
</tr>
405+
<tr class="bg-white">
406+
<th
407+
scope="row"
408+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
409+
>
410+
10:00AM - 10:45PM
411+
</th>
412+
<td class="px-6 py-4"> Hacking Time</td>
413+
</tr>
414+
<tr class="bg-white">
415+
<th
416+
scope="row"
417+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
418+
>
419+
12:00PM - 1:00PM
420+
</th>
421+
<td class="px-6 py-4"> Lunch Banquet & Judging</td>
422+
</tr>
423+
<tr class="bg-white">
424+
<th
425+
scope="row"
426+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
427+
>
428+
1:00PM - 1:30PM
429+
</th>
430+
<td class="px-6 py-4">
431+
Results Announced <br /> Closing Ceremonies</td
432+
>
433+
</tr>
434+
<tr class="bg-white">
435+
<th
436+
scope="row"
437+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
438+
>
439+
1:30PM - 2:00PM
440+
</th>
441+
<td class="px-6 py-4"> Event networking / wrap up</td>
442+
</tr>
443+
<tr class="bg-white">
444+
<th
445+
scope="row"
446+
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap"
447+
>
448+
2:00PM
449+
</th>
450+
<td class="px-6 py-4"> Space closes for the day</td>
451+
</tr>
452+
</tbody>
453+
</table>
454+
</div>
455+
</p>
456+
</section>
155457
<hr class="max-w-7xl mx-auto mt-16" />
156458
<div class="lg:px-8 sm:py-32 sm:px-6 py-24 px-6">
157459
<div class="mx-auto max-w-2xl text-center" id="cta">
158460
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
159461
Sign up Today!
160462
</h2>
161463
<p class="mx-auto mt-6 text-lg leading-8 text-gray-600">
162-
If you are intested in joing, please sign up using the form below!
464+
If you are intested in joining, please sign up using the form below!
163465
</p>
164466
<div class="mt-10 flex items-center justify-center gap-x-6">
165467
<a

0 commit comments

Comments
 (0)