Main: overhaul website UI

This commit is contained in:
Gary 2024-03-18 16:49:34 -07:00
parent e138e4902f
commit e3b398e7ef
20 changed files with 383 additions and 468 deletions

View File

@ -5,8 +5,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<title>About | Last Hour Hosting</title>
<meta
name="description"
content="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). "
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
@ -38,62 +41,65 @@
<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>
<div class="flex-container bg-one">
<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>
<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>
<p>~The Last Hour team</p>
</div>
</div>
</main>
<div id="message"></div>

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -5,11 +5,17 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<title>Cloud Application Platform | Last Hour Hosting</title>
<meta
name="description"
content="Our open-source, managed, portable cloud service supports any programming language and serverless framework, enabling easy deploy of your apps without lock-in. "
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
<meta
property="og:title"
content="Cloud Application Platform | lasthourhosting.org"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta property="og:description" content="" />
@ -22,7 +28,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -38,12 +44,12 @@
<div class="flex-column">
<h1>Caught Up in the Clouds?</h1>
<p>
Our 100% open-source, managed, portable cloud service supports any
Our open-source, managed, portable cloud service supports any
programming language and serverless framework, enabling easy deploy of
your apps without lock-in.
</p>
<div class="flex-row">
<div class="flex-container bg-one">
<div id="cloud" class="flex-container bg-vid">
<h3>Cloud Starter</h3>
<h4>Starting at $31.76/mo.</h4>
<a
@ -75,11 +81,11 @@
Zero KYC required when paying through bitcart or using a virtual
card provider.
</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
</ul>
</div>
<div class="flex-container bg-one">
<div id="cloudPro" class="flex-container bg-vid">
<h3>Cloud Pro</h3>
<h4>Starting at $63.52/mo.</h4>
<a
@ -92,7 +98,7 @@
<li>Enough resources to deploy 2-4 production apps</li>
<li>
Includes 2 VPS servers, one with our portable cloud on it and
one to use for your apps.
one to use for your production apps.
</li>
<li>Connect as many remote servers as you want</li>
<li>
@ -109,11 +115,11 @@
Zero KYC required when paying through bitcart or using a virtual
card provider.
</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
</ul>
</div>
<div class="flex-container bg-one">
<div id="cloudEnterprise" class="flex-container bg-vid">
<h3>Cloud Enterprise</h3>
<a class="button-3" role="button" href="/contact.html"
>Contact Us</a
@ -135,14 +141,26 @@
Zero KYC required when paying through bitcart or using a virtual
card provider.
</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
</ul>
</div>
</div>
</div>
<div class="flex-column">
<video
width="50%"
controls
poster="https://cdn.lasthourhosting.org/assets/lasthour-dashboard.png"
>
<source
src="https://cdn.lasthourhosting.org/assets/dashboard.webm"
type="video/webm"
/>
</video>
<h2>Manage All Your Apps In One Place</h2>
<p>
Use the growing library of over 55+ one-click installs for popular
open-source platforms like Wordpress, Nextcloud, MiniIO (S3 storage),
@ -150,6 +168,40 @@
Dockerfiles, Docker Compose, Docker Images. Easily spin up databases
(mariadb, postgreSQL, mySQL, Redis, MongoDB) at the click of a button.
</p>
<div>
<img
src="https://cdn.lasthourhosting.org/assets/wordpress-logo.png"
alt="Wordpress Logo"
width="50"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/ghost-blogging-logo.png"
alt="Ghost Logo"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/next-cloud-logo.png"
alt="NextCloud Logo"
width="50"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/docker-logo.png"
alt="Docker Logo"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/minio-logo.png"
alt="Minio Logo"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/appsmith-logo.png"
alt="Appsmith Logo"
height="50"
/>
</div>
</div>
<div class="flex-column">
<h2>Features</h2>

View File

