diff --git a/www/cgi-bin/koth.lua b/www/cgi-bin/koth.lua index adb0e17..df23523 100644 --- a/www/cgi-bin/koth.lua +++ b/www/cgi-bin/koth.lua @@ -50,9 +50,10 @@ function koth.page(title, body) print('') print('
') - print('Los Alamos National Laboratory') - print('US Department Of Energy') - print('Sandia National Laboratories') + print('') + print('') + print('') + print('') print('
') print("") os.exit(0) diff --git a/www/credits.html b/www/credits.html index 55acf88..b6be5ec 100644 --- a/www/credits.html +++ b/www/credits.html @@ -88,9 +88,10 @@ window.addEventListener("load", init);
- Los Alamos National Laboratory - US Department Of Energy - Sandia National Laboratories + + + +
diff --git a/www/images/tf6bg.png b/www/images/background.png similarity index 100% rename from www/images/tf6bg.png rename to www/images/background.png diff --git a/www/images/brown-circles.jpg b/www/images/brown-circles.jpg deleted file mode 100644 index 9a753dc..0000000 Binary files a/www/images/brown-circles.jpg and /dev/null differ diff --git a/www/images/doe.png b/www/images/doe.png deleted file mode 100644 index 3d033ca..0000000 Binary files a/www/images/doe.png and /dev/null differ diff --git a/www/images/lanl.png b/www/images/lanl.png deleted file mode 100644 index acd5f81..0000000 Binary files a/www/images/lanl.png and /dev/null differ diff --git a/www/images/sandia.png b/www/images/logo1.png similarity index 100% rename from www/images/sandia.png rename to www/images/logo1.png diff --git a/www/images/tf6.png b/www/images/tf6.png deleted file mode 100644 index 7fe0700..0000000 Binary files a/www/images/tf6.png and /dev/null differ diff --git a/www/index.html b/www/index.html index ffdc778..9300d8c 100644 --- a/www/index.html +++ b/www/index.html @@ -7,7 +7,7 @@ -

Cyber FIRE

+

Dirtbags MOTH

- Los Alamos National Laboratory - US Department Of Energy - Sandia National Laboratories + + + +
diff --git a/www/scoring.html b/www/scoring.html index add1fd7..8c0dc60 100644 --- a/www/scoring.html +++ b/www/scoring.html @@ -114,9 +114,10 @@
- Los Alamos National Laboratory - US Department Of Energy - Sandia National Laboratories + + + +
diff --git a/www/style.css b/www/style.css index 89f52aa..ccbef54 100644 --- a/www/style.css +++ b/www/style.css @@ -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;