Remove logos

This commit is contained in:
Neale Pickett 2017-11-03 19:41:39 +00:00
parent b37b8a5b31
commit c8ed3d73f3
12 changed files with 22 additions and 19 deletions

View File

@ -50,9 +50,10 @@ function koth.page(title, body)
print('</nav>')
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/logo0.png" alt="">')
print('<img src="../images/logo1.png" alt="">')
print('<img src="../images/logo2.png" alt="">')
print('<img src="../images/logo3.png" alt="">')
print('</section>')
print("</body></html>")
os.exit(0)

View File

@ -88,9 +88,10 @@ window.addEventListener("load", init);
</ul>
</nav>
<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/logo0.png" alt="">
<img src="images/logo1.png" alt="">
<img src="images/logo2.png" alt="">
<img src="images/logo3.png" alt="">
</section>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1><img src="images/tf6.png" alt="Cyber FIRE"></h1>
<h1>Dirtbags MOTH</h1>
<nav>
<ul>
@ -67,9 +67,10 @@
</section>
<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/logo0.png" alt="">
<img src="images/logo1.png" alt="">
<img src="images/logo2.png" alt="">
<img src="images/logo3.png" alt="">
</section>
</body>
</html>

View File

@ -42,9 +42,10 @@
</ul>
</nav>
<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/logo0.png" alt="">
<img src="images/logo1.png" alt="">
<img src="images/logo2.png" alt="">
<img src="images/logo3.png" alt="">
</section>
</body>
</html>

View File

@ -114,9 +114,10 @@
</ul>
</nav>
<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/logo0.png" alt="">
<img src="images/logo1.png" alt="">
<img src="images/logo2.png" alt="">
<img src="images/logo3.png" alt="">
</section>
</body>
</html>

View File

@ -9,9 +9,7 @@ Tan: #e1caa5
@import "fonts/maven_pro.css";
html {
/* background: #35170c url(images/tf6bg.png) center top;*/
/* background-repeat: repeat-x;*/
background: #35170c url(images/tf6bg.png) no-repeat center center fixed;
background: #35170c url(images/background.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;