lasthourhosting/solutions.html
2025-04-15 19:36:32 -07:00

126 lines
4.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Our Solutions | Last Hour Hosting</title>
<meta
name="description"
content="At Last Hour, we offer a range of solutions tailored to meet your unique needs, including Webhosting, E-Commerce, and VPS hosting."
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Our Solutions | 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" />
<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>
<script
src="https://unpkg.com/safesupport-chatbox"
type="text/javascript"
></script>
<script src="./js/liveChat.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-two">
<h1>Solutions</h1>
<div class="flex-row">
<div id="websiteHosting" class="flex-container bg-one">
<h3 class="header-small">Web Hosting</h3>
<h4 class="header-medium">$29/mo.</h4>
<p>
With Last Hour web hosting, you get all the dedicated features,
tools, and guidance you need to build and launch truly impressive
WordPress websites.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/web-hosting"
>Get Started</a
>
</div>
<div id="websiteHosting" class="flex-container bg-one">
<h3 class="header-small">E-Commerce</h3>
<h4 class="header-medium">$29/mo.</h4>
<p>
Get a stunning store thats made to sell—whether you build from
scratch or start fast with pre-built themes.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/e-commerce"
>Get Started</a
>
</div>
</div>
<div class="flex-row">
<div id="workspaceTools" class="flex-container bg-one">
<h3 class="header-small">Workspace Tools</h3>
<h4 class="header-medium">$49/mo.</h4>
<p>
A secure and private online workspace with a dedicated Nextcloud
instance up to 100 users, allowing you to store, share, and
collaborate on files, calendars, and contacts from anywhere, with
full control and ownership of your data.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/workspace"
>Get Started</a
>
</div>
<div id="workspaceTools" class="flex-container bg-one">
<h3 class="header-small">Private Email</h3>
<h4 class="header-medium">$29/mo.</h4>
<p>
Secure, dedicated, ad-free, email solution with Mailu, giving you
full control over your inbox and data.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/private-email"
>Get Started</a
>
</div>
</div>
<div class="flex-row">
<div id="migration" class="flex-container">
<h3 class="header-small">Data Migration</h3>
<h4 class="header-medium">Contact for Quote</h4>
<p>
We would love to assist you in migrating your assets over to our
systems. Contact us today for a quote.
</p>
<a class="button-3" role="button" href="/contact.html">Get Quote</a>
</div>
</div>
</div>
</main>
<footer id="footer"></footer>
</body>
</html>