Skip to content

Commit c58e6bf

Browse files
committed
feat: Added the FAQ
1 parent 456d4eb commit c58e6bf

2 files changed

Lines changed: 72 additions & 4 deletions

File tree

public/frosh/2025/index.html

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2>Did you know...</h2>
9797

9898
<section>
9999
<div class="section-container">
100-
<h2></h2>
100+
<h2>Who's organizing this?</h2>
101101
<div class="section-content">
102102
<p>
103103
The SFU <strong>Computing Science Student Society (CSSS)</strong> is a student-led
@@ -267,7 +267,7 @@ <h2>Did you know...</h2>
267267
</p>
268268
</aside>
269269

270-
<section>
270+
<section id="sponsors">
271271
<div class="section-container">
272272
<h2>Sponsors</h2>
273273
<div class="section-content">
@@ -296,6 +296,63 @@ <h2>Sponsors</h2>
296296
</div>
297297
</div>
298298
</section>
299+
300+
<section id="faq">
301+
<div class="section-container">
302+
<h2>Frequently Asked Questions</h2>
303+
<div class="section-content">
304+
<h3>Where will the events take place?</h3>
305+
<p>
306+
All events take place at the Simon Fraser University Burnaby campus. The locations per
307+
event can be found in the <a href="#schedule">schedule</a>. <br /><br />
308+
If you are having difficulty locating us, do not hesitate to contact Dina or Jake.
309+
(Contact information can be found in the CSSS Discord Server.)
310+
</p>
311+
<h3>What should I bring to the events?</h3>
312+
<p>
313+
Yourself. That's it.
314+
<br /><br />
315+
Except during PacMacro, you'll need a mobile device that has an internet connection.
316+
</p>
317+
<h3>What is Pac-Macro?</h3>
318+
<p>
319+
Pac-Macro is essentially Pacman in real life. Utilizing CSSS-developed software, the
320+
game will keep track of players' positions on campus, and display the locations of
321+
other players.
322+
</p>
323+
<h3>
324+
I can't come to every event, or am not free for the entire duration of an event. Is
325+
this OK?
326+
</h3>
327+
<p>
328+
You can come and go as you please during Frosh Week. Late arrivals or early departures
329+
are totally OK. If you cannot attend some events due to other commitments, that is
330+
fine also.
331+
</p>
332+
<h3>Why is it called "Comput<u>ing</u> Science", not "Comput<u>er</u> Science"?</h3>
333+
<p>
334+
CS at SFU has a long history. Way back in '73 when the School of Computing Science
335+
started at SFU, either "Computer Science" wasn't an idiom for the major yet, or we
336+
just decided to be different.
337+
</p>
338+
<h3>What courses should I take?</h3>
339+
<p>
340+
Contact the
341+
<a href="mailto:asadvise@sfu.ca" target="_blank">Faculty of Applied Science office</a>
342+
or ask the <a href="http://discord.sfucsss.org/">CSSS Discord</a> for course
343+
information.
344+
</p>
345+
<h3>I can't find a room!</h3>
346+
<p>
347+
SFU provides a very handy tool called the
348+
<a href="roomfinder.sfu.ca/apps/sfuroomfinder_web" target="_blank">Room Finder</a>.
349+
Simply input the room number (e.g., ASB 9703), and it will highlight the room on an
350+
interactive campus map. This works for the Burnaby, Surrey, and Vancouver campuses.
351+
</p>
352+
</div>
353+
<div class="section-footer"></div>
354+
</div>
355+
</section>
299356
</article>
300357
</main>
301358

public/frosh/2025/style.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,21 @@ main {
224224
gap: 1rem;
225225
padding: 0.5rem;
226226

227-
&>p {
227+
&>h3,
228+
p {
228229
padding: 0.5rem;
229-
border-radius: 5px;
230+
}
231+
232+
&>h3 {
233+
color: var(--c-secondary);
234+
}
235+
236+
&>p {
230237
color: white;
238+
239+
&>a {
240+
color: var(--c-top-main);
241+
}
231242
}
232243

233244
& strong {

0 commit comments

Comments
 (0)