-
Notifications
You must be signed in to change notification settings - Fork 0
/
competitions.html
53 lines (53 loc) · 1.64 KB
/
competitions.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
<!DOCTYPE html>
<html>
<head>
<link href='/css/reset.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link href='/css/main.css' rel='stylesheet' type='text/css'>
<link href='/css/magnific-popup.css' rel='stylesheet' type='text/css'>
<title>
Open Source Game Coding Competition
</title>
</head>
<body>
<nav>
<ul class='navbar'>
<li>
<a href='/index.html'>Home</a>
</li>
<li>
<a href='/competitions.html'>Competitions</a>
</li>
<li>
<a href='/resources.html'>Resources</a>
</li>
</ul>
</nav>
<section class='competitions'>
<h1 class='title'>Competitions</h1>
<ul class='competitions'>
<li class='title'>
<a href='competitions/osgcc_1.html'>OSGCC 1</a>
</li>
<li class='title'>
<a href='competitions/osgcc_2.html'>OSGCC 2</a>
</li>
<li class='title'>
<a href='competitions/osgcc_3.html'>OSGCC 3</a>
</li>
<li class='title'>
<a href='competitions/osgcc_4.html'>OSGCC 4</a>
</li>
<li class='title'>
<a href='competitions/osgcc_5.html'>OSGCC 5</a>
</li>
<li class='title'>
<a href='competitions/osgcc_6.html'>OSGCC 6</a>
</li>
</ul>
</section>
<script src='/js/jquery.js' type='text/javascript'></script>
<script src='/js/jquery.magnific-popup.min.js' type='text/javascript'></script>
<script src='/js/app.js' type='text/javascript'></script>
</body>
</html>