@ -27,9 +27,9 @@
<div class="flex-row">
<div class="flex-container">
<h3>Products</h3>
<a href="/cloud.html">Cloud / Serverless</a>
<a href="/vps-hosting.html">VPS Hosting</a>
<a href="/vps-hosting.html">Managed Wordpress</a>
<a href="/vps-hosting.html">Free DNS</a>
<a href="/free-dns.html">Free DNS</a>
</div>
<div class="flex-container">
<h3>Features</h3>

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -38,9 +38,12 @@
<main>
<div class="flex-column">
<h1>Contact Us</h1>
<p>Get in touch with our team.</p>
<p>
Don't hesitate to give us a shout. Our team is standing by, ready to
lend a helping hand.
</p>
<div class="flex-row">
<div class="flex-container">
<div class="flex-container bg-one">
<h2>Email</h2>
<span
class="e-mail"
@ -49,7 +52,7 @@
></span>
<p>Use Secure PGP Key:</p>
</div>
<div class="flex-container">
<div class="flex-container bg-one">
<h2>Session App ID</h2>
<p>https://getsession.org/</p>
<p>
@ -57,7 +60,7 @@
05749d3243893f39b968b5531bb8054a957736b99a86abd8731d3b06cec9f59e1b
</p>
</div>
<div class="flex-container">
<div class="flex-container bg-one">
<h2>Create Support Ticket</h2>
<a
class="button-3"

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -62,14 +62,8 @@ main {
.bg-one {
border-radius: 5px;
background-color: white;
box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.bg-one:hover {
border-radius: 5px;
background-color: white;
box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 100px;
}
footer {
color: var(--text-color);
@ -113,6 +107,18 @@ a:hover:not(nav a) {
color: #00bcf3;
}
.page-link {
color: black;
text-decoration: none;
text-align: left;
margin: 0 auto;
padding: 0px;
transition: color 0.5s ease;
}
.page-link:hover {
color: #00bcf3;
}
.button-1 {
align-items: center;
background-color: #fff;
@ -417,3 +423,50 @@ nav a:not(.logo) {
unicode-bidi: bidi-override;
direction: rtl;
}
.bg-vid {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: rgba(255, 255, 255, 0.801);
background-blend-mode: color;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, background-color 0.2s;
border-radius: 5px;
}
.bg-vid:hover {
border-radius: 5px;
background-blend-mode: lighten;
background-color: #ffffff;
box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 100px;
}
#cloud {
background-image: url("https://cdn.lasthourhosting.org/assets/clouds.gif");
}
#iceland {
background-image: url("https://cdn.lasthourhosting.org/assets/Iceland.gif");
}
#vpsHosting {
background-image: url("https://cdn.lasthourhosting.org/assets/vps-hosting.gif");
}
#migration {
background-image: url("https://cdn.lasthourhosting.org/assets/migration.gif");
}
#notAvailable {
background-image: url("https://cdn.lasthourhosting.org/assets/tv-static.gif");
}
#fiat {
background-image: url("https://cdn.lasthourhosting.org/assets/fiat.gif");
}
#crypto {
background-image: url("https://cdn.lasthourhosting.org/assets/crypto.gif");
}
#cloudPro {
background-image: url("https://cdn.lasthourhosting.org/assets/clouds-pro.gif");
}
#cloudEnterprise {
background-image: url("https://cdn.lasthourhosting.org/assets/cloud-enterprise.gif");
}
#dns {
background-image: url("/assets/dns.gif");
}

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -60,7 +60,7 @@
>Part of Stripe</a
>
<p>
Note: We're still looking for a 100% open-source fiat processing
Note: We're still looking for a open-source fiat processing
alternative, if it can even exist.
</p>
</div>

View File

