add uptime status badges

This commit is contained in:
Gary 2024-08-23 12:22:04 -07:00
parent 41adf5c7aa
commit b46be86133
6 changed files with 38 additions and 27 deletions

View File

@ -30,7 +30,7 @@
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/; "
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.lasthourhosting.org; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -314,6 +314,7 @@
width="300"
/>
<h2>Netherlands Offshore</h2>
<div id="nl-status"></div>
<p>
Hosted in offshore Naaldwijk Netherlands Tier III Data Center with
100% uptime, N+1 redundancy. Certifications include: ISO 9001:2015
@ -430,6 +431,7 @@
width="300"
/>
<h2>Iceland Offshore</h2>
<div id="is-status"></div>
<p>
Hosted in offshore Reykjavík Iceland Tier III+ Data Center with 99%
uptime record. Certifications include: SO/IEC 27001:2013

12
components/is-status.html Normal file
View File

@ -0,0 +1,12 @@
<div>
<a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/15/ping?style=flat-square"
/>
</a>
<a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/15/uptime?style=flat-square"
/>
</a>
</div>

12
components/nl-status.html Normal file
View File

@ -0,0 +1,12 @@
<div>
<a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/15/ping?style=flat-square"
/>
</a>
<a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/15/uptime?style=flat-square"
/>
</a>
</div>

View File

@ -151,18 +151,7 @@
width="300"
/>
<h3>Iceland Offshore</h3>
<div>
<!-- <a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/27/uptime?style=flat-square"
/>
</a>
<a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/27/ping?style=flat-square"
/>
</a> -->
</div>
<div id="is-status"></div>
<p>
High-end dedicated virtual servers in a Reykjavík Iceland Tier
III+ Data Center.
@ -179,19 +168,7 @@
width="300"
/>
<h3>Netherlands Offshore</h3>
<div>
<!-- <a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/32/uptime?style=flat-square"
/>
</a>
<a target="_blank" href="https://status.lasthourhosting.org/">
<img
src="https://status.lasthourhosting.org/api/badge/32/ping?style=flat-square"
/>
</a> -->
</div>
<div id="nl-status"></div>
<p>
High-end dedicated virtual servers in a Naaldwijk Netherlands Tier
III Data Center.

View File

@ -10,3 +10,9 @@ $(function () {
$(function () {
$("#message").load("./components/message.html");
});
$(function () {
$("#is-status").load("./components/is-status.html");
});
$(function () {
$("#nl-status").load("./components/nl-status.html");
});

View File

@ -34,7 +34,7 @@
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/; "
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.lasthourhosting.org/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -109,6 +109,7 @@
width="300"
/>
<h2>Netherlands Offshore</h2>
<div id="nl-status"></div>
<p>
Hosted in offshore Naaldwijk Netherlands Tier III Data Center with
100% uptime, N+1 redundancy. Certifications include: ISO 9001:2015
@ -320,6 +321,7 @@
width="300"
/>
<h2>Iceland Offshore</h2>
<div id="is-status"></div>
<p>
Hosted in offshore Reykjavík Iceland Tier III+ Data Center with 99%
uptime record. Certifications include: SO/IEC 27001:2013