lasthourhosting/services.html

101 lines
3.5 KiB
HTML
Raw Normal View History

2023-11-16 19:23:21 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2024-04-18 17:09:03 -07:00
<title>Our Services | Last Hour Hosting</title>
<meta
name="description"
content="At Last Hour, we offer a range of solutions tailored to meet your unique needs, including VPS, VPC, and PaaS options."
/>
2023-11-16 19:23:21 -08:00
<meta name="author" content="Shiloh" />
2024-04-18 17:09:03 -07:00
<meta property="og:title" content="Our Services | Last Hour Hosting" />
2023-11-16 19:23:21 -08:00
<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"
2024-03-18 16:49:34 -07:00
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/; "
2023-11-16 19:23:21 -08:00
/>
<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>
2024-04-18 17:09:03 -07:00
<div class="flex-column bg-two">
2023-11-16 19:23:21 -08:00
<h1>Our Services</h1>
<div class="flex-row">
2024-06-13 13:57:04 -07:00
<!-- <div id="cloud" class="flex-container-left bg-vid">
2024-04-18 17:09:03 -07:00
<img
2024-06-13 13:57:04 -07:00
src="https://cdn.lasthourhosting.org/assets/Cloud-Apps.png"
2024-04-18 17:09:03 -07:00
alt="Cloud Apps"
height="300"
width="300"
/>
<h3>Cloud Apps Platform</h3>
2024-06-13 13:57:04 -07:00
<h4>Starting at $3.06/mo.</h4>
2024-02-28 15:50:15 -08:00
<p>
2024-04-18 17:09:03 -07:00
Our fully managed, container-based cloud platform (PaaS) offers a
seamless experience for deploying, managing, and scaling your
apps.
2024-02-28 15:50:15 -08:00
</p>
2024-04-18 17:09:03 -07:00
<a class="button-3" role="button" href="/cloud-apps.html"
>Configure</a
>
2024-06-13 13:57:04 -07:00
</div> -->
2024-04-18 17:09:03 -07:00
<div id="vpsHosting" class="flex-container-left bg-vid">
<img
2024-06-13 13:57:04 -07:00
src="https://cdn.lasthourhosting.org/assets/Virtual-private-server.png"
2024-04-18 17:09:03 -07:00
alt="Cloud Apps"
height="300"
width="300"
/>
2023-11-16 19:23:21 -08:00
<h3>VPS Hosting</h3>
2024-06-13 13:57:04 -07:00
<h4>Starting at $0.85/mo.</h4>
2023-11-16 19:23:21 -08:00
<p>
2024-04-18 17:09:03 -07:00
Elevate your hosting experience with our powerful proxmox VPS
solution.
2023-11-16 19:23:21 -08:00
</p>
2024-02-14 18:01:03 -08:00
<a class="button-3" role="button" href="/vps-hosting.html"
2024-04-18 17:09:03 -07:00
>Configure</a
2024-02-14 18:01:03 -08:00
>
</div>
2024-04-18 17:09:03 -07:00
<div id="migration" class="flex-container-left">
<img
2024-06-13 13:57:04 -07:00
src="https://cdn.lasthourhosting.org/assets/migration.png"
2024-04-18 17:09:03 -07:00
alt="Cloud Apps"
height="300"
width="300"
/>
<h3>Data Migration</h3>
<h4>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>
2024-02-15 19:41:51 -08:00
</div>
2024-02-14 18:01:03 -08:00
</div>
2023-11-17 19:37:53 -08:00
</div>
2023-11-16 19:23:21 -08:00
</main>
2023-11-17 19:37:53 -08:00
<div id="message"></div>
2023-11-16 19:23:21 -08:00
<footer id="footer"></footer>
</body>
</html>