@ -1,249 +0,0 @@
<!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>Features</h1>
<p>
At Last Hour Hosting there's a plan for you with our secure,
anonymous, censorship resistant hosting solutions.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/signup "
>Create Account</a
>
<div class="flex-row">
<div class="flex-container bg-one">
<h2>Control Panel</h2>
<ul>
<li>Intuitive Control</li>
<li>Security at the Forefront</li>
<li>Flexible Scaling and Resource Management</li>
</ul>
</div>
<div class="flex-container bg-one">
<h2>Advanced Networking</h2>
<ul>
<li>Premium uncongested access to the internet for hosting.</li>
<li>1Gbps connection standard</li>
<li>10Gbps option available by request</li>
</ul>
</div>
<div class="flex-container bg-one">
<h2>Compliances</h2>
<ul>
<li>Tier III+ Icelandic Datacenter</li>
<li>ISO/IEC 27001:2013 -Information Management Security</li>
<li>ISO14001:2015 Environmental Management Systems</li>
</ul>
</div>
</div>
</div>
<div id="locations" class="flex-column">
<h2>Datacenter Locations</h2>
<div class="flex-row">
<div class="flex-container bg-one">
<h3>Reykjavík Iceland</h3>
<p>
Why Iceland? Renowned for its privacy-friendly legal environment,
Iceland stands out as an ideal choice. Service providers operate
in a landscape where minimal customer data collection is mandated,
and the resilience to shut down websites prevails, as long as they
remain within the bounds of the law.
</p>
<ul>
<li>
<b>Freedom:</b> In Iceland, the press enjoys significant
freedom, mirroring the liberties embraced by its people. When
the nation's robust stance on censorship is coupled with in-line
service providers, Iceland emerges as an optimal destination for
individuals seeking a platform to express their thoughts openly.
</li>
<li>
<b>Environmental Stewardship:</b> Harnessing the power of
Iceland's 100% green energy grid, this data center goes the
extra mile by securing guarantees that ensure the power supply
is consistently sourced from environmentally friendly sources,
especially when connected to the European grid.
</li>
<li>
<b>Strategic Geographical Hub:</b> Positioned as the
Euro-American midpoint, Iceland offers a central and
well-connected location between North America and Europe.
Leveraging the Greenland Connect and FARICE submarine cables,
our infrastructure ensures reliable and low-latency
connectivity, making Iceland an ideal gateway for serving both
regions seamlessly.
</li>
<li>
<b>Against NSA Surveillance:</b> Iceland, absent from the Five
Eyes, Nine Eyes, or Fourteen Eyes alliances, stands resolute in
not collecting or sharing intelligence with the U.S., UK, or
Europe.
</li>
<li>
<b>Privacy Protection:</b>
Iceland's refusal to partake in the Five, Nine, and Fourteen
Eyes programs means that foreign law enforcement is barred from
conducting searches on equipment within Iceland. The absence of
espionage intelligence as a valid warrant reason further
fortifies Iceland's commitment to unwavering privacy standards.
</li>
</ul>
<a class="button-3" role="button" href="/vps-hosting.html"
>See Options</a
>
</div>
</div>
</div>
<div id="control-panel" class="flex-column">
<h2>Control Panel</h2>
<p>
With our user-friendly web interface, the control panel enables
efficient management of your VPS, offering versatility and robust
features for optimizing resource utilization.
</p>
<div class="flex-row">
<div class="flex-container bg-one">
<h3>Intuitive Control</h3>
<p>
Manage your VPS, customize configurations, and monitor performance
seamlessly. Whether you're a seasoned pro or a newcomer to
hosting, user-friendly controls empower you to navigate and
optimize your virtual environment.
</p>
</div>
<div class="flex-container bg-one">
<h3>Security at the Forefront:</h3>
<p>
Your data's security is our top priority. Robust security
features, combined with Last Hour Hosting's commitment to airtight
server management, ensures that your VPS is shielded against
potential threats. Sleep soundly knowing that your digital assets
are in safe hands.
</p>
</div>
</div>
<div class="flex-row">
<div class="flex-container bg-one">
<h3>Flexible Scaling and Resource Management:</h3>
<p>
Don't let your hosting plan hold you back. Last Hour Hosting
provides the flexibility to scale your resources on-the-fly.
Whether you're anticipating a traffic spike or need more storage,
adapt your VPS to your evolving needs with ease. Simply upgrade or
downgrade and our team will handle the rest.
</p>
</div>
</div>
</div>
<div id="compliances" class="flex-column">
<h2>Compliances</h2>
<div class="flex-row">
<div class="flex-container">
<h3>Tier III+ Icelandic Datacenter</h3>
<p>
We offer VPS services in a Tier III+ datacenter located in
Reykjavík Iceland outside the five eyes.
</p>
<h3>Security Features</h3>
<p>
The datacenter in Iceland has redundant power supply Units, Smoke
& fire detection systems, Fire suppression systems, Secure
perimeter and access layers, Registered access control, Active
access logging and anti-passback, Security & operational
monitoring. Our VPS services are configured in raid 1.
Additionally, automatic virtual backups are made.
</p>
<h3>Qualifications</h3>
<ul>
<li>ISO/IEC 27001:2013 -Information Management Security</li>
<li>ISO14001:2015 Environmental Management Systems</li>
</ul>
</div>
</div>
</div>
<div id="advanced-networking" class="flex-column">
<h2>Advanced Networking</h2>
<div class="flex-container">
<p>
Last Hour Hosting connects only to the best carriers and providers
available, providing premium uncongested access to the internet
using a 1Gbps connection standard and 10Gbps option available by
request. We can customize your setup.
</p>
</div>
</div>
<div id="iso" class="flex-column">
<div class="flex-container">
<h2>Bring Your Own ISO or Disk Image</h2>
<p>
We can customize your VPS with any applicable ISO file or disk image
you share with us at checkout. Have an existing VM setup? Simply
export the VM as an OVA file, and then we can use that as a disk
image instead of an ISO to start your VPS.
</p>
</div>
</div>
<div id="uptime" class="flex-column">
<div class="flex-container">
<h2>100% Uptime Guarantee</h2>
<p>
We offer a 100% uptime guarantee based on network and host node
availability.
</p>
<a class="button-3" role="button" href="/service-level-agreement.html"
>Details</a
>
</div>
</div>
<div class="flex-column">
<div class="flex-container">
<h2>Questions? Not sure what to choose?</h2>
<a class="button-3" role="button" href="/contact.html">Contact Us</a>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

