main: Added status to footer
All checks were successful
Build Docker / CheckFiles (push) Successful in 9s
Build Docker / Build Docker (push) Successful in 30s

This commit is contained in:
Nathan Woodburn 2023-08-11 12:37:25 +10:00
parent 1c3e01ddb1
commit fbc86900a5
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 2 additions and 3 deletions

View File

@ -59,4 +59,3 @@ setTimeout(callback(), 4000);
</body>
</html>

View File

@ -51,7 +51,7 @@
</div>
</div>
</nav>
<section style="margin-top: 67px;width: 90%;max-width: 1140px;margin-right: auto;margin-left: auto;padding-bottom: 10px;padding-top: 10px;">
<section style="width: 90%;max-width: 1140px;margin-right: auto;margin-left: auto;padding-bottom: 10px;padding-top: 10px;margin-top: 67px;">
<h2 class="fw-bold text-white mb-3" style="background: rgb(52,58,64);border-radius: 10px;">Websites</h2>
<div class="card-group">
<div class="card" data-bss-hover-animate="pulse" style="margin: 10px;background: var(--bs-secondary-color);color: white;max-width: 500px;"><a class="stretched-link no-underline" href="https://nathan.woodburn.au" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="nathan-woodburn-au" style="color: red;"></i><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
@ -132,6 +132,7 @@
<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"><div style="height:28px; margin:0px;padding:0px;overflow:hidden"><iframe src="https://uptime.woodburn.au/api/status-page/main/badge?label=Woodburn%20Status&style=for-the-badge" title="Woodburn Uptime"></iframe></div></div>
<div class="col-md-4"><a href="mailto:contact@woodburn.au" style="color: white;">contact@woodburn.au</a></div>
<div class="col-md-4"><span class="copyright">Copyright&nbsp;© <span style="color: rgb(255, 255, 255);">Nathan Woodburn</span> 2023</span></div>
</div>
@ -145,4 +146,3 @@
</body>
</html>