-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
41 lines (39 loc) · 1.64 KB
/
thanks.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
<!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='text'>
<h1>Thanks</h1>
<h2>Website Images</h2>
<ul>
<li><a href="http://thenounproject.com/noun/type-design/#icon-No3759">Type Design</a> designed by <a href="http://thenounproject.com/andrewjyoung">Andrew J. Young</a> from The Noun Project</li>
<li><a href="http://thenounproject.com/noun/sound-wave/#icon-No6000">Sound Wave</a> designed by <a href="http://thenounproject.com/alessandro.suraci">Alessandro Suraci</a> from the Noun Project</li>
<li><a href="http://thenounproject.com/noun/picture/#icon-No3421">Picture</a> designed by <a href="http://thenounproject.com/squintongreen">Samuel Q. Green</a> from the Noun Project</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>