-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcompetition.html
349 lines (298 loc) · 18.4 KB
/
competition.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
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
<html>
<head>
<title>CSSA Competitions</title>
<meta property="og:title" content="CSSA Competitions">
<meta property="og:description" content="View CSSA's competitive events, past competition information, a competition calendar, and a set of competition FAQs">
<meta property="og:image" content="https://www.cssa.dev/images/logo.png">
<meta property="og:url" content="https://www.cssa.dev/"></meta>
<meta name="google-signin-client_id" content="834594227639-dntdsbdaej8rsfhspugmaft12lcorhc8.apps.googleusercontent.com">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="https://apis.google.com/js/platform.js?onload=onLoad" async defer></script>
<script src="https://kit.fontawesome.com/df7e7c41fe.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/main.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase.js"></script>
<script src="scripts/script.js"></script>
<script src="scripts/competition.js"></script>
<script src="scripts/authorized.js"></script>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<link rel="stylesheet" type="text/css" href="styles/competition.css">
<link rel="stylesheet" type="text/css" href="styles/pageheader.css">
<link rel="stylesheet" type="text/css" href="styles/footer.css">
<link rel="icon" href="images/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YGQJ626TH7%22%3E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YGQJ626TH7');
</script>
</head>
<body>
<div class="modal fade" id="setLabel" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" style="color:black;" id="exampleModalLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div style="color:black;" class="modal-body" id="label0B"></div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="main-section">
<div id="header">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="images/logo.png" class="d-inline-block align-text-top">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#ham" aria-controls="ham" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="ham">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="../competition.html">Competition</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../dashboard.html">Dashboard</a>
</li>
</ul>
<a id="navbar-login"></a>
</div>
</div>
</nav>
<h1 id="title">Competition </h1>
</div>
<div id="main">
<div style="position: static;" id="sidebar">
<div id="nav-box-pad">
<div id="nav-box">
<h4>Contents</h4>
<a href="#overview">Overview</a>
<a href="#events">Events</a>
<a href="#competitions">Competitions</a>
<a href="#calendar">Calendar</a>
<a id="bottom" href="#faqs">FAQs</a>
</div>
</div>
</div>
<div style="position: relative; left:0;" id="content">
<div id="overview-container">
<h1 id="overview">Overview</h1>
<p>
CSSA hosts seasonal competitions: the Winter Competition (December-February), Spring Competition (March-May), Summer Competition (June-August), and Fall Competition (September-November).
In addition to these seasonal competitions, we also host various mini-competitions throughout the year which do not feature the full event list but may also include special one-off events and
trial events.
</p>
<p>
Some competitions may feature workshops or lectures where competitors can learn various things and/or listen to computer science experts and those working in the field.
</p>
</div>
<div id="events-container">
<h1 id="events">Events</h1>
<p>
Currently, there are thirteen official events. However, many events will be added in the future, and some competitions may feature trial or one-off events.
</p>
<div id="events-collapsible" class="events">
</div>
</div>
<div id="competitions-container">
<h1 id="competitions">Competitions</h1>
<h4>Competition Registration</h2>
<p>
You can register for competitions in the user dashboard, which can be accessed by signing in or creating a new account if you haven't already.
If no competitions are open for registration, then you will have to wait until registration opens for the next competition.
</p>
<h4>Past Competitions</h2>
<div id="past-competitions">
<div class="past-competition">
<div>
<strong><h4>First Mini-Competition</h4></strong>
</div>
<div>
<strong>Details:</strong> Our first mini-competition was run virtually through the month of March, 2021.
</div>
<div>
<strong>Events:</strong> The competition featured the events Algorithmic Thinking, Programming Challenges, Data Science, Capture the Flag, Website Design, Cybersecurity, Bug Smasher, Tech Support, Information Theory, Web Scraping, and Golf.
</div>
<div>
<strong>Special Activities:</strong> No workshops or other special activities were held at this competition.
</div>
<div>
<strong>Results:</strong> View the results <a class="past-competition-link" onclick="window.open('images/first-mini-competition-results.JPG')">here</a>
</div>
<div>
<strong><a class="past-competition-link" href="https://drive.google.com/drive/folders/1OktnDc5x3kDAHht8RJNifrdXEYjitIpW?usp=sharing" target="_blank">Test Bank</a></strong>
</div>
</div>
</div>
</div>
<div id="calendar-container">
<h1 id="calendar">Calendar</h1>
<div id="calendar-display-container">
<div id="calendar-list-container">
<div id="calendar-list-header">
<h3>Calendar</h3>
</div>
<div id="calendar-list"></div>
</div>
<div id="calendar-view">
<div id="calendar-navigation">
<h3 id="calendar-date">Month Year</h3>
<div id="month-navigation">
<button onclick="previous()">
←
</button>
<button onclick="next()">
→
</button>
</div>
</div>
<div id="calendar-table-container">
<table id="calendar-table">
<tr>
<th>SUN</th>
<th>MON</th>
<th>TUE</th>
<th>WED</th>
<th>THU</th>
<th>FRI</th>
<th>SAT</th>
</tr>
<tr>
<td id="0">1</td>
<td id="1">2</td>
<td id="2">3</td>
<td id="3">4</td>
<td id="4">5</td>
<td id="5">6</td>
<td id="6">7</td>
</tr>
<tr>
<td id="7">1</td>
<td id="8">2</td>
<td id="9">3</td>
<td id="10">4</td>
<td id="11">5</td>
<td id="12">6</td>
<td id="13">7</td>
</tr>
<tr>
<td id="14">1</td>
<td id="15">2</td>
<td id="16">3</td>
<td id="17">4</td>
<td id="18">5</td>
<td id="19">6</td>
<td id="20">7</td>
</tr>
<tr>
<td id="21">1</td>
<td id="22">2</td>
<td id="23">3</td>
<td id="24">4</td>
<td id="25">5</td>
<td id="26">6</td>
<td id="27">7</td>
</tr>
<tr>
<td id="28">1</td>
<td id="29">2</td>
<td id="30">3</td>
<td id="31">4</td>
<td id="32">5</td>
<td id="33">6</td>
<td id="34">7</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div id="faqs-container">
<h1 id="faqs">FAQs</h1>
<h5>Who can register for a competition?</h5>
<p>Each competition has its own eligibility requirements. In general, however, the only requirement is that you are at least 13 years old.</p>
<h5>Is there a competition or membership fee?</h5>
<p>
There is no membership fee for CSSA. However, although there is no competition fee, there may (in the future) be a competition fee to support
awards and other expenses of running the tournament. Regardless, we hope to keep the costs for competitors low and instead look for sponsorships,
so if you or an organization you know would be willing to sponsor CSSA, please let us know using the contact information in the footer!
</p>
<h5>Are there rewards for winners?</h5>
<p>Rewards depend on the competition. Currently, our awards are AoPS™ (Art of Problem Solving) coupons sponsored by AoPS, given to the overall first and second place winners!</p>
<h5>How can I help?</h5>
<p>
Great question! You can write tests or case studies, judge or grade submissions, run workshops, or record lectures. Contact us by email or Discord if you would like to volunteer.
</p>
</div>
</div>
<br>
<br>
</div>
</div>
<footer style="margin-top: -10px;">
<div class="row">
<div class="col-0 col-md-1"></div>
<div class="col-md-12 col-lg-4" style="padding-right: 50px;">
<div class="col-sm">
<div id="logo">
<div class="cssa-logo">
<img src="images/header-logo.png" alt="CSSA">
</div>
<br>
<div class="over">
<p>CSSA stands for Computer Science Student Association. It is an organization that focuses on developing computer science skills
through competitions and events. Competitors compete in multiple competitions per year and gain a chance to win amazing prizes. Join today!
</p>
</div>
</div>
</div>
</div>
<div class="col-md-12 col-lg-3" style="padding-right: 50px;">
<div id="contact-info">
<h4>Pages</h4>
<p>
<a class="footlink" href="/">Home</a><br>
<a class="footlink" href="about.html">About</a><br>
<a class="footlink" href="competition.html">Competition</a>
</p>
<h4>Contact Info</h4>
<p>
Email: [email protected]
<br>
<i class="fab fa-instagram" onclick="window.open('https://www.instagram.com/official.cssa/')"></i>
<i class="fab fa-discord" onclick="window.open('https://discord.gg/xkVJwWZeds')"></i>
</p>
</div>
</div>
<div class="col-md-12 col-lg-4" style="padding-right: 50px;">
<form action="javascript:sendContact();" id="form">
<h4 style="text-align: center;" class="title">
REACH OUT TO US!
</h4>
<input maxlength="50" type="text" id="contact_name" placeholder="Name" required/>
<input maxlength="70" type="email" id="contact_email" placeholder="Email" required/>
<textarea maxlength="8000" type="text" id="contact_message" placeholder="Message" required></textarea>
<button type="submit">SEND</button>
</form>
</div>
</div>
<hr style="color: white"><p>© 2020-2021 Computer Science Student Association. All Rights Reserved</p>
</footer>
</body>
</html>