Skip to content

Commit 2ec3bea

Browse files
committed
feat: Various changes
* Fixed jumping to sections so the title is not under the header. * Reworded some sections * Added the full schedule for Friday and Saturday
1 parent c58e6bf commit 2ec3bea

2 files changed

Lines changed: 71 additions & 17 deletions

File tree

public/frosh/2025/index.html

Lines changed: 68 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h2>Did you know...</h2>
168168
</p>
169169
</aside>
170170

171-
<section id="schedule">
171+
<section id="schedule" class="jump-section">
172172
<div class="section-container">
173173
<h2>Schedule</h2>
174174
<div class="section-content">
@@ -177,12 +177,12 @@ <h2>Schedule</h2>
177177
<strong>Monday, September 8</strong> to <strong>Saturday, September 13</strong>
178178
</p>
179179
<p>
180-
There is something for everyone and even if you can't make all the events, we hope to
181-
see you at as many as you can! Any changes will be announced over
180+
There's something for everyone at Frosh, so we hope to see you at as many events as
181+
possible! If there are any changes in the schedule, we will notify everyone through
182182
<strong>email</strong> and <strong>announcements on Discord</strong>, so make sure
183183
you've signed up or joined the server.
184184
</p>
185-
<p>Here's a summary of what's to come. Click on an event to learn more.</p>
185+
<p>Here's a summary of what's to come.</p>
186186
<div id="calendar">
187187
<div class="bg-box">
188188
<h3>Monday</h3>
@@ -242,17 +242,73 @@ <h4>BBQ & Board Games</h4>
242242
</p>
243243
</div>
244244
<div class="bg-box">
245-
<h3>
246-
Friday - Saturday <span>7PM - 9AM</span>
247-
<div>TASC 1 9204</div>
248-
</h3>
249-
<h4>Midnight Madnesss</h4>
245+
<h3>Friday</h3>
246+
<h4>Midnight Madness</h4>
250247
<p>
251248
Midnight Madness is the grand finale of Ducky Frosh, a 12-hour overnight
252249
extravaganza packed with games, challenges, food, and bonding. Students compete in
253250
activities representing the five Applied Science Schools, and build lasting
254251
memories.
255252
</p>
253+
254+
<br />
255+
256+
<h4>Pre-Madness</h4>
257+
<time datetime="19:00">7 PM</time> - <time datetime="21:00">9 PM</time>
258+
<div>TASC-1 9204</div>
259+
<p>Check-in, get oriented and get introduced to the Madness.</p>
260+
261+
<br />
262+
263+
<h4>Poster Competition</h4>
264+
<time datetime="21:30">9:30 PM</time> - <time datetime="22:30">10:30 PM</time>
265+
<div>Academic Quadrangle</div>
266+
267+
<br />
268+
269+
<h4>Amazing Race/Capture the Flag</h4>
270+
<time datetime="22:30">10:30 PM</time> - <time datetime="00:00">12 AM</time>
271+
<div>Academic Quadrangle</div>
272+
</div>
273+
<div class="bg-box">
274+
<h3>Saturday</h3>
275+
<h4>Midnight Pizza Dinner</h4>
276+
<time datetime="00:00">12 AM</time> - <time datetime="1:00">1 AM</time>
277+
<div>TASC-1 9204</div>
278+
279+
<br />
280+
281+
<h4>Scavenger Hunt</h4>
282+
<time datetime="01:00">1 AM</time> - <time datetime="03:00">3 AM</time>
283+
<div>TASC-1 9204</div>
284+
285+
<br />
286+
287+
<h4>Trivia and Games</h4>
288+
<time datetime="03:00">3 AM</time> - <time datetime="04:00">4 AM</time>
289+
<div>TASC-1 9204</div>
290+
291+
<br />
292+
293+
<h4>Various Activities</h4>
294+
<time datetime="04:30">4:30 AM</time> - <time datetime="06:00">6 AM</time>
295+
<p>Board games and JackBox @ TASC-1 9204</p>
296+
<p>Karaoke @ Academic Quadrangle 3159</p>
297+
<p>Participate in the <strong>Slurpee Race</strong> @ TBD</p>
298+
299+
<br />
300+
301+
<h4 style="color: #ffd754">Ramming Ceremony</h4>
302+
<time datetime="06:30">6:30 AM</time> - <time datetime="07:00">7 AM</time>
303+
<div>Academic Quadrangle Pond</div>
304+
305+
<br />
306+
307+
<h4>Breakfast</h4>
308+
<time datetime="07:00">7 AM</time> ~ <time datetime="09:00">9 AM</time>
309+
<div>Dining Commons</div>
310+
311+
<br />
256312
</div>
257313
</div>
258314
</div>
@@ -267,7 +323,7 @@ <h2>Did you know...</h2>
267323
</p>
268324
</aside>
269325

270-
<section id="sponsors">
326+
<section id="sponsors" class="jump-section">
271327
<div class="section-container">
272328
<h2>Sponsors</h2>
273329
<div class="section-content">
@@ -297,7 +353,7 @@ <h2>Sponsors</h2>
297353
</div>
298354
</section>
299355

300-
<section id="faq">
356+
<section id="faq" class="jump-section">
301357
<div class="section-container">
302358
<h2>Frequently Asked Questions</h2>
303359
<div class="section-content">
@@ -312,7 +368,7 @@ <h3>What should I bring to the events?</h3>
312368
<p>
313369
Yourself. That's it.
314370
<br /><br />
315-
Except during PacMacro, you'll need a mobile device that has an internet connection.
371+
Except during Pac-Macro, you'll need a mobile device that has an internet connection.
316372
</p>
317373
<h3>What is Pac-Macro?</h3>
318374
<p>

public/frosh/2025/style.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ main {
192192
background: linear-gradient(to bottom, var(--c-top-main) 0, var(--c-bot-main) 100%);
193193
padding-bottom: 5rem;
194194

195-
196195
&>article {
197196
display: grid;
198197
place-items: center;
@@ -225,9 +224,7 @@ main {
225224
padding: 0.5rem;
226225

227226
&>h3,
228-
p {
229-
padding: 0.5rem;
230-
}
227+
p {}
231228

232229
&>h3 {
233230
color: var(--c-secondary);
@@ -357,7 +354,8 @@ footer {
357354
flex-wrap: wrap;
358355

359356
&>.bg-box {
360-
flex: 1 1 15rem;
357+
width: 100%;
358+
flex: 1 1 30%;
361359
}
362360
}
363361
}

0 commit comments

Comments
 (0)