diff --git a/css/style.css b/css/style.css index fad5c57..ab6fa40 100644 --- a/css/style.css +++ b/css/style.css @@ -5,6 +5,16 @@ html { background-color: #e6feff; background-image: url(../img/background.bmp); background-repeat: no-repeat; + + box-sizing: border-box; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; +} + +*, *:before, *:after { + box-sizing: inherit; + -webkit-box-sizing: inherit; + -moz-box-sizing: inherit; } .hidden { @@ -21,6 +31,7 @@ html { margin-top: 86px; position: absolute; left: 0; + } .body { @@ -37,6 +48,7 @@ html { padding-right: 16px; width: 600px; + } #people td > h3 { diff --git a/footer.html b/footer.php similarity index 90% rename from footer.html rename to footer.php index f8a689f..eb0ceb3 100644 --- a/footer.html +++ b/footer.php @@ -7,6 +7,18 @@ Credits

+ + + RSS Feed No, we don't know what we're making either.

+ + + + + + "/img/productads/parked.lol.gif", "name" => "parked.lol", "href" => "https://parked.lol"], + ["src" => "/img/productads/bcid.gif", "name" => "ByeCorps ID", "href" => "https://id.byecorps.com"], +]; +$random_product = $products[array_rand($products)]; +?> + +
+ + <?= $random_product['name'] ?> + +
+ +

Find us on:
GitHub Fediverse YouTube - Telegram

People

@@ -19,7 +38,7 @@ WebsiteGitHubFediverse - omg.lol + omg.lol

@@ -34,3 +53,4 @@ ninePLUS + diff --git a/img/1024x768-t.png b/img/1024x768-t.png new file mode 100644 index 0000000..1bbb662 Binary files /dev/null and b/img/1024x768-t.png differ diff --git a/img/productads/bcid.gif b/img/productads/bcid.gif new file mode 100644 index 0000000..d429d41 Binary files /dev/null and b/img/productads/bcid.gif differ diff --git a/img/productads/parked.lol.gif b/img/productads/parked.lol.gif new file mode 100644 index 0000000..71d7cfe Binary files /dev/null and b/img/productads/parked.lol.gif differ diff --git a/index.php b/index.php index 0d764b5..1a8a4b9 100644 --- a/index.php +++ b/index.php @@ -43,4 +43,4 @@ if (isset($pages[$path])) { include "404.html"; } -include ("footer.html"); +include ("footer.php");