Skip to content

Commit a29c27f

Browse files
committed
Updated Image; Added Registration Link Back
1 parent bdad5c6 commit a29c27f

File tree

2 files changed

+70
-31
lines changed

2 files changed

+70
-31
lines changed
Loading

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

Lines changed: 70 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,17 @@ import { Image } from "astro:assets";
4343
<p class="mt-6 text-lg leading-8 text-gray-300">
4444
Attend. Create. Innovate. Transform Seward in 24 Hours!<br />
4545
<span class="text-gray-100 font-bold">
46-
Cattle Conference Hall, 800 N Columbia Ave at 1:30 PM November 1st.
46+
Concordia University, Nebraska at 1:30 PM November 1st.
4747
</span>
48-
49-
<a class="decoration-gray-100 underline" href="#schedule">
50-
Schedule available below!
48+
<br />
49+
<a class="decoration-gray-100 underline" href="#details">
50+
Schedule and Details below!
51+
</a>
52+
<a
53+
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"
54+
href="https://docs.google.com/forms/d/e/1FAIpQLSdAg6XEZHVW2qHrEKp3xuez_AwTA1ak3dzOlu9GcyEStzlbUw/viewform"
55+
>
56+
Sign Up Now
5157
</a>
5258
</p>
5359
</div>
@@ -97,6 +103,7 @@ import { Image } from "astro:assets";
97103
</div>
98104

99105
<article
106+
id="details"
100107
class="mx-auto max-w-3xl text-base leading-7 text-gray-700 py-8 px-4 sm:px-0"
101108
>
102109
<p class="text-base font-semibold leading-7 text-cune-blue">
@@ -110,8 +117,21 @@ import { Image } from "astro:assets";
110117
<p class="mt-6 text-xl leading-8">
111118
Join us for an exhilarating two-day challenge, during which you'll bring
112119
your ideas to life and turn your vision into reality! <br />
120+
<h3 class="text-xl font-bold tracking-tight text-gray-900 mt-3">TLDR</h3>
121+
<ul class="list-inside list-disc mb-3">
122+
<li>
123+
Event starts at 1:30 PM November 1st & ends 1:30 PM November 2nd
124+
</li>
125+
<li>
126+
Event is located at Cattle Conference Hall, 800 N Columbia Ave. 68434
127+
</li>
128+
<li>
129+
Come if you are interested in technology, rural innovation, or just
130+
creating solutions!
131+
</li>
132+
</ul>
113133
<a class="decoration-cune-blue underline" href="#schedule">
114-
See our schedule
134+
See our schedule below
115135
</a>
116136
</p>
117137
<figure class="mt-16">
@@ -121,33 +141,33 @@ import { Image } from "astro:assets";
121141
alt="Janzow Campus Center, where the event will be held"
122142
/>
123143
</figure>
124-
<section class="max-w-7xl mt-10">
125-
<h2 class="text-2xl font-bold tracking-tight text-gray-900">
126-
Who is it for?
127-
</h2>
128-
<p class="mt-6">
129-
This event is open to all high school and college students, whether
130-
you're a seasoned coder or simply curious about how technology can solve
131-
real-world problems.
132-
</p>
133-
</section>
134-
<section class="max-w-7xl mt-10">
135-
<h2 class="text-2xl font-bold tracking-tight text-gray-900">
136-
What experience do I need?
137-
</h2>
138-
<p class="mt-6">
139-
No prior experience is needed—just bring your creativity and enthusiasm!
140-
Complete a workshop on building software without programming, learn from
141-
experts, and take a break with fun activities like video games and board
142-
games. Collaborate with fellow students, tackle challenges, and compete
143-
for prizes.
144-
</p>
145-
</section>
146144
<section class="max-w-7xl mt-10">
147145
<h2 class="text-2xl font-bold tracking-tight text-gray-900">
148146
Frequently Asked Questions
149147
</h2>
150148
<p class="mt-6">
149+
<h2
150+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
151+
>
152+
Who is it for?
153+
</h2>
154+
<p class="mt-6">
155+
This event is open to all high school and college students, whether
156+
you're a seasoned coder or simply curious about how technology can
157+
solve real-world problems.
158+
</p>
159+
<h2
160+
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
161+
>
162+
What experience do I need?
163+
</h2>
164+
<p class="mt-6">
165+
No prior experience is needed—just bring your creativity and
166+
enthusiasm! Complete a workshop on building software without
167+
programming, learn from experts, and take a break with fun activities
168+
like video games and board games. Collaborate with fellow students,
169+
tackle challenges, and compete for prizes.
170+
</p>
151171
<h3
152172
class="text-xl font-semibold tracking-tight text-gray-900 mt-6 mb-3"
153173
>
@@ -320,7 +340,7 @@ import { Image } from "astro:assets";
320340
>
321341
6:00PM - 7:00PM
322342
</th>
323-
<td class="px-6 py-4"> Pizza Dinner</td>
343+
<td class="px-6 py-4"> Pizza Dinner<br />Continue Hacking</td>
324344
</tr>
325345
<tr class="bg-white">
326346
<th
@@ -331,7 +351,7 @@ import { Image } from "astro:assets";
331351
</th>
332352
<td class="px-6 py-4">
333353
Games & Video Games: Super Smash Bros. Ultimate & MarioKart 8
334-
Deluxe!</td
354+
Deluxe!<br />Continue Hacking</td
335355
>
336356
</tr>
337357
<tr class="bg-white">
@@ -384,7 +404,7 @@ import { Image } from "astro:assets";
384404
<td class="px-6 py-4">
385405
Optional Workshop: <em class="italic"
386406
>Storytelling & Pitching</em
387-
></td
407+
><br />Continue Hacking</td
388408
>
389409
</tr>
390410
<tr class="bg-white">
@@ -395,7 +415,8 @@ import { Image } from "astro:assets";
395415
9:00AM - 10:00AM
396416
</th>
397417
<td class="px-6 py-4">
398-
Optional workshop: <em class="italic">Design Mockups</em></td
418+
Optional workshop: <em class="italic">Design Mockups</em><br
419+
/>Continue Hacking</td
399420
>
400421
</tr>
401422
<tr class="bg-white">
@@ -451,5 +472,23 @@ import { Image } from "astro:assets";
451472
</p>
452473
</section>
453474
<hr class="max-w-7xl mx-auto mt-16" />
475+
<div class="lg:px-8 sm:py-32 sm:px-6 py-24 px-6">
476+
<div class="mx-auto max-w-2xl text-center" id="cta">
477+
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
478+
Sign up Today!
479+
</h2>
480+
<p class="mx-auto mt-6 text-lg leading-8 text-gray-600">
481+
If you are intested in joining, please sign up using the form below!
482+
</p>
483+
<div class="mt-10 flex items-center justify-center gap-x-6">
484+
<a
485+
class="rounded-md bg-cune-blue px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm"
486+
href="https://docs.google.com/forms/d/e/1FAIpQLSdAg6XEZHVW2qHrEKp3xuez_AwTA1ak3dzOlu9GcyEStzlbUw/viewform"
487+
>
488+
Reach Out
489+
</a>
490+
</div>
491+
</div>
492+
</div>
454493
</article>
455494
</Layout>

0 commit comments

Comments
 (0)