-
Notifications
You must be signed in to change notification settings - Fork 5
/
faq.html
183 lines (173 loc) · 10.2 KB
/
faq.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, width=device-width">
<link rel= "stylesheet" type= "text/css" href= "./static/styles/layout.css">
<link rel="shortcut icon" href="./static/images/vrmc_logo_clearbg.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>FAQs</title>
<link rel= "stylesheet" type= "text/css" href= "./static/styles/faq.css">
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fa fa-bars" style="color: #800000"></i>
</label>
<a href="./index.html"><img src="./static/images/vrmc_name_clear.png" id="name-logo"></a>
<ul id="ul-container">
<li><a href="./aboutus.html" class="">About Us</a></li>
<li><a href="./achievements.html" class="">Achievements</a></li>
<li><a href="./events.html" class="">Events</a></li>
<li><a href="./competitions.html" class="">Competitions</a></li>
<li><a href="./faq.html" class="">FAQs</a></li>
<li><a href="./gallery.html" class="">Gallery</a></li>
</ul>
</nav>
<section class="container" id="maincontent">
<section id="accordion">
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-17" aria-expanded="false" data-toggle="collapse" href="#faq-17" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
Are there any prerequisites to joining VRMC?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-17" style="">
<div class="card card-body border-0 p-0">
<p class="ans">There are no prerequisites to joining VRMC. Training will be tailored to suit the skill level of the incoming batch.</p>
</div>
</div>
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-18" aria-expanded="false" data-toggle="collapse" href="#faq-18" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
Can I join multiple CCAs including VRMC?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-18" style="">
<div class="card card-body border-0 p-0">
<p class="ans">Yes! This is provided that your other CCAs do not clash with each other. VRMC is from Wednesdays 330pm-6pm or Thursdays 330pm-6pm, depending on the week. No approval is required from us for this, just ensure there is no clash :)</p>
</div>
</div>
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-19" aria-expanded="false" data-toggle="collapse" href="#faq-19" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
What programming languages do you use/teach?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-19" style="">
<div class="card card-body border-0 p-0">
<p class="ans">This heavily depends on what is needed for competitions and matches the interests of our members. As such, it is highly variable and will depend on the training plans from EXCO of the year. The summary of languages provided below is based on our current training curriculum.</p>
<p class="ans">
Programming - Python for scripting, C++ for algorithmic programming
</p>
<p class="ans">
Electronics/Drones - C/C++ for Arduino
</p>
<p class="ans">
VEX - Block programming and C++
</p>
</div>
</div>
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-20" aria-expanded="false" data-toggle="collapse" href="#faq-20" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
When do members pick their specialisation?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-20" style="">
<div class="card card-body border-0 p-0">
<p class="ans">
Upon joining the CCA, members will be given a while to explore the available specialisations before choosing one. Following that, near the end of Term 1, members will be asked to select a specialisation to join for the rest of their term in the CCA. In Term 2, training sessions will be split by specialisations.
</div>
</div>
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-21" aria-expanded="false" data-toggle="collapse" href="#faq-21" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
Are laptops required for training?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-21" style="">
<div class="card card-body border-0 p-0">
<p class="ans">
Only for the programming specialisation, laptops are required for regular training sessions. For other specialisations, Drones, Vex and Electronics, although highly encouraged, do not require a laptop and those without a laptop can simply work on other parts of the project.
</p>
</div>
</div>
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-22" aria-expanded="false" data-toggle="collapse" href="#faq-22" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
What are the leadership opportunities in VRMC?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-22" style="">
<div class="card card-body border-0 p-0">
<p class="ans">
There is a total of 7 EXCO positions in VRMC: Chairman, Vice-Chairman, Secretary and the respective Heads of each specialisation.
</p>
<p class="ans">
Other than our main EXCO positions, which will be chosen around the beginning of your term, various events such as our March Camp or J2 Farewell do include opportunities such as Group or Station Facilitators.
</p>
</div>
</div>
<a class="py-3 d-block h-100 w-100 position-relative z-index-1 pr-1 text-secondary border-top" aria-controls="faq-23" aria-expanded="false" data-toggle="collapse" href="#faq-23" role="button">
<div class="position-relative">
<h2 class="qn m-0 pr-3">
Is VRMC stressful?
</h2>
<div class="position-absolute top-0 right-0 h-100 d-flex align-items-center">
<i class="fa fa-plus"></i>
</div>
</div>
</a>
<div class="collapse" id="faq-23" style="">
<div class="card card-body border-0 p-0">
<p class="ans">
We do have a lot of competitions ranging throughout the year. However, the workload is dependent on the specialisation head and the EXCO of the year. It is generally quite manageable.
</p>
<p class="ans">
We try to build a more encouraging and welcoming environment where it simply feels like you are hanging out with your friends for 2+ hours a week instead of coming to a boring teaching classroom.
</p>
</div>
</div>
</section>
</section>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<footer>
<label class="footer">©VRMC 2023</label>
<a href="https://github.com/vrmc/vrmc.github.io" target="_blank" class="git" style="color: white">Link to Github</a>
<a href="https://www.instagram.com/vjrobotics/" target="_blank" class="fa fa-instagram insta" style="color: white"></a>
<a href="https://www.youtube.com/@VRMC" target="_blank" class="fa fa-youtube yt" style="color: white"></a>
</footer>
</body>
</html>