forked from thedevslot/WhatATheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
36 lines (30 loc) · 1.73 KB
/
faq.html
File metadata and controls
36 lines (30 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: compress
title: FAQ
accordion:
- title: Who can join SWIFT?
content: SWIFT is open to EVERYONE. Any major, any grade level, any amount of experience - you name it, we want YOU!
- title: How can I get involved in SWIFT?
content: The best way to join the learning and fun is to show up to our weekly, in-person meetings and workshops. Between weekly meetings and workshops, an always-active Discord, and several other events sprinkled throughout the semster (like Tech Symposium and RvB), there's always something to do to get involved in SWIFT. Additionally, SWIFT is always looking for more hands to join in on our projects so just ask!
- title: What is the Swintern program? How can I join?
content: The Swintern (SWIFT Intern) program is an opportunity for students to get exposure to all the aspects of SWIFT as a club. Swinterns have opportunities to work in any SWIFT department, but responsibilities vary based on each Swintern's skills and interests. Examples include creating graphics, creating presentations and workshops, participating in R&D, and much more. Swintern applications usually open during the last few months of every semester.
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navbar.html %}
<section class="hero is-fullheight has-text-centered has-background-black-ter" id="membership"
style="background-color: #1f1f1f;">
<div class="hero-body">
<div class="container">
<div style="text-align: left">
<h1>Frequently Asked Questions</h1>
{% include accordian.html %}
</div>
</div>
</section>
<!--Footer begins here-->
{% include footer.html %}
</body>
</html>