diff --git a/html/credits.html b/html/credits.html index 6beed96..c0484e2 100644 --- a/html/credits.html +++ b/html/credits.html @@ -85,5 +85,10 @@ window.addEventListener("load", init);
  • Scoreboard
  • +
    + Los Alamos National Laboratory + US Department Of Energy + Sandia National Laboratories +
    diff --git a/html/css/style.css b/html/css/style.css index 654caf0..049fe49 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -107,12 +107,12 @@ hr { padding: 0.1em 0.1em; } -img { +#readme img { max-width: 100%; transition: all .2s ease; } -img:hover { +#readme img:hover { transform: scale(1.5); } @@ -159,6 +159,18 @@ nav li + li:before { content: " | "; } +#sponsors { + background: #b9e0ef; + text-align: center; + opacity: 0.8; +} + +#sponsors img { + max-width: 33%; + max-height: 5em; + margin: 1em; +} + /**** Terminal ****/ diff --git a/html/images/doe.png b/html/images/doe.png new file mode 100644 index 0000000..3d033ca Binary files /dev/null and b/html/images/doe.png differ diff --git a/html/images/lanl.png b/html/images/lanl.png new file mode 100644 index 0000000..acd5f81 Binary files /dev/null and b/html/images/lanl.png differ diff --git a/html/images/sandia.png b/html/images/sandia.png new file mode 100644 index 0000000..149d217 Binary files /dev/null and b/html/images/sandia.png differ diff --git a/html/index.html b/html/index.html index 3cebbe2..40a3fff 100644 --- a/html/index.html +++ b/html/index.html @@ -65,5 +65,10 @@ +
    + Los Alamos National Laboratory + US Department Of Energy + Sandia National Laboratories +
    diff --git a/html/register.html b/html/register.html index d89ba06..ebbc2c8 100644 --- a/html/register.html +++ b/html/register.html @@ -40,5 +40,10 @@
  • Scoreboard
  • +
    + Los Alamos National Laboratory + US Department Of Energy + Sandia National Laboratories +
    diff --git a/html/scoring.html b/html/scoring.html index f318f22..ff0cf76 100644 --- a/html/scoring.html +++ b/html/scoring.html @@ -112,5 +112,10 @@
  • Scoreboard
  • +
    + Los Alamos National Laboratory + US Department Of Energy + Sandia National Laboratories +
    diff --git a/src/common.c b/src/common.c index 4beefd0..475700b 100644 --- a/src/common.c +++ b/src/common.c @@ -207,6 +207,11 @@ cgi_foot() printf("
  • Puzzles
  • \n"); printf("
  • Scoreboard
  • \n"); printf("\n"); + printf("
    \n"); + printf("\"Los\n"); + printf("\"US\n"); + printf("\"Sandia\n"); + printf("
    \n"); printf("\n"); }