View File

@ -5,8 +5,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<title>Free anycast DNS | Last Hour Hosting</title>
<meta
name="description"
content="Free DNS is a top-tier open-source anycast DNS service, operating across numerous servers in various locations, ensuring optimal performance. Last Hour Hosting guarantees that this service will continue to be offered at no charge. "
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
@ -22,7 +25,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -15,8 +15,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="Web hosting for the last hour." />
<title>Websites, Hosting, and Cloud Services | Last Hour Hosting</title>
<meta
name="description"
content="At Last Hour Hosting there's a plan for you with our anonymous, censorship resistant hosting solutions."
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
@ -24,7 +27,7 @@
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta
property="og:description"
content=" At Last Hour Hosting there's a plan for you with our anonymous, censorship resistant hosting solutions. "
content="At Last Hour Hosting there's a plan for you with our anonymous, censorship resistant hosting solutions."
/>
<meta
property="og:image"
@ -38,7 +41,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -53,61 +56,97 @@
<main>
<div class="flex-column">
<h1>Web hosting for the last hour.</h1>
<p>
At Last Hour Hosting there's a plan for you with our anonymous,
censorship resistant hosting solutions.
</p>
<a class="button-3" role="button" href="/services.html"
>Starting at $17.95/mo
</a>
<div class="flex-row">
<div class="flex-container bg-one">
<h2>Open Source</h2>
<div class="flex-container">
<h1>Web Hosting For The Last Hour.</h1>
<p>
At Last Hour Hosting there's a plan for you with our anonymous,
censorship resistant hosting solutions.
</p>
<ul>
<li>
At Last Hour Webhosting we support and use open-source software.
<a class="page-link" href="/service-level-agreement.html"
>100% Uptime — Guaranteed. *</a
>
</li>
<li>SSL, DDoS protection, and Backups</li>
<li>Expert Support</li>
<li>Zero KYC Required</li>
<li>
Building with mirrors on TOR, Hyphanet, and other alt-internet
frameworks in mind.
<a class="page-link" href="https://githaven.org/Shiloh"
>Everything is Open-Source *</a
>
</li>
</ul>
<a class="button-3" role="button" href="/cloud.html"
>Starting at $31.76/mo.
</a>
</div>
<div class="flex-container bg-one">
<h2>Censorship Resistant</h2>
<ul>
<li>We won't censor Christianity.</li>
<li>Zero knowledge "KYC free" account creation.</li>
<li>Payment through crypto currencies.</li>
<li>Data privacy respecting server locations.</li>
</ul>
</div>
<div class="flex-container bg-one">
<h2>Solid Support</h2>
<ul>
<li>Experienced support help offering custom setups.</li>
<li>
Option for anonymous/encrypted support through Session app.
</li>
<li>Easy built-in Dashboard ticketing support.</li>
<li>Our team prays for all our clients.</li>
</ul>
<div class="flex-container">
<video
width="100%"
controls
autoplay
muted
poster="https://cdn.lasthourhosting.org/assets/lasthour-dashboard.png"
>
<source
src="https://cdn.lasthourhosting.org/assets/dashboard.webm"
type="video/webm"
/>
</video>
<div>
<h3>55+ One-Click Apps</h3>
<img
src="https://cdn.lasthourhosting.org/assets/wordpress-logo.png"
alt="Wordpress Logo"
width="50"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/ghost-blogging-logo.png"
alt="Ghost Logo"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/next-cloud-logo.png"
alt="NextCloud Logo"
width="50"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/docker-logo.png"
alt="Docker Logo"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/minio-logo.png"
alt="Minio Logo"
height="50"
/>
<img
src="https://cdn.lasthourhosting.org/assets/appsmith-logo.png"
alt="Appsmith Logo"
height="50"
/>
</div>
</div>
</div>
</div>
<div class="flex-column">
<h2>Our Services</h2>
<div class="flex-row">
<div class="flex-container bg-one">
<div id="cloud" class="flex-container bg-vid">
<h3>Cloud / Serverless</h3>
<h4>Starting at $31.76/mo.</h4>
<p>
Our 100% open-source, managed, portable cloud service supports any
programming language and serverless framework, enabling easy
Our portable cloud service with easy to use interface. Supports
any programming language and serverless framework, enabling easy
deploy of your apps without lock-in.
</p>
<a class="button-3" role="button" href="/cloud.html">See Options</a>
<a class="button-3" role="button" href="/services.html"
>See Options</a
>
<ul>
<li>Managed hosting for all your apps</li>
<li>Upgrade and scale your plan with us a you grow</li>
@ -119,15 +158,17 @@
Zero KYC required when paying through bitcart or using a virtual
card provider.
</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
</ul>
</div>
<div class="flex-container bg-one">
<div id="vpsHosting" class="flex-container bg-vid">
<h3>VPS Hosting</h3>
<h4>Starting at $17.95/mo.</h4>
<p>
Enjoy choosing the operating system, free DDoS protection and our
other options and tools.
Our bare-metal VPS offering for command-line pros. Enjoy choosing
the operating system, free DDoS protection and our other options
and tools.
</p>
<a class="button-3" role="button" href="/vps-hosting.html"
>See Options</a
@ -146,8 +187,9 @@
</li>
</ul>
</div>
<div class="flex-container bg-one">
<div id="migration" class="flex-container bg-vid">
<h3>Data Migration</h3>
<p>
We would love to assist you in migrating your assets over to our
systems. Contact us today for a quote.
@ -159,7 +201,7 @@
<div class="flex-column">
<h2>Locations</h2>
<div class="flex-row">
<div class="flex-container bg-one">
<div id="iceland" class="flex-container bg-vid">
<h3>Iceland Offshore</h3>
<p>
High-end virtual servers in a Reykjavík Iceland Tier III+
@ -169,12 +211,12 @@
>See Options</a
>
</div>
<div class="flex-container bg-one">
<div id="notAvailable" class="flex-container bg-vid">
<h3>Romania (Coming soon)</h3>
<p>Request this location.</p>
<a class="button-3" role="button" href="/contact.html">Request</a>
</div>
<div class="flex-container bg-one">
<div id="notAvailable" class="flex-container bg-vid">
<h3>Finland (Coming soon)</h3>
<p>Request this location.</p>
<a class="button-3" role="button" href="/contact.html">Request</a>
@ -184,7 +226,7 @@
<div class="flex-column">
<h2>But Why Use Us?</h2>
<div class="flex-container">
<h3>Christ Centered</h3>
<h3>Christ-Centered</h3>
<p>
When you choose Last Hour Hosting, you're not just investing in
top-notch hosting services you're contributing to a higher
@ -266,6 +308,28 @@
</p>
</div>
</div>
<div class="flex-column">
<h2>Supported Payments</h2>
<div class="flex-row">
<div id="crypto" class="flex-container bg-vid">
<h3>Cryptocurrencies Recommended</h3>
<p>
We recommend you use crypto to gain full anonymity. We currently
support payments with cryptocurrencies such as: Monero, Bitcoin
LN, Etherium.
</p>
</div>
<div id="fiat" class="flex-container bg-vid">
<h3>Fiat Currencies</h3>
<p>
We fully support payments from all major credit card providers
with Stripe as our payment processor. As well as direct bank
transfers from UK, US, EU and PL bank accounts. It is recommended
to utilize a virtual card service to preserve anonymity with us.
</p>
</div>
</div>
</div>
<div class="flex-column">
<h2>Frequently Asked Questions</h2>
<div class="flex-container">
@ -294,9 +358,9 @@
</p>
<h3>What does it mean that you're Open-Source?</h3>
<p>
At Last Hour we support and use only open-source software. This
means that we're not beholden to third-parties if they disagree with
our statement of faith or desire to silence us.
At Last Hour we support and use open-source software. This means
that we're not beholden to third-parties if they disagree with our
statement of faith or desire to silence us.
</p>
<h3>
Is there any type of software/service that Last Hour will not host?
@ -351,29 +415,6 @@
<a class="button-3" role="button" href="/contact.html">Contact Us</a>
</div>
</div>
<div class="flex-column">
<h2>Supported Payments</h2>
<div class="flex-row">
<div class="flex-container bg-one">
<h3>Cryptocurrencies Recommended</h3>
<p>
We recommend you use crypto to gain full anonymity. We currently
support payments with cryptocurrencies such as: Monero, Bitcoin
LN, Etherium.
</p>
</div>
<div class="flex-container bg-one">
<h3>Fiat Currencies</h3>
<p>
We fully support payments from all major credit card providers
with Stripe as our payment processor. As well as direct bank
transfers from UK, US, EU and PL bank accounts. We are working on
integrating a better alternative to Stripe. It is recommended to
utilize a virtual card service to preserve anonymity with us.
</p>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -38,25 +38,7 @@
<main>
<h1>Latest News and Updates</h1>
<div class="flex-column">
<article>
<h2>Iceland VPS Service Launch</h2>
<p class="date">Published on: Nov 16</p>
<p>
We are excited to announce the launch of our first premium
datacenter location in Iceland.
</p>
<a href="#">Read More</a>
</article>
<article>
<h2>Launch of Last Hour hosting</h2>
<p class="date">Published on: Nov 16</p>
<p>
After months of preparation and work Last Hour Hosting has
officially launched.
</p>
<a href="#">Read More</a>
</article>
<p>coming soon</p>
</div>
</main>
<div id="message"></div>

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -40,10 +40,10 @@
<h1>Our Services</h1>
<div class="flex-row">
<div class="flex-container bg-one">
<div id="cloud" class="flex-container bg-vid">
<h3>Cloud / Serverless</h3>
<p>
Our 100% open-source, managed, portable cloud service supports any
Our open-source, managed, portable cloud service supports any
programming language and serverless framework, enabling easy
deploy of your apps without lock-in.
</p>
@ -59,11 +59,11 @@
Zero KYC required when paying through bitcart or using a virtual
card provider.
</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
</ul>
</div>
<div class="flex-container bg-one">
<div id="vpsHosting" class="flex-container bg-vid">
<h3>VPS Hosting</h3>
<p>
Create a traditional bare-bones secure environment for your
@ -88,7 +88,7 @@
</ul>
</div>
<div class="flex-row">
<div class="flex-container bg-one">
<div id="dns" class="flex-container bg-vid">
<h3>Free DNS</h3>
<p>
Free DNS is a top-tier anycast DNS service, operating across
@ -106,7 +106,7 @@
<li>Open-source</li>
</ul>
</div>
<div class="flex-container bg-one">
<div id="migration" class="flex-container bg-vid">
<h3>Data Migration</h3>
<p>
We would love to assist you in migrating your assets over to our

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -22,7 +22,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"

