mirror of https://github.com/dirtbags/moth.git
Removed sponsors
This commit is contained in:
parent
a1bd79ae26
commit
0df56eaf04
|
@ -63,9 +63,6 @@ EOF
|
||||||
</section>
|
</section>
|
||||||
<address>Puzzle by <span class="author" data-handle="$author">$author</span></address>
|
<address>Puzzle by <span class="author" data-handle="$author">$author</span></address>
|
||||||
<section id="sponsors">
|
<section id="sponsors">
|
||||||
<img src="../../images/lanl.png" alt="Los Alamos National Laboratory">
|
|
||||||
<img src="../../images/doe.png" alt="US Department Of Energy">
|
|
||||||
<img src="../../images/sandia.png" alt="Sandia National Laboratories">
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -41,9 +41,6 @@ function moth.page(title, body)
|
||||||
print("</section>")
|
print("</section>")
|
||||||
end
|
end
|
||||||
print('<section id="sponsors">')
|
print('<section id="sponsors">')
|
||||||
print('<img src="../images/lanl.png" alt="Los Alamos National Laboratory">')
|
|
||||||
print('<img src="../images/doe.png" alt="US Department Of Energy">')
|
|
||||||
print('<img src="../images/sandia.png" alt="Sandia National Laboratories">')
|
|
||||||
print('</section>')
|
print('</section>')
|
||||||
print("</body></html>")
|
print("</body></html>")
|
||||||
os.exit(0)
|
os.exit(0)
|
||||||
|
|
|
@ -44,8 +44,8 @@ for cat, biggest in pairs(max_by_cat) do
|
||||||
body = body .. "</dd>\n"
|
body = body .. "</dd>\n"
|
||||||
end
|
end
|
||||||
body = body .. "</dl>\n"
|
body = body .. "</dl>\n"
|
||||||
body = body .. "<fieldset><legend>Sandia Token:</legend>"
|
body = body .. "<fieldset><legend>External Token:</legend>"
|
||||||
body = body .. "<p>Example: <samp>sandia:5:xylep-radar-nanox</samp></p>"
|
body = body .. "<p>Example: <samp>external:5:xylep-radar-nanox</samp></p>"
|
||||||
body = body .. "<form action='cgi-bin/token.cgi'>"
|
body = body .. "<form action='cgi-bin/token.cgi'>"
|
||||||
body = body .. "Team Hash: <input name='t'><br>"
|
body = body .. "Team Hash: <input name='t'><br>"
|
||||||
body = body .. "Token: <input name='k'>"
|
body = body .. "Token: <input name='k'>"
|
||||||
|
|
|
@ -88,9 +88,6 @@ window.addEventListener("load", init);
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<section id="sponsors">
|
<section id="sponsors">
|
||||||
<img src="images/lanl.png" alt="Los Alamos National Laboratory">
|
|
||||||
<img src="images/doe.png" alt="US Department Of Energy">
|
|
||||||
<img src="images/sandia.png" alt="Sandia National Laboratories">
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -67,9 +67,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sponsors">
|
<section id="sponsors">
|
||||||
<img src="images/lanl.png" alt="Los Alamos National Laboratory">
|
|
||||||
<img src="images/doe.png" alt="US Department Of Energy">
|
|
||||||
<img src="images/sandia.png" alt="Sandia National Laboratories">
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -42,9 +42,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<section id="sponsors">
|
<section id="sponsors">
|
||||||
<img src="images/lanl.png" alt="Los Alamos National Laboratory">
|
|
||||||
<img src="images/doe.png" alt="US Department Of Energy">
|
|
||||||
<img src="images/sandia.png" alt="Sandia National Laboratories">
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<section id="sponsors">
|
<section id="sponsors">
|
||||||
<img src="images/lanl.png" alt="Los Alamos National Laboratory">
|
|
||||||
<img src="images/doe.png" alt="US Department Of Energy">
|
|
||||||
<img src="images/sandia.png" alt="Sandia National Laboratories">
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue