lasthourhosting/about.html
2024-01-18 17:16:23 -08:00

103 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<link rel="icon" href="./assets/favicon.ico" />
<link rel="icon" href="./assets/" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<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'; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column">
<h1>About Last Hour Hosting</h1>
<p>
We're in the last hour (1 John 2:18) and we believe the Lord wants to
keep sharing the Gospel through the internet and tech. We exist to
keep that happening as long as possible. We represent the resistance
to Satan's plans for top-down control (James 4:7).
</p>
<p>
Last Hour Hosting was recently established in 2023 by a decentralized,
anonymous, global group of Christian technologists passionate about
keeping the Gospel online and uncensored with open-source software as
principled ministries have been threatened and deplatformed more and
more. We are steadily growing to become the only uncompromisingly
Christian web hosting company. Our goal is to offer high quality web
hosting and VPS services at a competitive price, always respecting and
protecting the God given rights of our customers while openly
rejecting use of our services that do not comply with God's law. Where
possible we use green energy from renewable, sustainable sources and
we always choose open-source software. Let's elaborate a bit:
</p>
<ol type="1">
<li>Upholding Christian law.</li>
<p>
Unwavering loyalty to Jesus Christ and your rights that come from
Him is a core value of Last Hour, hence the name to remind us of
Christ's coming Kingdom. We state that Last Hour and its management
will always go the extra mile to protect our customers' Christian
rights when Earthly laws prohibit them, including the freedom of
expression, the freedom of the press, the right to anonymity and
privacy. Last Hour will always do everything within its legal power
to inform our customers of any inquiries from any authorities,
lawyers or courts into the customer's affairs that we may become
aware of.
</p>
<li>Reforming technology in Jesus' name.</li>
<p>
We are tired of technology being supported, created, and controlled
by corrupt secular institutions which have no moral foundation.
Satan has decieved these institutions to steal, kill, and destroy
you. Every dollar paid to us goes toward creating and supporting
Biblically based alternatives for the last hour.
</p>
<li>Open-Source Software</li>
<p>
Last Hour values the freedom and transparency that Open-Source
Software offers, as well as the excellent security and reliable
track record that the Open-Source Software model brings. Last Hour
commits to using Open-Source Software wherever possible. To use
Open-Source Software is to make a moral and ethical choice asserting
the right to convey the Gospel unhindred. Last Hour Hosting is
established with the hope to help Christians endure in this last
hour.
</p>
</ol>
<p>~The Last Hour team</p>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>