View File

@ -5,14 +5,17 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<title>VPS Hosting | 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:description"
content=" Our bare-metal VPS offering for command-line pros. Enjoy choosing the operating system, free DDoS protection and our other options and tools. "
/>
<meta property="og:image" content="" />
<link rel="icon" href="./assets/favicon.ico" />
@ -22,7 +25,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'; "
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/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
@ -35,19 +38,40 @@
<body>
<header id="header"></header>
<main>
<div class="flex-row">
<div class="flex-container">
<h1>VPS Hosting</h1>
<p>
Our bare-metal VPS offering for command-line pros. Enjoy choosing
the operating system, free DDoS protection and our other options and
tools.
</p>
<ul>
<li>
<a class="page-link" href="/service-level-agreement.html"
>100% Uptime — Guaranteed. *</a
>
</li>
<li>SSL, DDoS protection, and Backups</li>
<li>Expert Support</li>
<li>Zero KYC Required</li>
<li>
<a class="page-link" href="https://githaven.org/Shiloh"
>Everything is Open-Source *</a
>
</li>
</ul>
</div>
<div class="flex-container">
<video width="100%" controls autoplay muted>
<source
src="https://cdn.lasthourhosting.org/assets/vps-dashboard.webm"
type="video/webm"
/>
</video>
</div>
</div>
<div class="flex-column">
<h1>VPS Hosting</h1>
<p>
With our expertly crafted VPS hosting plans, along with customized
data migration services, you can trust us to support your online
presence with the utmost reliability and integrity.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/signup "
>Create Account</a
>
<h2>Location: Iceland</h2>
<div class="flex-row">
<div class="flex-container bg-one">
@ -75,7 +99,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
@ -107,7 +131,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
@ -139,7 +163,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
@ -173,7 +197,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
@ -205,7 +229,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
@ -237,7 +261,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
@ -276,7 +300,7 @@
<li>Powered by renewable energy sources.</li>
<li>Dedicated IPV4 and IPV6 with options to add more.</li>
<li>GUI and SSH console access</li>
<li>Running on 100% open-source software.</li>
<li>Running on open-source software.</li>
<li>
Zero KYC required when paying through bitcart or using a
virtual card provider.