2017-02-05 16:42:41 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Welcome</title>
|
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2017-11-13 00:41:59 -07:00
|
|
|
<h1>MOTH</h1>
|
2017-02-05 16:42:41 -07: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>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>Getting Started</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Here is what you need to do:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="register.html">Register</a> your team.
|
|
|
|
This only needs to happen once per team,
|
|
|
|
so if somebody else on your team has already done it,
|
|
|
|
you don't need to.
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
Get an <a href="puzzles.html">overview of puzzles</a>,
|
|
|
|
and start working on something.
|
|
|
|
The list of open puzzles changes over time,
|
|
|
|
you need to reload the page to get the current version!
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
Check the <a href="scoreboard.html">scoreboard</a>
|
|
|
|
in another tab,
|
|
|
|
to see how your team is doing.
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>Reading Material</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Stuck? Taking a break?
|
|
|
|
Here are some things to read.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="credits.html">Credits</a></li>
|
|
|
|
<li>
|
|
|
|
<a href="scoring.html">About Scoring</a>
|
|
|
|
explains how we calculate scores,
|
|
|
|
and why.
|
|
|
|
Reading this will help you formulate a strategy to win.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="sponsors">
|
2017-11-03 13:41:39 -06:00
|
|
|
<img src="images/logo0.png" alt="">
|
|
|
|
<img src="images/logo1.png" alt="">
|
|
|
|
<img src="images/logo2.png" alt="">
|
|
|
|
<img src="images/logo3.png" alt="">
|
2017-02-05 16:42:41 -07:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|