main: Added status checks on websites
This commit is contained in:
19
index.html
19
index.html
@@ -31,7 +31,9 @@
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap">
|
||||
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
|
||||
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
|
||||
<link rel="stylesheet" href="assets/css/animate.min.css">
|
||||
<link rel="stylesheet" href="assets/css/Contact-Form-Clean.css">
|
||||
<link rel="stylesheet" href="assets/css/index.css">
|
||||
@@ -52,35 +54,35 @@
|
||||
<section style="margin-top: 67px;width: 90%;max-width: 1140px;margin-right: auto;margin-left: auto;padding-bottom: 10px;padding-top: 10px;">
|
||||
<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"><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<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;">
|
||||
<h4>Nathan.Woodburn/</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
<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://nathan3dprinting.au" style="color: white;" target="_blank"><img src="https://nathan3dprinting.au/assets/img/favicon/N3D_Logo.png" style="width: 90%;margin-top: 5px;">
|
||||
<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://nathan3dprinting.au" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="nathan3dprinting-au" style="color: red;"></i><img src="https://nathan3dprinting.au/assets/img/favicon/N3D_Logo.png" style="width: 90%;margin-top: 5px;">
|
||||
<h4>3D Printing</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
<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://podcast.woodburn.au" style="color: white;" target="_blank"><img src="assets/img/Alliance_Logo.webp" style="width: 90%;margin-top: 5px;">
|
||||
<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://podcast.woodburn.au" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="podcast-woodburn-au" style="color: red;"></i><img src="assets/img/Alliance_Logo.webp" style="width: 90%;margin-top: 5px;">
|
||||
<h4>Church Podcasts</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
<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://uptime.woodburn.au" style="color: white;" target="_blank"><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<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://uptime.woodburn.au" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="uptime-woodburn-au" style="color: red;"></i><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<h4>Uptime</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
</div>
|
||||
<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://reg.woodburn.au" style="color: white;" target="_blank"><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<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://reg.woodburn.au" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="reg-woodburn-au" style="color: red;"></i><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<h4>Registry</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
<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://hnscall" style="color: white;" target="_blank"><img src="https://talk.woodburn.au/images/logo.svg" style="width: 90%;margin-top: 5px;filter: invert(100%);">
|
||||
<h4>HNSCall/</h4>
|
||||
<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://hnscall" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="hnscall" style="color: red;"></i><img src="https://talk.woodburn.au/images/logo.svg" style="width: 90%;margin-top: 5px;filter: invert(100%);">
|
||||
<h4>HNS Call</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
@@ -89,7 +91,7 @@
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
</div>
|
||||
<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://hnshosting" style="color: white;" target="_blank"><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<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://hnshosting" style="color: white;" target="_blank"><i class="fas fa-circle d-xl-flex justify-content-xl-end" id="hnshosting" style="color: red;"></i><img src="assets/img/favicon.png" style="width: 90%;margin-top: 5px;">
|
||||
<h4>HNS Hosting</h4>
|
||||
</a>
|
||||
<div class="card-body"></div>
|
||||
@@ -139,6 +141,7 @@
|
||||
<script src="assets/js/bs-init.js"></script>
|
||||
<script src="assets/js/hacker.js"></script>
|
||||
<script src="assets/js/agency.js"></script>
|
||||
<script src="assets/js/status.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user