Skip to content

Commit 12676bf

Browse files
committed
Adds thanks.html
1 parent 38cbd05 commit 12676bf

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

thanks.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link href='/css/reset.css' rel='stylesheet' type='text/css'>
5+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
6+
<link href='/css/main.css' rel='stylesheet' type='text/css'>
7+
<link href='/css/magnific-popup.css' rel='stylesheet' type='text/css'>
8+
<title>
9+
Open Source Game Coding Competition
10+
</title>
11+
</head>
12+
<body>
13+
<nav>
14+
<ul class='navbar'>
15+
<li>
16+
<a href='/index.html'>Home</a>
17+
</li>
18+
<li>
19+
<a href='/competitions.html'>Competitions</a>
20+
</li>
21+
<li>
22+
<a href='/resources.html'>Resources</a>
23+
</li>
24+
</ul>
25+
</nav>
26+
<section class='text'>
27+
<h1>Thanks</h1>
28+
29+
<h2>Website Images</h2>
30+
31+
<ul>
32+
<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>
33+
<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>
34+
<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>
35+
</ul>
36+
</section>
37+
<script src='/js/jquery.js' type='text/javascript'></script>
38+
<script src='/js/jquery.magnific-popup.min.js' type='text/javascript'></script>
39+
<script src='/js/app.js' type='text/javascript'></script>
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)