forked from oaktoncsclub/oaktoncsclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacsl.html
44 lines (44 loc) · 1.74 KB
/
acsl.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>OCS - ACSL Info</title>
<link rel="icon" href="/img/favicon.png" type="image/png" />
</head>
<body>
<h1>America Computer Science League</h1>
<p>A simple challenge you should NEVER miss!</p>
<div>
<h2>Registration Opened</h2>
<p>Use this linek <a href="https://goo.gl/forms/M8oJMOnjGrJj7H7y1">https://goo.gl/forms/M8oJMOnjGrJj7H7y1</a> to register.<br>
The deadline for registration is November 30th.<sup>1</sup>
</p>
<!--make this some kind of foot note-->
<p>1. There will be a participation fee, and we'll figure it out later. But the more people participate, lower the price will be.</p>
</div>
<div>
<h2>Divisions</h2>
<p>For all divisions, each contest consists of 5 short answer question, to be completed in 30 minutes, and 1 programming question which you have 72 hours to complete.</p>
<p>You can choose which division you want to be part of - </p>
<!--maybe make this a table later?-->
<ul>
<li>Junior, for freshmen only</li>
<li>Intermediate, currently taking APCS, but you can be part of the junior/senior division if you want</li>
<li>Senior, taken APCS, but if you feel more comfortable in intermediate you can choose that instead</li>
</ul>
</div>
<div>
<h2>Contest Dates</h2>
<ol>
<li>Friday, December 23, 2016</li>
<li>Friday, February 10, 2017</li>
<li>Friday, March 10, 2017</li>
<li>Friday, April 14, 2017</li>
</ol>
</div>
<div class="Footer">
For more information, see http://www.acsl.org/.
</div>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
</body>
</html>