init commit

This commit is contained in:
Nicholas Orlowsky 2024-05-15 22:12:14 +02:00
commit edc0dd01e8
Signed by: nickorlow
GPG key ID: 838827D8C4611687
20 changed files with 2920 additions and 0 deletions

30
templates/index.html Normal file
View file

@ -0,0 +1,30 @@
{%- import "uptime_table.html" as scope -%}
<div>
<div style="display: flex; align-items: baseline;">
<h1 style="margin-bottom: 0px;">Sharpe Mountain Compute</h1>
<p style="margin-bottom: 0px; margin-left: 2px;">fka Nick Web Services</p>
</div>
<p style="margin-top: 0px;">Pottsville, PA - Philadelphia, PA - Austin, TX</p>
<a href="https://nws.nickorlow.com">[ Old Website (NWS Branded) ]</a>
<p>
Sharpe Mountain Compute is a hosting service based out of the Commonwealth of Pennsylvania
and the State of Texas.
We are committed to achieving maximum uptime with better performance and a lower
cost than any of the major cloud services.
</p>
<p>
We operate four datacenters located across three cities in two states. This infrastructure setup ensures redundancy and failover capabilities, minimizing downtime risks. Additionally, the geographical distribution enhances speed and accessibility, reducing latency for users across different regions.
</p>
<p>
This has led to us maintaining four nines availability (99.9931% ; 38 minutes of downtime
all year) for 2023 and 100% uptime for 2024 (YTD).
</p>
<h3>Compare us to our competitors!</h3>
{% call scope::uptime_table(uptime_infos) %}
</div>