moth/html/credits.html

65 lines
1.3 KiB
HTML
Raw Normal View History

2015-04-09 17:40:03 -06:00
<!DOCTYPE html>
<html>
<head>
<title>The Credits</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<h1>Credits</h1>
<section>
2015-04-10 16:37:21 -06:00
<h2>Created By</h2>
2015-04-09 17:40:03 -06:00
<ul>
<li>Neale Pickett</li>
<li>Aaron McPhall</li>
2015-04-15 14:36:52 -06:00
<li>Ken S</li>
2015-04-09 17:40:03 -06:00
<li>Russel Nolen</li>
<li>Patrick Avery</li>
<li>Kate Vajda</li>
<li>Alex Brugh</li>
<li>Paul Ferrell</li>
<li>Jeremy Scott</li>
<li>Danny Quist</li>
<li>Adam Glasgall</li>
<li>Curtis Hash</li>
<li>Erin Ochoa</li>
<li>William Phillips</li>
<li>Should your name be here? Please remind me!</li>
</ul>
2015-04-10 16:37:21 -06:00
</section>
<section>
<h2>Inspiration</h2>
2015-04-09 17:40:03 -06:00
<ul>
<li>DC949</li>
<li>Tube Warriors</li>
<li>Sandia National Laboratories</li>
</ul>
2015-04-10 16:37:21 -06:00
</section>
<section>
<h2>Thanks</h2>
2015-04-09 17:40:03 -06:00
<p>
2015-04-10 16:37:21 -06:00
This contest would not exist were it not for hundreds of
thousands of lines of code from free software authors around the
world, including:
2015-04-09 17:40:03 -06:00
</p>
<ul>
<li>Busybox</li>
<li>Linux</li>
<li>dnsmasq</li>
<li>ngircd</li>
<li>lua</li>
</ul>
</section>
2015-04-12 09:16:48 -06:00
<nav>
<ul>
<li><a href="register.html">Register</a></li>
<li><a href="puzzles.html">Puzzles</a></li>
<li><a href="scoreboard.html">Scoreboard</a></li>
</ul>
</nav>
2015-04-09 17:40:03 -06:00
</body>
</html>