fix: restore features page
This commit is contained in:
parent
e3b398e7ef
commit
85acacfb3a
247
features.html
Normal file
247
features.html
Normal file
@ -0,0 +1,247 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Features | Last Hour Hosting</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Last Hour Hosting features intuitive control panels, advanced networking, top compliances, and a 100% uptime guarantee."
|
||||
/>
|
||||
<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' https://cdn.lasthourhosting.org/; "
|
||||
/>
|
||||
<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>
|
||||
Last Hour Hosting features intuitive control panels, advanced
|
||||
networking, top compliances, and a 100% uptime guarantee.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/services.html">Get Started</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 id="iceland" class="flex-container bg-vid">
|
||||
<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="/services.html"
|
||||
>Get Started</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>
|
Loading…
Reference in New Issue
Block a user