lasthourhosting/data-migration.html
Gary 7fb467f765 overhaul website
added more solutions
added more search terms
2026-04-22 17:34:26 -07:00

154 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Data Migration | Last Hour Hosting</title>
<meta
name="description"
content="Last Hour Hosting, your privacy focused, affordable, reliable web hosting. For beginners and professionals, we offer hosting plans to fit your needs."
/>
<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="Last Hour Hosting, your privacy focused, affordable, reliable web hosting. For beginners and professionals, we offer hosting plans to fit your needs."
/>
<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="./js/liveChat.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column-left bg-img-vps">
<div class="flex-row">
<div class="flex-container-left">
<h1 class="header-large">Data Migration</h1>
<h2>
We would love to assist you in migrating your assets over to our
systems. Contact us today for a quote.
</h2>
<a class="button-3" role="button" href="/contact.html">Get Quote</a>
</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>
<div class="flex-column bg-two">
<h2>Solutions</h2>
<div class="flex-row">
<div class="flex-container bg-one">
<h3 class="header-small">Complete Wordpress Migration</h3>
<h4 class="header-medium">$100</h4>
<p>1-Day Delivery</p>
<p>
Transfer your WordPress Website or Store seamlessly to Last Hour
Hosting!
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/migration"
>Get Started</a
>
</div>
<div class="flex-container bg-one">
<h3 class="header-small">Email Migration</h3>
<h4 class="header-medium">$100</h4>
<p>3-Day Delivery</p>
<p>
We will migrate up to 5 mailboxes to your Last Hour Hosting email
service.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/migration"
>Get Started</a
>
</div>
<div class="flex-container bg-one">
<h3 class="header-small">
Google Workspace to Nextcloud Migration
</h3>
<h4 class="header-medium">$100</h4>
<p>3-Day Delivery</p>
<p>
We'll migrate your Google Workspace account to your Last Hour
Hosting Nextcloud service.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/migration"
>Get Started</a
>
</div>
</div>
<div class="flex-row">
<div class="flex-container bg-one">
<h3 class="header-small">
Microsoft Office 365 to Nextcloud Migration
</h3>
<h4 class="header-medium">$100</h4>
<p>3-Day Delivery</p>
<p>
We'll migrate your Microsoft Office 365 account to your Last Hour
Hosting Nextcloud service.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/migration"
>Get Started</a
>
</div>
<div class="flex-container bg-one">
<h3 class="header-small">Zoho One to Nextcloud Migration</h3>
<h4 class="header-medium">$100</h4>
<p>3-Day Delivery</p>
<p>
We'll migrate your Zoho One account to your Last Hour Hosting
Nextcloud service.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/migration"
>Get Started</a
>
</div>
</div>
</div>
</main>
<footer id="footer"></footer>
</body>
</html>