overhaul website
added more solutions added more search terms
This commit is contained in:
parent
0850977b36
commit
7fb467f765
93
anon-email-forwarding.html
Normal file
93
anon-email-forwarding.html
Normal file
@ -0,0 +1,93 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Open-source Anonymous Email Forwarding | Last Hour Hosting</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Create unlimited email aliases. Shield your real address from spam by using a unique alias for every service. Privacy-first, anonymous replies."
|
||||
/>
|
||||
<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="Create unlimited email aliases. Shield your real address from spam by using a unique alias for every service. Privacy-first, anonymous replies."
|
||||
/>
|
||||
<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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Open-source Anonymous Email Forwarding</h1>
|
||||
<h2>
|
||||
Last Hour Hosting gives you email aliases that forward to your
|
||||
real inbox. Share an alias instead of your main email — then
|
||||
disable it if it leaks or starts spamming.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/private-email"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<video width="100%" controls autoplay muted>
|
||||
<source src="/assets/private-email.webm" type="video/webm" />
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/migration"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -16,14 +16,23 @@
|
||||
/></label>
|
||||
<ul class="menu-items">
|
||||
<li>
|
||||
<a href="/solutions.html">Solutions</a>
|
||||
<a href="#">Solutions</a>
|
||||
<ul>
|
||||
<li><a href="/web-hosting.html">Web Hosting</a></li>
|
||||
<li><a href="/e-commerce.html">E-Commerce</a></li>
|
||||
<li><a href="/workspace-tools.html">Workspace Tools</a></li>
|
||||
<li><a href="/private-email.html">Private Email</a></li>
|
||||
<li><a href="/vps-hosting.html">VPS Hosting</a></li>
|
||||
<li><a href="/data-migration.html">Data Migration</a></li>
|
||||
<li><a href="/data-migration.html">Migration</a></li>
|
||||
<li><a href="/managed-it.html">Managed IT</a></li>
|
||||
<li><a href="/website-design.html">Website Design</a></li>
|
||||
<li><a href="/software-development.html">Software Development</a></li>
|
||||
<li><a href="/erp.html">ERP</a></li>
|
||||
<li><a href="/crm.html">CRM</a></li>
|
||||
<li><a href="/trade-journal.html">Trading</a></li>
|
||||
<li><a href="/seo.html">SEO</a></li>
|
||||
<li><a href="/virtual-phone.html">Virtual Phone</a></li>
|
||||
<li><a href="/website-maintenance.html">Website Maintenance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/solutions.html">Pricing</a></li>
|
||||
|
||||
113
crm.html
Normal file
113
crm.html
Normal file
@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Customers Relationship Management | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">CRM</h1>
|
||||
<h2>
|
||||
Improve customer relationships, increase sales, and enhance
|
||||
customer service by centralizing customer data, streamlining
|
||||
communication, and providing valuable insights into customer
|
||||
behavior with our open standard solution
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-hosting"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<!-- <video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">Twenty CRM</h3>
|
||||
<h4 class="header-medium">$29/mo.</h4>
|
||||
<p>
|
||||
The open alternative to Salesforce, designed for all your data
|
||||
integration needs. Twenty CRM gives technical teams the building
|
||||
blocks for a custom CRM that meets complex business needs and
|
||||
quickly adapts as the business evolves.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/crm"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</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>
|
||||
@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Web Hosting | Last Hour Hosting</title>
|
||||
<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."
|
||||
@ -58,6 +58,94 @@
|
||||
</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>
|
||||
|
||||
118
e-commerce.html
118
e-commerce.html
@ -33,10 +33,10 @@
|
||||
></script>
|
||||
<script src="./js/main.js"></script>
|
||||
<script
|
||||
src="https://unpkg.com/safesupport-chatbox"
|
||||
type="text/javascript"
|
||||
></script>
|
||||
<script src="./js/liveChat.js"></script>
|
||||
src="https://unpkg.com/safesupport-chatbox"
|
||||
type="text/javascript"
|
||||
></script>
|
||||
<script src="./js/liveChat.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -50,12 +50,13 @@
|
||||
With Last Hour Hosting and PrestaShop, we'll take care of your
|
||||
online store, so you can focus on driving sales and growth.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce"
|
||||
> Get Started</a
|
||||
>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-hosting"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<video width="100%" controls autoplay muted>
|
||||
@ -64,22 +65,109 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-column bg-two">
|
||||
<h2>Solutions</h2>
|
||||
<div class="flex-row">
|
||||
<div id="websiteHosting" class="flex-container bg-one">
|
||||
<h3 class="header-small">E-Commerce 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 a truly
|
||||
impressive online store.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-hosting"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div id="websiteHosting" class="flex-container bg-one">
|
||||
<h3 class="header-small">Starter Prestashop Website</h3>
|
||||
<h4 class="header-medium">$250</h4>
|
||||
<p>
|
||||
We will setup your prestashop website and customize the homepage
|
||||
and branding for you!
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Basic Prestashop Website</h3>
|
||||
<h4 class="header-medium">$600</h4>
|
||||
<p>
|
||||
Our team will setup your store with light customization to get you
|
||||
started!
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">
|
||||
Small to Medium Business Prestashop Website
|
||||
</h3>
|
||||
<h4 class="header-medium">$850</h4>
|
||||
<p>
|
||||
We'll setup a store for you with customization of your theme /
|
||||
template to match your brand.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Commercial Prestashop Website</h3>
|
||||
<h4 class="header-medium">$1,850</h4>
|
||||
<p>
|
||||
We'll handle it all! Customization of the theme/template to match
|
||||
your brand. Customization of the checkout process to match your
|
||||
style.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems. Contact us today for a quote.
|
||||
systems fast and easy!
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/contact.html">Get Quote</a>
|
||||
<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>
|
||||
|
||||
120
erp.html
Normal file
120
erp.html
Normal file
@ -0,0 +1,120 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Enterprise Resource Planning | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">ERP</h1>
|
||||
<h2>
|
||||
We offer fully managed Enterprise Resource Management solutions to
|
||||
fit all your needs.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/erp"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<!-- <video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">ERPnext</h3>
|
||||
<h4 class="header-medium">$29/mo.</h4>
|
||||
<p>
|
||||
ERPNext is the world's best open source ERP and we're managing it
|
||||
for you at Last Hour Hosting!
|
||||
</p>
|
||||
<ul>
|
||||
<li>Financial Accounting</li>
|
||||
<li>Order Management</li>
|
||||
<li>HR and Payroll</li>
|
||||
<li>Manufacturing</li>
|
||||
<li>CRM</li>
|
||||
<li>Projects</li>
|
||||
<li>Helpdesk</li>
|
||||
<li>Asset Management</li>
|
||||
<li>Website</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/web-hosting"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</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>
|
||||
19
index.html
19
index.html
@ -178,7 +178,7 @@
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
@ -279,15 +279,22 @@
|
||||
<div class="flex-column">
|
||||
<h2 class="header-small">Payment Options</h2>
|
||||
<div class="flex-row">
|
||||
<div id="crypto" class="flex-container">
|
||||
<h3 class="header-medium">Crypto</h3>
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-medium">Barter</h3>
|
||||
<p>
|
||||
Payments with cryptocurrencies such as: Monero, Bitcoin LN,
|
||||
Etherium.
|
||||
We accept payments in a wide range of commodities, including
|
||||
precious metals like gold and silver, agricultural products such
|
||||
as grains, livestock, and cotton, as well as ammunition, and
|
||||
other goods. Payment values will be based on current market
|
||||
prices, and commodities must meet our specified quality and
|
||||
authenticity standards. Please contact us to discuss your
|
||||
specific payment needs and arrangements.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="fiat" class="flex-container">
|
||||
<div id="fiat" class="flex-container bg-one">
|
||||
<h3 class="header-medium">Fiat</h3>
|
||||
|
||||
<div>
|
||||
<a class="logo"
|
||||
><img
|
||||
|
||||
484
js/search.js
484
js/search.js
@ -6,8 +6,7 @@ const searchServices = [
|
||||
description:
|
||||
"Build and launch impressive WordPress websites with dedicated features, tools, and guidance.",
|
||||
link: "/web-hosting.html",
|
||||
orderLink:
|
||||
"https://my.lasthourhosting.org/products/web-hosting",
|
||||
orderLink: "https://my.lasthourhosting.org/products/web-hosting",
|
||||
keywords: [
|
||||
"website",
|
||||
"blog",
|
||||
@ -48,8 +47,7 @@ const searchServices = [
|
||||
description:
|
||||
"Get a stunning online store with PrestaShop — built to sell, whether from scratch or pre-built themes.",
|
||||
link: "/e-commerce.html",
|
||||
orderLink:
|
||||
"https://my.lasthourhosting.org/products/e-commerce",
|
||||
orderLink: "https://my.lasthourhosting.org/products/e-commerce-hosting",
|
||||
keywords: [
|
||||
"store",
|
||||
"shop",
|
||||
@ -89,8 +87,7 @@ const searchServices = [
|
||||
description:
|
||||
"A secure, private Nextcloud workspace for up to 100 users — files, calendars, contacts, and full data ownership.",
|
||||
link: "/workspace-tools.html",
|
||||
orderLink:
|
||||
"https://my.lasthourhosting.org/products/workspace",
|
||||
orderLink: "https://my.lasthourhosting.org/products/workspace",
|
||||
keywords: [
|
||||
"files",
|
||||
"storage",
|
||||
@ -130,8 +127,7 @@ const searchServices = [
|
||||
description:
|
||||
"Secure, dedicated, ad-free email with Mailu — full control over your inbox and data.",
|
||||
link: "/private-email.html",
|
||||
orderLink:
|
||||
"https://my.lasthourhosting.org/products/private-email",
|
||||
orderLink: "https://my.lasthourhosting.org/products/private-email",
|
||||
keywords: [
|
||||
"email",
|
||||
"inbox",
|
||||
@ -159,6 +155,7 @@ const searchServices = [
|
||||
"aol",
|
||||
"icloud mail",
|
||||
"mailchimp",
|
||||
"addy.io",
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -167,8 +164,7 @@ const searchServices = [
|
||||
description:
|
||||
"Powerful Linux VPS with SSH access, IPv4 + IPv6, full KVM hypervisor, and no lock-in.",
|
||||
link: "/vps-hosting.html",
|
||||
orderLink:
|
||||
"https://my.lasthourhosting.org/products/vps",
|
||||
orderLink: "https://my.lasthourhosting.org/products/vps",
|
||||
keywords: [
|
||||
"server",
|
||||
"vps",
|
||||
@ -213,26 +209,432 @@ const searchServices = [
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Data Migration",
|
||||
price: "Contact for Quote",
|
||||
name: "Complete Wordpress Migration",
|
||||
price: "$100",
|
||||
description:
|
||||
"We'll help you migrate your assets to our systems. Contact us for a custom quote.",
|
||||
link: "/contact.html",
|
||||
orderLink: "/contact.html",
|
||||
"Transfer your WordPress Website or Store seamlessly to Last Hour Hosting!",
|
||||
link: "/data-migration.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/migration",
|
||||
keywords: [
|
||||
"migrate",
|
||||
"transfer",
|
||||
"move",
|
||||
"switch",
|
||||
"import",
|
||||
"export",
|
||||
"migration",
|
||||
"move over",
|
||||
"switching",
|
||||
"transition",
|
||||
"migrate wordpress",
|
||||
"wordpress",
|
||||
"transfer wordpress",
|
||||
"move wordpress",
|
||||
"switch wordpress",
|
||||
"import wordpress",
|
||||
"export wordpress",
|
||||
"migration wordpress",
|
||||
"move over wordpress",
|
||||
"switching wordpress",
|
||||
"transition wordpress",
|
||||
],
|
||||
alternativeTo: [],
|
||||
},
|
||||
{
|
||||
name: "Email Migration",
|
||||
price: "$100",
|
||||
description:
|
||||
"We will migrate up to 5 mailboxes to your Last Hour Hosting email service.",
|
||||
link: "/data-migration.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/migration",
|
||||
keywords: [
|
||||
"migrate email",
|
||||
"email",
|
||||
"transfer email",
|
||||
"move email",
|
||||
"switch email",
|
||||
"import email",
|
||||
"export email",
|
||||
"migration email",
|
||||
"move over email",
|
||||
"switching email",
|
||||
"transition email",
|
||||
],
|
||||
alternativeTo: [],
|
||||
},
|
||||
{
|
||||
name: "Google Workspace to Nextcloud Migration",
|
||||
price: "$100",
|
||||
description:
|
||||
"We'll migrate your Google Workspace account to your Last Hour Hosting Nextcloud service.",
|
||||
link: "/data-migration.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/migration",
|
||||
keywords: [
|
||||
"migrate Google Workspace",
|
||||
"Google Workspace",
|
||||
"transfer Google Workspace",
|
||||
"move Google Workspace",
|
||||
"switch Google Workspace",
|
||||
"import Google Workspace",
|
||||
"export Google Workspace",
|
||||
"migration Google Workspace",
|
||||
"move over Google Workspace",
|
||||
"switching Google Workspace",
|
||||
"transition Google Workspace",
|
||||
],
|
||||
alternativeTo: [],
|
||||
},
|
||||
{
|
||||
name: "Microsoft Office 365 to Nextcloud Migration",
|
||||
price: "$100",
|
||||
description:
|
||||
"We'll migrate your Microsoft Office 365 account to your Last Hour Hosting Nextcloud service.",
|
||||
link: "/data-migration.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/migration",
|
||||
keywords: [
|
||||
"migrate Microsoft Office 365",
|
||||
"Microsoft Office 365",
|
||||
"transfer Microsoft Office 365",
|
||||
"move Microsoft Office 365",
|
||||
"switch Microsoft Office 365",
|
||||
"import Microsoft Office 365",
|
||||
"export Microsoft Office 365",
|
||||
"migration Microsoft Office 365",
|
||||
"move over Microsoft Office 365",
|
||||
"switching Microsoft Office 365",
|
||||
"transition Microsoft Office 365",
|
||||
],
|
||||
alternativeTo: [],
|
||||
},
|
||||
{
|
||||
name: "1 Hour of Tech Support for 1 Issue",
|
||||
price: "$125",
|
||||
description:
|
||||
"Access flexible, on-demand hourly support, allowing you to choose when and how much work you want from our tech experts, with a simple and secure payment process.",
|
||||
link: "/managed-it.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/managed-it",
|
||||
keywords: [
|
||||
"managed IT",
|
||||
"tech support",
|
||||
"support",
|
||||
"hourly",
|
||||
"technology",
|
||||
"tech help",
|
||||
"issue",
|
||||
"problem",
|
||||
"IT",
|
||||
],
|
||||
alternativeTo: [],
|
||||
},
|
||||
{
|
||||
name: "Starter Wordpress Website",
|
||||
price: "$500",
|
||||
description:
|
||||
"Done for you homepage or landing page custom built by our team.",
|
||||
link: "/website-design.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/website-design",
|
||||
keywords: [
|
||||
"new website",
|
||||
"redesign",
|
||||
"replace website",
|
||||
"improve website",
|
||||
"design",
|
||||
"UI",
|
||||
"UX",
|
||||
"landing",
|
||||
"page",
|
||||
"custom",
|
||||
"Build website",
|
||||
],
|
||||
alternativeTo: ["webflow", "wix", "squarespace", "shopify", "hostinger"],
|
||||
},
|
||||
{
|
||||
name: "Software Discovery Call",
|
||||
price: "$100",
|
||||
description:
|
||||
"30-minute call to provide clarity on your idea potential, feasibility, and resource-intensity!",
|
||||
link: "/software-development.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/software-development",
|
||||
keywords: [
|
||||
"consulting",
|
||||
"software",
|
||||
"idea",
|
||||
"concept",
|
||||
"design",
|
||||
"UI",
|
||||
"UX",
|
||||
"mvp",
|
||||
"app",
|
||||
"mobile app",
|
||||
"software design",
|
||||
"software development",
|
||||
],
|
||||
alternativeTo: [],
|
||||
},
|
||||
{
|
||||
name: "ERPnext",
|
||||
price: "$29/mo.",
|
||||
description:
|
||||
"ERPNext is the world's best open source ERP and we're managing it for you at Last Hour Hosting!",
|
||||
link: "/erp.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/erp",
|
||||
keywords: [
|
||||
"erp",
|
||||
"enterprise resource planning",
|
||||
"hr",
|
||||
"order management",
|
||||
"payroll",
|
||||
"manufacturing",
|
||||
"crm",
|
||||
"projects",
|
||||
"helpdesk",
|
||||
"asset management",
|
||||
"warehouse",
|
||||
"distribution",
|
||||
"supply chain management",
|
||||
"financial management",
|
||||
"accounting",
|
||||
"inventory management",
|
||||
"production planning",
|
||||
"quality control",
|
||||
"compliance management",
|
||||
"business intelligence",
|
||||
"reporting",
|
||||
"analytics",
|
||||
"integration",
|
||||
"automation",
|
||||
"business process management",
|
||||
"erp software",
|
||||
"erp system",
|
||||
"erp solutions",
|
||||
"cloud erp",
|
||||
"open-source erp",
|
||||
"erp implementation",
|
||||
"erp consulting",
|
||||
],
|
||||
alternativeTo: [
|
||||
"SAP ERP",
|
||||
"Oracle ERP Cloud",
|
||||
"Microsoft Dynamics 365",
|
||||
"Infor ERP",
|
||||
"Epicor ERP",
|
||||
"Sage ERP",
|
||||
"NetSuite ERP",
|
||||
"QAD ERP",
|
||||
"Workday ERP",
|
||||
"Zoho Inventory",
|
||||
"Acumatica ERP",
|
||||
"SAP ECC",
|
||||
"SAP S/4HANA",
|
||||
"Oracle E-Business Suite",
|
||||
"Microsoft Dynamics NAV",
|
||||
"Microsoft Dynamics GP",
|
||||
"Infor M3",
|
||||
"Epicor Prophet21",
|
||||
"Sage X3",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Twenty CRM",
|
||||
price: "$29/mo.",
|
||||
description:
|
||||
"The open alternative to Salesforce, designed for all your data integration needs. Twenty CRM gives technical teams the building blocks for a custom CRM that meets complex business needs and quickly adapts as the business evolves.",
|
||||
link: "/crm.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/crm",
|
||||
keywords: [
|
||||
"crm",
|
||||
"customer relationship management",
|
||||
"salesforce",
|
||||
"hubspot",
|
||||
"zoho crm",
|
||||
"microsoft dynamics 365 crm",
|
||||
"crm software",
|
||||
"crm system",
|
||||
"crm solutions",
|
||||
"cloud crm",
|
||||
"open-source crm",
|
||||
"crm implementation",
|
||||
"crm consulting",
|
||||
"lead management",
|
||||
"contact management",
|
||||
"account management",
|
||||
"sales automation",
|
||||
"marketing automation",
|
||||
"customer service",
|
||||
"support ticketing",
|
||||
"analytics",
|
||||
"reporting",
|
||||
"integration",
|
||||
"automation",
|
||||
],
|
||||
alternativeTo: [
|
||||
"Salesforce",
|
||||
"HubSpot",
|
||||
"Zoho",
|
||||
"Microsoft Dynamics 365",
|
||||
"Oracle",
|
||||
"SAP",
|
||||
"SugarCRM",
|
||||
"Pipedrive",
|
||||
"Freshsales",
|
||||
"Copper",
|
||||
"Insightly",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "TradeNote",
|
||||
price: "$4.99/mo.",
|
||||
description:
|
||||
"Helps traders store, discover and recollect all their trades so they can become and remain consistent and profitable.",
|
||||
link: "/trade-journal.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/trade-journal",
|
||||
keywords: [
|
||||
"trade journal",
|
||||
"trading journal",
|
||||
"stock trading journal",
|
||||
"forex trading journal",
|
||||
"trader journal",
|
||||
"trade log",
|
||||
"trading log",
|
||||
"trade tracking",
|
||||
"trading tracking",
|
||||
"performance tracking",
|
||||
"trading analytics",
|
||||
"trade management",
|
||||
"trading software",
|
||||
"trader tools",
|
||||
],
|
||||
alternativeTo: [
|
||||
"Edgewonk",
|
||||
"Tradervue",
|
||||
"Trade-Ideas",
|
||||
"Tradecopier",
|
||||
"Journalyt",
|
||||
"Trade Journal Pro",
|
||||
"Trader's Journal",
|
||||
"StockSharp",
|
||||
"TradeLogger",
|
||||
"TradeMeta",
|
||||
"Daily Trade Journal",
|
||||
"Trade Analysis",
|
||||
"Trader Performance",
|
||||
"Trade Keeper",
|
||||
"Profit Journal",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Basic Website SEO",
|
||||
price: "$175",
|
||||
description:
|
||||
"Improve your website's search engine ranking and drive more traffic with our basic website SEO services.",
|
||||
link: "/seo.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/seo",
|
||||
keywords: [
|
||||
"seo",
|
||||
"search engine optimization",
|
||||
"website seo",
|
||||
"seo services",
|
||||
"seo optimization",
|
||||
"search engine ranking",
|
||||
"keyword research",
|
||||
"on-page seo",
|
||||
"off-page seo",
|
||||
"link building",
|
||||
"content optimization",
|
||||
],
|
||||
alternativeTo: [
|
||||
"Ahrefs",
|
||||
"SEMrush",
|
||||
"Moz",
|
||||
"Google Analytics",
|
||||
"Google Search Console",
|
||||
"Yoast SEO",
|
||||
"All in One SEO Pack",
|
||||
"SEOPress",
|
||||
"Rank Math",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Virtual Phone System",
|
||||
price: "$29/mo.",
|
||||
description:
|
||||
"Get an open-standard virtual phone system that works with Signal Wire, Twilio, and more!",
|
||||
link: "/virtual-phone.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/virtual-phone",
|
||||
keywords: [
|
||||
"virtual phone system",
|
||||
"cloud phone system",
|
||||
"voip phone system",
|
||||
"sip trunking",
|
||||
"virtual pbx",
|
||||
"business phone system",
|
||||
"phone service",
|
||||
"voice over ip",
|
||||
"cloud communications",
|
||||
"unified communications",
|
||||
],
|
||||
alternativeTo: [
|
||||
"RingCentral",
|
||||
"Grasshopper",
|
||||
"8x8",
|
||||
"Vonage",
|
||||
"Nextiva",
|
||||
"RingCentral Office",
|
||||
"Microsoft Teams",
|
||||
"Google Voice",
|
||||
"Skype for Business",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Small Wordpress Website Fix",
|
||||
price: "$100",
|
||||
description:
|
||||
"Small fixes (Up to 1 Hour). Fixing minor WordPress issues or bugs on your website.",
|
||||
link: "/website-maintenance.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/website-maintenance",
|
||||
keywords: [
|
||||
"wordpress website fix",
|
||||
"wordpress maintenance",
|
||||
"wordpress troubleshooting",
|
||||
"wordpress bug fix",
|
||||
"wordpress issue resolution",
|
||||
"wordpress support",
|
||||
"website repair",
|
||||
"wordpress errors",
|
||||
"wordpress problems",
|
||||
],
|
||||
alternativeTo: [
|
||||
"WP Filler",
|
||||
"WP Support",
|
||||
"WordPress Care",
|
||||
"FixMySite",
|
||||
"WP Rescue",
|
||||
"WordPress Fix",
|
||||
"SiteGround Support",
|
||||
"Bluehost Support",
|
||||
"HostGator Support",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Basic Wordpress Speed Optimization",
|
||||
price: "$270",
|
||||
description:
|
||||
"Page caching, removing unused JS & CSS, image optimization (WEBP), smart lazy load, critical CSS",
|
||||
link: "/website-maintenance.html",
|
||||
orderLink: "https://my.lasthourhosting.org/products/website-maintenance",
|
||||
keywords: [
|
||||
"wordpress speed optimization",
|
||||
"wordpress performance optimization",
|
||||
"wordpress page speed",
|
||||
"wordpress website speed",
|
||||
"wordpress caching",
|
||||
"wordpress image optimization",
|
||||
"wordpress lazy loading",
|
||||
"wordpress critical css",
|
||||
"wordpress speed improvement",
|
||||
],
|
||||
alternativeTo: [
|
||||
"WP Rocket",
|
||||
"W3 Total Cache",
|
||||
"WP Super Cache",
|
||||
"WP Fastest Cache",
|
||||
"Autoptimize",
|
||||
"WP Optimize",
|
||||
"ShortPixel",
|
||||
"ImageOptim",
|
||||
"WP Speed Optimizer",
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
function initSearch() {
|
||||
@ -299,7 +701,10 @@ function findMatches(query) {
|
||||
if (service.keywords[j].indexOf(query) !== -1) {
|
||||
score += 50;
|
||||
}
|
||||
if (query.indexOf(service.keywords[j]) !== -1 && service.keywords[j].length > 2) {
|
||||
if (
|
||||
query.indexOf(service.keywords[j]) !== -1 &&
|
||||
service.keywords[j].length > 2
|
||||
) {
|
||||
score += 30;
|
||||
}
|
||||
}
|
||||
@ -338,7 +743,7 @@ function renderResults(matches, query, container) {
|
||||
container.innerHTML =
|
||||
'<div class="search-result-item search-no-results">' +
|
||||
"<h4>Not sure what you need?</h4>" +
|
||||
'<p>Let\'s figure it out together — our team is here to help.</p>' +
|
||||
"<p>Let's figure it out together — our team is here to help.</p>" +
|
||||
'<a class="button-3" href="/contact.html">Talk to Our Team</a>' +
|
||||
"</div>";
|
||||
return;
|
||||
@ -418,9 +823,16 @@ var placeholderSuggestions = [
|
||||
{ full: 'Try "instead of Squarespace"', short: '"instead of Squarespace"' },
|
||||
{ full: 'Try "alternative to Dropbox"', short: '"replace Dropbox"' },
|
||||
{ full: 'Search for "replace Heroku"', short: '"replace Heroku"' },
|
||||
{ full: 'Try "alternative to Microsoft 365"', short: '"replace Microsoft 365"' },
|
||||
{
|
||||
full: 'Try "alternative to Microsoft 365"',
|
||||
short: '"replace Microsoft 365"',
|
||||
},
|
||||
{ full: 'Try "alternative to Salesforce"', short: '"replace Salesforce"' },
|
||||
// Service keyword queries
|
||||
{ full: 'What do you need? Try "website hosting"', short: '"website hosting"' },
|
||||
{
|
||||
full: 'What do you need? Try "website hosting"',
|
||||
short: '"website hosting"',
|
||||
},
|
||||
{ full: 'Try searching "online store"', short: '"online store"' },
|
||||
{ full: 'What do you need? Try "private email"', short: '"private email"' },
|
||||
{ full: 'Try searching "cloud storage for teams"', short: '"cloud storage"' },
|
||||
@ -430,7 +842,10 @@ var placeholderSuggestions = [
|
||||
{ full: 'Try searching "docker container"', short: '"docker container"' },
|
||||
{ full: 'What do you need? Try "business email"', short: '"business email"' },
|
||||
{ full: 'Try searching "shopping cart"', short: '"shopping cart"' },
|
||||
{ full: 'What do you need? Try "file collaboration"', short: '"file collaboration"' },
|
||||
{
|
||||
full: 'What do you need? Try "file collaboration"',
|
||||
short: '"file collaboration"',
|
||||
},
|
||||
{ full: 'Try searching "Linux server"', short: '"Linux server"' },
|
||||
];
|
||||
|
||||
@ -447,11 +862,16 @@ function initPlaceholderCycle() {
|
||||
}
|
||||
|
||||
var index = 0;
|
||||
var isMobile = function () { return window.innerWidth <= 960; };
|
||||
var isMobile = function () {
|
||||
return window.innerWidth <= 960;
|
||||
};
|
||||
|
||||
function setPlaceholder() {
|
||||
var suggestion = placeholderSuggestions[index];
|
||||
input.setAttribute("placeholder", isMobile() ? suggestion.short : suggestion.full);
|
||||
input.setAttribute(
|
||||
"placeholder",
|
||||
isMobile() ? suggestion.short : suggestion.full
|
||||
);
|
||||
}
|
||||
|
||||
setPlaceholder();
|
||||
|
||||
110
managed-it.html
Normal file
110
managed-it.html
Normal file
@ -0,0 +1,110 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Managed IT | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Managed IT</h1>
|
||||
<h2>
|
||||
Access flexible, on-demand hourly support, allowing you to choose
|
||||
when and how much work you want from our tech experts, with a
|
||||
simple and secure payment process.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/managed-it"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<video width="100%" controls autoplay muted>
|
||||
<source src="/assets/private-email.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">1 Hour of Tech Support for 1 Issue</h3>
|
||||
<h4 class="header-medium">$125</h4>
|
||||
<p>3-Day Delivery</p>
|
||||
<p>
|
||||
We'll work through 1 issue or question together and resolve /
|
||||
answer it!
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/managed-it"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column">
|
||||
<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.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/data-migration.html"
|
||||
>Get Help</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Web Hosting | Last Hour Hosting</title>
|
||||
<title>Private Email | 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."
|
||||
@ -65,16 +65,57 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column">
|
||||
<div class="flex-column bg-two">
|
||||
<h2>Solutions</h2>
|
||||
|
||||
<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 class="flex-container bg-one">
|
||||
<h3 class="header-small">Mailu Email Server</h3>
|
||||
<h4 class="header-medium">$29/mo.</h4>
|
||||
<ul>
|
||||
<li>Mailu Email Server</li>
|
||||
<li>IPv4 + IPv6 address Dedicated Server</li>
|
||||
<li>Resources: Free SSL - Let's Encrypt</li>
|
||||
<li>20GB SSD Storage</li>
|
||||
<li>Spam filter</li>
|
||||
<li>Antivirus</li>
|
||||
<li>Webdav</li>
|
||||
<li>IMAP/POP3</li>
|
||||
<li>RESTful API</li>
|
||||
<li>Webmail Admin Interface</li>
|
||||
<li>Unlimited Email Users</li>
|
||||
<li>Unlimited Email Domains</li>
|
||||
<li>Fair Use Bandwidth *</li>
|
||||
<li>100% Uptime — Guaranteed.</li>
|
||||
<li>Paid Hourly Support / Dev</li>
|
||||
</ul>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/private-email"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column">
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/migration"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
135
seo.html
Normal file
135
seo.html
Normal file
@ -0,0 +1,135 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Search Engine Optimization | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">SEO</h1>
|
||||
<h2>
|
||||
Boost your online visibility and drive more conversions with our
|
||||
expert SEO services. Our team of experienced professionals uses
|
||||
proven strategies and techniques to optimize your website for
|
||||
search engines, improving your rankings, increasing your online
|
||||
traffic, and ultimately driving more sales and revenue for your
|
||||
business.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/seo"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<!-- <video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">Basic Website SEO</h3>
|
||||
<h4 class="header-medium">$175</h4>
|
||||
<p>3-Day Delivery</p>
|
||||
<p>Level 1 On page SEO for up to 5 pages.</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/seo"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div id="websiteHosting" class="flex-container bg-one">
|
||||
<h3 class="header-small">Standard Website SEO</h3>
|
||||
<h4 class="header-medium">$250</h4>
|
||||
<p>5-Day Delivery</p>
|
||||
<p>Level 2 On page SEO for up to 10 pages.</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/seo"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div id="websiteHosting" class="flex-container bg-one">
|
||||
<h3 class="header-small">Premium Website SEO</h3>
|
||||
<h4 class="header-medium">$500</h4>
|
||||
<p>7-Day Delivery</p>
|
||||
<p>Level 3 On page SEO for up to 25 pages.</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/seo"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</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>
|
||||
144
software-development.html
Normal file
144
software-development.html
Normal file
@ -0,0 +1,144 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Software Development | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Software Development</h1>
|
||||
<h2>
|
||||
Our team will quickly and efficiently deliver your Project
|
||||
Strategy, Design, Management, and Delivery. From idea to
|
||||
production, we do it all.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/software-development"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<!-- <video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">Software Discovery Call</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
30-minute call to provide clarity on your idea potential,
|
||||
feasibility, and resource-intensity!
|
||||
</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">Full Software Project Discovery</h3>
|
||||
<h4 class="header-medium">$7,000</h4>
|
||||
<p>30-Day Delivery</p>
|
||||
<p>
|
||||
Our team will provide complete UI/UX Wireframes, Project Strategy,
|
||||
Timeline and Budget Estimates, with Detailed Breakdown!
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">SaaS Web App</h3>
|
||||
<h4 class="header-medium">$20,000</h4>
|
||||
<p>75-Day Delivery</p>
|
||||
<p>
|
||||
Project Strategy, Design, Management, and Delivery. From idea to
|
||||
production, all included!
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</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>
|
||||
125
solutions.html
125
solutions.html
@ -1,125 +0,0 @@
|
||||
<!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 that’s 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>
|
||||
94
trade-journal.html
Normal file
94
trade-journal.html
Normal file
@ -0,0 +1,94 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Trade Journal | Last Hour Hosting</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Last Hour Hosting helps traders record, discover, and review all
|
||||
their trades so they can stay consistent and profitable."
|
||||
/>
|
||||
<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 helps traders record, discover, and review all
|
||||
their trades so they can stay consistent and profitable."
|
||||
/>
|
||||
<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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Trade Journal for Serious Traders</h1>
|
||||
<h2>
|
||||
Last Hour Hosting helps traders record, discover, and review all
|
||||
their trades so they can stay consistent and profitable.
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/trading"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<!-- <video width="100%" controls autoplay muted>
|
||||
<source src="/assets/e-commerce.webm" type="video/webm" />
|
||||
</video> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/migration"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
109
virtual-phone.html
Normal file
109
virtual-phone.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Virtual Phone System | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Virtual Phone System</h1>
|
||||
<h2>
|
||||
Get an open-standard virtual phone system that works with Signal
|
||||
Wire, Twilio, and more!
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/seo"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<!-- <video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">Virtual Phone System</h3>
|
||||
<h4 class="header-medium">$29</h4>
|
||||
<p>
|
||||
Get a fully open-source virtual phone system to integrate with
|
||||
Signal Wire or Twilio!
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/seo"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</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>
|
||||
155
website-design.html
Normal file
155
website-design.html
Normal file
@ -0,0 +1,155 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Website Design | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Website Design</h1>
|
||||
<h2>Have our team create your dream website fast and easy!</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/e-commerce-hosting-hosting"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">Website 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 a truly
|
||||
impressive website.
|
||||
</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">Starter Wordpress Website</h3>
|
||||
<h4 class="header-medium">$500</h4>
|
||||
<p>7-Day Delivery</p>
|
||||
<p>
|
||||
Done for you homepage or landing page custom built by our team.
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">
|
||||
Small to Medium Size Business Wordpress Website
|
||||
</h3>
|
||||
<h4 class="header-medium">$1,495</h4>
|
||||
<p>10-Day Delivery</p>
|
||||
<p>Up to 5-page custom built Wordpress website.</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Commercial Wordpress Website</h3>
|
||||
<h4 class="header-medium">$1,850</h4>
|
||||
<p>14-Day Delivery</p>
|
||||
<p>
|
||||
Up to 10-page custom built Wordpress website with E-commerce
|
||||
functionalities.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-design"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<div id="migration" class="flex-container">
|
||||
<h3 class="header-small">Data Migration</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems fast and easy!
|
||||
</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>
|
||||
173
website-maintenance.html
Normal file
173
website-maintenance.html
Normal file
@ -0,0 +1,173 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Website Maintenance | 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="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-left bg-img-vps">
|
||||
<div class="flex-row">
|
||||
<div class="flex-container-left">
|
||||
<h1 class="header-large">Website Maintenance</h1>
|
||||
<h2>
|
||||
We'll help you fix bugs, issues, or errors with your website!
|
||||
</h2>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>
|
||||
Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<video width="100%" controls autoplay muted>
|
||||
<source src="/assets/web-hosting.webm" type="video/webm" />
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">Small Wordpress Website Fix</h3>
|
||||
<h4 class="header-medium">$100</h4>
|
||||
<p>3-Day Delivery</p>
|
||||
<p>
|
||||
Small Fixes (Up to 1 Hour). Fixing minor WordPress issues or bugs
|
||||
on your website.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div id="websiteHosting" class="flex-container bg-one">
|
||||
<h3 class="header-small">Large Wordpress Website Fix</h3>
|
||||
<h4 class="header-medium">$375</h4>
|
||||
<p>7-Day Delivery</p>
|
||||
<p>
|
||||
Larger Bug Fixes (Up to 5 Hours). Fixing issues and errors that
|
||||
are more advanced and time-consuming.
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Major Wordpress Website Fix</h3>
|
||||
<h4 class="header-medium">$750</h4>
|
||||
<p>14-Day Delivery</p>
|
||||
<p>
|
||||
Major Website Bugs (Up to 10 hours). Fixing large-scale WordPress
|
||||
errors that require more detailed research and attention.
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Basic Wordpress Speed Optimization</h3>
|
||||
<h4 class="header-medium">$270</h4>
|
||||
<p>5-Day Delivery</p>
|
||||
<p>
|
||||
Page caching, removing unused JS & CSS, image optimization (WEBP),
|
||||
smart lazy load, critical CSS
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Standard Wordpress Speed Optimization</h3>
|
||||
<h4 class="header-medium">$500</h4>
|
||||
<p>6-Day Delivery</p>
|
||||
<p>
|
||||
Object caching, database optimization, updating server modules and
|
||||
optimizing existing plugins
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3 class="header-small">Premium Wordpress Speed Optimization</h3>
|
||||
<h4 class="header-medium">$600</h4>
|
||||
<p>7-Day Delivery</p>
|
||||
<p>
|
||||
Editing code to remove render-blocking elements, server
|
||||
optimization, SEO setup, custom solutions
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/website-maintenance"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-row"></div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -67,6 +67,27 @@
|
||||
</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">Nextcloud Workspace</h3>
|
||||
<h4 class="header-medium">$49/mo.</h4>
|
||||
<p>
|
||||
The all-in-one solution! Talk, Groupware, Office Suite, Notes,
|
||||
Forms, Tables, Integrations inlcuded. Up to 100 users.
|
||||
</p>
|
||||
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/products/workspace"
|
||||
>Get Started</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-column">
|
||||
<div class="flex-row">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user