main: Set footer to not be floating
All checks were successful
Build Docker / CheckFiles (push) Successful in 9s
Build Docker / Build Docker (push) Successful in 23s

This commit is contained in:
Nathan Woodburn 2023-07-28 14:44:22 +10:00
parent f4206169b0
commit 3eb060cc56
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 3 additions and 5 deletions

View File

@ -46,6 +46,5 @@ function checkStatuses(){
else document.getElementById('hnshosting').style.color = '#ff0000';
});
}
// Check on load
checkStatuses();

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html data-bs-theme="light" lang="en-au" style="background: transparent;height: 100vh;">
<html data-bs-theme="light" lang="en-au" style="background: transparent;">
<head>
<meta charset="utf-8">
@ -40,8 +40,7 @@
<!--This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
</head>
<body class="justify-content-xl-center" id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="54" style="background: url(&quot;assets/img/background.webp&quot;) top;text-align: center;background-attachment: fixed;"><!--This Website was made by Nathan Woodburn https://nathan.woodburn.au --><script src="https://nathan.woodburn/handshake.js" domain="woodburn"></script>
<script src="https://nathan.woodburn/https.js"></script>
<body class="justify-content-xl-center" id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="54" style="background: url(&quot;assets/img/background.webp&quot;) top;text-align: center;background-attachment: fixed;"><!--This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
<nav class="navbar navbar-expand-lg fixed-top bg-dark navbar-dark" id="mainNav" style="height: 67px;">
<div class="container-fluid"><a class="navbar-brand" href="/#" style="font-family: Montserrat, sans-serif;font-weight: bold;color: rgb(255,255,255);"><img src="assets/img/favicon.png" width="40px">&nbsp;Woodburn</a><button data-bs-toggle="collapse" data-bs-target="#navbarResponsive" class="navbar-toggler navbar-toggler-right" type="button" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive" style="margin-top: 4px;">
@ -129,7 +128,7 @@
</div>
</section>
<section style="padding: 0px;height: 100px;"></section>
<footer style="background: black;color: rgb(255,255,255);height: 40px;width: 100%;padding-top: 0px;padding-bottom: 0px;position: fixed;">
<footer style="color: rgb(255,255,255);height: 40px;width: 100%;padding-top: 0px;padding-bottom: 0px;position: relative;background: black;">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-md-4"><a href="mailto:contact@woodburn.au" style="color: white;">contact@woodburn.au</a></div>