-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
430 lines (389 loc) · 24.5 KB
/
index.html
File metadata and controls
430 lines (389 loc) · 24.5 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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Do you want to explore your interests, develop new skills, or showcase your strengths? Explore the endless options available here at WCI Extracurriculars." />
<meta name="author" content="" />
<title>WCI Extracurriculars Website</title>
<!-- Favicon-->
<link rel="shortcut icon" type="image/png" href="assets/wcilogo.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/main.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<!-- Icons -->
<script src="https://kit.fontawesome.com/1d181eea71.js" crossorigin="anonymous"></script>
<script src="js/fetch_data.js"></script>
<link rel="stylesheet" type="text/css" href="glider.css">
<script src="glider.js"></script>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="index.html"><h3 id="title">WCI Extracurriculars</h3></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ms-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ms-auto py-4 py-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="clubs.html">Clubs</a></li>
<li class="nav-item"><a class="nav-link" href="athletics.html">Athletics</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="events.html">Events</a></li> -->
<li class="nav-item"><a class="nav-link" href="arts.html">Arts <i class="fa fa-caret-down"></i></a>
<ul>
<li class="nav-item"><a class="nav-link" href="dance.html">Dance</a></li>
<li class="nav-item"><a class="nav-link" href="drama.html">Drama</a></li>
<li class="nav-item"><a class="nav-link" href="music.html">Music</a></li>
<li class="nav-item"><a class="nav-link" href="visual_arts.html">Visual Arts</a></li>
</ul>
</li>
<li><button id="problem-button" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLSeObd94y7f_dbc9Cv0nAU0jB0U7DRDj88xlmEdOXvRSF_RaHg/viewform?usp=sf_link', '_blank')">Report Bugs</button></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="img-container">
<img src="assets/collage.jpg">
</div>
<div class="container landing">
<div class="masthead-subheading">Welcome to WCI Extracurriculars!</div>
<div class="masthead-heading text-uppercase">Explore Your Options</div>
<!-- Making a Search Bar -->
<div class="search-form">
<input type="text" id="search_bar" class="search_bar" placeholder="Search for an extracurricular activity..." oninput="searchMainPage(this.value);" autocomplete="off" onfocusin="searchMainPage(this.value)" onfocusout="hideResults()">
<i class="fas fa-search search-icon large-search-icon"></i>
</div>
<div class="results_container">
<ul class="results_list" id="list">
</ul>
</div>
<!-- End of the Search Bar -->
<!-- Social Media Links -->
<div class="social_media">
<a href="https://www.instagram.com/wciinfo/?hl=en"><i class="fab fa-instagram fa-4x main_sm_links" alt="Follow WCI Info on Instagram"></i></a>
<a href="https://m.facebook.com/profile.php?id=522793397786171"><i class="fab fa-facebook fa-4x main_sm_links" alt="Follow WCI on Facebook"></i></a>
<a href="https://twitter.com/wciinfo"><i class="fab fa-twitter fa-4x main_sm_links" alt="Follow WCI on Twitter"></i></a>
</div>
</div>
</header>
<!-- Upcoming Events -->
<!--
<section class="upcomingevents" id="upcomingevents">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Upcoming Events</h2>
<h3 class="section-subheading text-muted" id="stitle">Check out the upcoming student activities</h3>
<div class="slide_show">
<h1>Testing Candy Grams!</h1>
<img src="" alt="testing image graphic to be displayed">
</div>
</div>
</div>
</section>-->
<!-- Weekly Events -->
<section class="upcomingevents" id="weekly_calendar">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">This Week's Events</h2>
<h3 class="section-subheading text-muted">Check out what's happening this week...</h3>
<table class="calendar_table">
<tbody id="calendar">
</tbody>
</table>
</div>
</div>
</section>
<!-- Services-->
<section class="page-section" id="services">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Our Offered Extracurriculars</h2>
<h3 class="section-subheading text-muted">Take a look at our wide variety of activities!</h3>
<div class="slideshows">
<div class="slideshow-wrapper">
<h3>Our Clubs</h3>
<div class="slideshow" id="clubs-slideshow">Loading...</div>
</div>
<div class="slideshow-wrapper">
<h3>Our Sports Teams</h3>
<div id="athletics-slideshow" class="slideshow">Loading...</div>
</div>
<div class="slideshow-wrapper">
<h3>Our Arts</h3>
<div id="music-slideshow" class="slideshow">Loading...</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="page-section" id="services">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Calendar</h2>
<h3 class="section-subheading text-muted">Check out the upcoming events...</h3>
<div class="calendar_section">
<iframe id="calendar" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ0dQg4xlxdi1jbXJEb7Lo62cy6PoUjgpUSqfD2hpaCm8gqfTgpCwYlJvxxtajoRddgiN_f05b8jBke/pubhtml?gid=383966164&single=true&widget=true&headers=false"></iframe><br>
</div>
</div>
</div>
</section> -->
<section class="page-section" id="services">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Extracurriculars Quiz</h2>
<h3 class="section-subheading text-muted">Take this quiz to find our what category of clubs you should join ...</h3>
<button id="show-quiz" class="show">Show Quiz</button>
</div>
<div id="all_slides">
<div id="slide1">
<div class="s1">
<div class="quiz_slide" id="quiz_slide_1">
<h3>What is your favourite subject?</h3>
<form id="one" name="one">
<input class="1_op" id="1_op1" name="op1" type="radio" value="math">
<label for="1_op1">Math</label><br>
<input class="1_op" id="1_op2" name="op1" type="radio" value="science">
<label for="1_op2">Science</label><br>
<input class="1_op" id="1_op3" name="op1" type="radio" value="english">
<label for="1_op3">English</label><br>
<input class="1_op" id="1_op4" name="op1" type="radio" value="art">
<label for="1_op4">Art</label><br>
<input class="1_op" id="1_op5" name="op1" type="radio" value="gym">
<label for="1_op5">Gym</label><br>
</form>
</div>
</div>
</div>
<div id="slide2">
<div class="s2">
<div class="quiz_slide" id="quiz_slide_2">
<h3>What are your hobbies?</h3>
<form id="two" name="two">
<input class="1_op" id="1_op1" name="op2" type="radio" value="reading">
<label for="1_op1">Reading</label><br>
<input class="1_op" id="1_op2" name="op2" type="radio" value="coding">
<label for="1_op2">Coding</label><br>
<input class="1_op" id="1_op3" name="op2" type="radio" value="friends">
<label for="1_op3">Hanging out with friends</label><br>
<input class="1_op" id="1_op4" name="op2" type="radio" value="cooking">
<label for="1_op4">Cooking</label><br>
<input class="1_op" id="1_op5" name="op2" type="radio" value="studying">
<label for="1_op5">Studying</label><br>
</form>
</div>
</div>
</div>
<div id="slide3">
<div class="s2">
<div class="quiz_slide" id="quiz_slide_3">
<h3>How would you describe yourself?</h3>
<form id="three" name="three">
<input class="1_op" id="1_op1" name="op3" type="radio" value="creative">
<label for="1_op1">Creative</label><br>
<input class="1_op" id="1_op2" name="op3" type="radio" value="hard-working">
<label for="1_op2">Hard-Working</label><br>
<input class="1_op" id="1_op3" name="op3" type="radio" value="thoughtful">
<label for="1_op3">Thoughtful</label><br>
<input class="1_op" id="1_op4" name="op3" type="radio" value="artistic">
<label for="1_op4">Artistic</label><br>
<input class="1_op" id="1_op5" name="op3" type="radio" value="ambitiouse">
<label for="1_op5">Ambitious</label><br>
</form>
</div>
</div>
</div>
<div id="slide4">
<div class="s2">
<div class="quiz_slide" id="quiz_slide_4">
<h3>Do you like to participate in competitions?</h3>
<form id="four" name="four">
<input class="1_op" id="1_op1" name="op4" type="radio" value="yes">
<label for="1_op1">Yes</label><br>
<input class="1_op" id="1_op2" name="op4" type="radio" value="no">
<label for="1_op2">No</label><br>
</form>
</div>
</div>
</div>
<div id="slide5">
<div class="s2">
<div class="quiz_slide" id="quiz_slide_5">
<h3>Do you like to work on projects?</h3>
<form id="five" name="five">
<input class="1_op" id="1_op1" name="op5" type="radio" value="yes">
<label for="1_op1">Yes</label><br>
<input class="1_op" id="1_op2" name="op5" type="radio" value="no">
<label for="1_op2">No</label><br>
</form>
<button onclick="results()" class="show">Get Results</button><br>
<a href="clubs.html"><span id="output"></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Extracurriculars at WCI</h2>
<h3 class="section-subheading text-muted">Why should you become involved with WCI extracurricular activities?</h3>
</div>
<div class="together">
<div class="text_container">
<p class="text_p">The extracurriculars at WCI are a great way to interact and meet new people who have the same or similar interests as yourself. There are many benefits to joining our activities and our athletics; clubs can reinforce your learnings and help you to learn new things in a more open environment or you can participate in some competitions. These activities can help you to discover new passions and help to bring out your creativity and more imagination. Our athletics are a great way to maintain fitness while having fun in teams and building on your teamwork and leadership skills. WCI’s extracurriculars are a great way to build on your skills, meet new people with similar interests to your own, and expand on your resume!</p>
</div>
<div class="picture_slides">
<img src="https://pbs.twimg.com/media/DoH3ejnXUAAY1mm.jpg" class="slides_show_img">
</div>
</div>
</div>
</section>
<!-- Team-->
<section class="page-section bg-light" id="team">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">What are you interested in?</h2>
<h3 class="section-subheading text-muted">Learn more about each category and what activities you would like to join!</h3>
</div>
<div class="row">
<div class="col-lg-4">
<div class="team-member">
<a href="clubs.html"><div class="option-colour-circle background-blue"></div></a>
<h4>Clubs</h4>
<p class="text-muted">Spaces to learn and talk about things you love!</p>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<a href="athletics.html"><div class="option-colour-circle background-red"></div></a>
<h4>Athletics</h4>
<p class="text-muted">Team Sports throughout the year!</p>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<a href="arts.html"><div class="option-colour-circle background-white"></div></a>
<h4>Arts</h4>
<p class="text-muted">Music, Dance, Acting, and more!</p>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Questions -->
<section class="faq" id="faq">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">FAQ</h2>
</div>
</div>
<div class="question_block">
<div class="container">
<button class="faq-btn">
<div class="question">
<h3 class="ques_txt">How do I join a club?</h3>
</div>
<div class="answer">
<p>Many clubs start in September, so be on the lookout for any posters, announcements, or Google Classrooms that may state the first meeting date. If you are planning to join after the first club meeting, contact the student leaders. Although most clubs will allow new members to join throughout the school year, some select clubs are based on an application process that only occurs at the beginning of the school year.</p>
</div>
</button>
</div>
</div>
<div class="question_block">
<div class="container">
<button class="faq-btn">
<div class="question">
<h3 class="ques_txt">How many club credits do I need for WCI's Blue W award?</h3>
</div>
</button>
<div class="answer">
<p>At WCI, awards are presented to students who demonstrate excellence in academics, extra-curricular activities, and athletics. The extra-curricular activities award, also known as the Blue W, is earned through a point system. Most clubs and groups count for one point, and a maximum of 3 points may be earned by a student per year. For students attending high school for four years, a minimum of 8 points is required for the Blue W. For students attending high school for five years, a minimum of 10 points is required.</p>
<p>Reference: <a href="https://wci.wrdsb.ca/activities/student-awards-at-wci/" target="_blank">Student awards</a></p>
</div>
</div>
</div>
<div class="question_block">
<div class="container">
<button class="faq-btn">
<div class="question">
<h3 class="ques_txt">How do I form a club?</h3>
</div>
</button>
<div class="answer">
<p>If you have an idea for a new club at WCI, you must first find a teacher to act as a staff supervisor. You can also grab a few friends to help you start and plan the club! Next, design a club logo. Then, fill out this <a href="https://forms.gle/d14CGxkLf18BPg5AA" target="_blank">Google Form</a> to confirm the creation of your new club. Consider setting up a Google Classroom or an Instagram account for easy communication within the club. Good luck!</p>
</div>
</div>
</div>
<div class="question_block">
<div class="container">
<button class="faq-btn">
<div class="question">
<h3 class="ques_txt">Are there students awards for athletics?</h3>
</div>
</button>
<div class="answer">
<p>Yes! At WCI, awards are presented to students who demonstrate excellence in academics, activities (including musical, creative and performing arts and clubs), and athletics. The athletics award, also known as the Red W, is earned through a point system. Most teams count for 2 points, and to receive this award, a student must receive a total of 12 points or be 4 years on the same team.</p>
<p>Reference: <a href="https://wci.wrdsb.ca/activities/student-awards-at-wci/" target="_blank">Student awards</a></p>
</div>
</div>
</div>
</section>
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-start">Copyright © <a href="https://wci.wrdsb.ca/">Waterloo Collegiate Institute</a> 2021</div>
<div class="col-lg-4 my-3 my-lg-0">
<a href="https://www.instagram.com/wciinfo/?hl=en"><i class="fab fa-instagram fa-2x footer_sm_links" alt="Follow WCI Info on Instagram"></i></a>
<a href="https://m.facebook.com/profile.php?id=522793397786171"><i class="fab fa-facebook fa-2x footer_sm_links" alt="Follow WCI on Facebook"></i></a>
<a href="https://twitter.com/wciinfo"><i class="fab fa-twitter fa-2x footer_sm_links" alt="Follow WCI on Twitter"></i></a>
</div>
<div class="col-lg-4 text-lg-end">
<a class="link-dark text-decoration-none me-3" href="privacy_policy.html">Privacy Policy</a>
<a class="link-dark text-decoration-none" href="terms.html">Terms of Use</a>
</div>
<div class="col-lg-4 text-lg-start">Designed and Developed by <button id="contributors">WCI Web-Dev</button><br><br>
<div id="people">
<a href="mailto:turem4748@wrdsb.ca" class="contributors" id="mariya">MT</a>
<a href="mailto:akhan1295@wrdsb.ca" class="contributors" id="nuha">NA</a>
<a href="mailto:hoc8374@wrdsb.ca" class="contributors" id="charis">CH</a>
<a href="mailto:olent1333@wrdsb.ca" class="contributors" id="tristan">TO</a>
<a href="mailto:lauc5177@wrdsb.ca" class="contributors" id="chinglam">CL</a>
<a href="mailto:kimj5674@wrdsb.ca" class="contributors" id="jiwon">JK</a>
<a href="mailto:bellb6022@wrdsb.ca" class="contributors" id="brian">BB</a>
<a href="mailto:rahba6907@wrdsb.ca" class="contributors" id="ali">AR</a>
<a href="mailto:dicur4510@wrdsb.ca" class="contributors" id="roxana">RD</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<!-- <div class="event-popup" id="event-popup">
<img class="event-popup-icon" id="event-popup-icon">
<p class="event-popup-text" id="event-popup-text">
</p>
<p class="event-description" id="event-description"></p>
<p class="event-popup-close" id="event-popup-text" onclick="closePopup()">x</p>
</div> -->
<script src="js/index.js"></script>
<script src="js/global.js"></script>
<script src="js/slides.js"></script>
<script src="js/scripts.js"></script>
<script src="js/faq_boxes.js"></script>
<!-- <script src="js/event_popup.js"></script> -->
<script src="js/extracurricular_boxes.js"></script>
</body>
</html>