-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (75 loc) · 2.54 KB
/
index.html
File metadata and controls
93 lines (75 loc) · 2.54 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
<!DOCTYPE html>
<html>
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>UMW ACM PCG</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS -->
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/sdaio.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/images/favicon.png">
</head>
<body>
<!-- Primary Page Layout -->
<div class="container">
<div class="row" style="margin-top: 10%">
<div class="two columns">
<h2><a href="/">PCG</a></h2>
<p>UMW ACM</p>
<p>A Nice Round Of Golf</p>
<p><a href="/">Home</a></p>
<p><a href="/rss.xml">Feed</a></p>
</div>
<div class="ten columns">
<div >
<div>
<div>
<h5>14 Feb 2018</h5>
<h4><a href="posts/hole-1.html">Hole 1 Par 2</a></h4>
<ul>
<li><strong>Goal</strong>: Output the current date.</li>
<li><strong>Output Format</strong>: <code>YYYY-MM-DD</code></li>
<li><strong>Example Output</strong>: <code>2018-01-31</code></li>
</ul>
<p>Leap years must be handled and dates smaller than 10 must be padded with zeros (like example...
</div>
<hr />
<div>
<h5>14 Feb 2018</h5>
<h4><a href="posts/hole-2.html">Hole 2 Par 2</a></h4>
<ul>
<li><strong>Goal</strong>: Create an infinite loading animation. Infinitely cycle through the characters |, /, - and : every 0.25 seconds, overwrite the last one with the...
</div>
<hr />
<div>
<h5>13 Feb 2018</h5>
<h4><a href="posts/rules.html">Rules</a></h4>
<p>The purpose of code golf is to create a program that solves a problem in the least amount of characters possible. A character counts as...
</div>
<hr />
<div>
<h5>13 Feb 2018</h5>
<h4><a href="posts/submitting.html">Rules</a></h4>
<p>Judging is done on slack and solutions will be visible to anyone. You may continue to edit your solution until the end of the contest....
</div>
<hr />
</div>
</div>
</div>
</div>
<div class="row" style="text-align: center;">
<div class="twelve columns">
</div>
</div>
</div>
<!-- End Document -->
</body>
</html>