mirror of https://github.com/dirtbags/moth.git
bye bye sandia
This commit is contained in:
parent
78a0fa1f1b
commit
2a3970d5e3
|
@ -77,7 +77,7 @@ def generate_html(ziphandle, puzzle, puzzledir, category, points, authors, files
|
|||
<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">
|
||||
<img src="../../images/inl.png" alt="Idaho National Laboratory">
|
||||
</section>
|
||||
</body>
|
||||
</html>'''.format(category=category, points=points, body=puzzle.html_body(), file_content=file_content.getvalue(), authors=', '.join(authors)))
|
||||
|
|
|
@ -43,7 +43,7 @@ function koth.page(title, body)
|
|||
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('<img src="../images/inl.png" alt="Idaho National Laboratory">')
|
||||
print('</section>')
|
||||
print("</body></html>")
|
||||
os.exit(0)
|
||||
|
|
|
@ -90,7 +90,7 @@ window.addEventListener("load", init);
|
|||
<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">
|
||||
<img src="images/inl.png" alt="Idaho National Laboratory">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
|
@ -69,7 +69,7 @@
|
|||
<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">
|
||||
<img src="images/inl.png" alt="Idaho National Laboratory">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<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">
|
||||
<img src="images/inl.png" alt="Idaho National Laboratory">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<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">
|
||||
<img src="images/inl.png" alt="Idaho National Laboratory">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue