main/managed wordpress: added managed services page and wordpress
This commit is contained in:
parent
4d3b0a3c44
commit
e8bf554e84
@ -18,6 +18,7 @@
|
||||
<a href="/services.html">Services</a>
|
||||
<ul>
|
||||
<li><a href="/vps-hosting.html">VPS Hosting</a></li>
|
||||
<li><a href="/managed-services.html">Managed</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
26
index.html
26
index.html
@ -110,6 +110,9 @@
|
||||
the operating system, free DDoS protection and our other options
|
||||
and tools.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/vps-hosting.html"
|
||||
>See Options</a
|
||||
>
|
||||
<ul>
|
||||
<li>Hosted in secure Tier III+ Datacenter.</li>
|
||||
<li>Flexible Proxmox GUI access.</li>
|
||||
@ -123,9 +126,30 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a class="button-3" role="button" href="/vps-hosting.html"
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<h3>Wordpress Managed Services</h3>
|
||||
<p>
|
||||
Experience lightning-fast hosting with our top-tier features
|
||||
designed for your WordPress site.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/managed-services.html"
|
||||
>See Options</a
|
||||
>
|
||||
<ul>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<li>Expert customer support</li>
|
||||
<li>Advanced DDoS protection</li>
|
||||
<li>Included managed migration</li>
|
||||
<li>Automated WordPress & PHP updates</li>
|
||||
<li>Automatic backups and on-demand snapshots</li>
|
||||
<li>Caching, optimization, and global CDN included</li>
|
||||
<li>100% uptime guarantee</li>
|
||||
<li>Licensed Divi theme included</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<h3>Data Migration</h3>
|
||||
|
185
managed-services.html
Normal file
185
managed-services.html
Normal file
@ -0,0 +1,185 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Last Hour Hosting</title>
|
||||
<meta name="description" content="" />
|
||||
<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'; "
|
||||
/>
|
||||
<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>Managed Services</h1>
|
||||
<p>
|
||||
Our managed services include expertly crafted hosting plans, as well
|
||||
as customized data migration services, ensuring that we provide
|
||||
reliable and secure solutions to support your online presence.
|
||||
</p>
|
||||
<h2>Wordpress</h2>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Wordpress 00:01</h3>
|
||||
<h4>Starting at $21.87/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/wordpress-00-01"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<h5>Includes:</h5>
|
||||
<li>1 Wordpress site</li>
|
||||
<li>Aprox. 150,000 visits per month</li>
|
||||
<li>20GB NVMe local Storage</li>
|
||||
<li>1TB bandwidth</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<h5>Support & Security</h5>
|
||||
<li>Wordpress customer support</li>
|
||||
<li>Advanced DDoS protection</li>
|
||||
<li>Encrypted server</li>
|
||||
<li>Auto-renewing SSL via Let's Encrypt</li>
|
||||
<li>SSH access</li>
|
||||
<li>Included managed migration</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>
|
||||
Hosted in Tier III+ Datacenter located in Reykjavic, Iceland
|
||||
</li>
|
||||
<li>Optional: managed WAF addon</li>
|
||||
<h5>Site Performance</h5>
|
||||
<li>Automated WordPress & PHP updates</li>
|
||||
<li>Automatic backups and on-demand snapshots</li>
|
||||
<li>Caching, optimization, and global CDN included</li>
|
||||
<li>100% uptime guarantee</li>
|
||||
<h5>Site Building</h5>
|
||||
<li>Licensed Divi theme included</li>
|
||||
<li>1-Click staging and dev. environments</li>
|
||||
<li>Optional Add-On: Wordpress multi-site install</li>
|
||||
<li>Upgrade options for scaling with you</li>
|
||||
<li>Easily request transfer to a different account</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Wordpress 00:02</h3>
|
||||
<h4>Starting at $43.74/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/wordpress-00-02"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<h5>Includes:</h5>
|
||||
<li>3 Wordpress sites</li>
|
||||
<li>Aprox. 300,000 visits per month</li>
|
||||
<li>40GB NVMe local Storage</li>
|
||||
<li>2TB bandwidth</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<h5>Support & Security</h5>
|
||||
<li>Wordpress customer support</li>
|
||||
<li>Advanced DDoS protection</li>
|
||||
<li>Encrypted server</li>
|
||||
<li>Auto-renewing SSL via Let's Encrypt</li>
|
||||
<li>SSH access</li>
|
||||
<li>Included managed migration</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>
|
||||
Hosted in Tier III+ Datacenter located in Reykjavic, Iceland
|
||||
</li>
|
||||
<li>Optional: managed WAF addon</li>
|
||||
<h5>Site Performance</h5>
|
||||
<li>Automated WordPress & PHP updates</li>
|
||||
<li>Automatic backups and on-demand snapshots</li>
|
||||
<li>Caching, optimization, and global CDN included</li>
|
||||
<li>100% uptime guarantee</li>
|
||||
<h5>Site Building</h5>
|
||||
<li>Licensed Divi theme included</li>
|
||||
<li>1-Click staging and dev. environments</li>
|
||||
<li>Optional Add-On: Wordpress multi-site install</li>
|
||||
<li>Upgrade options for scaling with you</li>
|
||||
<li>Easily request transfer to a different account</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Wordpress 00:03</h3>
|
||||
<h4>Starting at $65.61/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/wordpress-00-03"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<h5>Includes:</h5>
|
||||
<li>10 Wordpress sites</li>
|
||||
<li>Aprox. 450,000 visits per month</li>
|
||||
<li>80GB NVMe local Storage</li>
|
||||
<li>3TB bandwidth</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<h5>Support & Security</h5>
|
||||
<li>Wordpress customer support</li>
|
||||
<li>Advanced DDoS protection</li>
|
||||
<li>Encrypted server</li>
|
||||
<li>Auto-renewing SSL via Let's Encrypt</li>
|
||||
<li>SSH access</li>
|
||||
<li>Included managed migration</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>
|
||||
Hosted in Tier III+ Datacenter located in Reykjavic, Iceland
|
||||
</li>
|
||||
<li>Optional: managed WAF addon</li>
|
||||
<h5>Site Performance</h5>
|
||||
<li>Automated WordPress & PHP updates</li>
|
||||
<li>Automatic backups and on-demand snapshots</li>
|
||||
<li>Caching, optimization, and global CDN included</li>
|
||||
<li>100% uptime guarantee</li>
|
||||
<h5>Site Building</h5>
|
||||
<li>Licensed Divi theme included</li>
|
||||
<li>1-Click staging and dev. environments</li>
|
||||
<li>Optional Add-On: Wordpress multi-site install</li>
|
||||
<li>Upgrade options for scaling with you</li>
|
||||
<li>Easily request transfer to a different account</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div id="message"></div>
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
@ -38,9 +38,9 @@
|
||||
<div class="flex-column">
|
||||
<h1>VPS Hosting</h1>
|
||||
<p>
|
||||
With our expertly crafted shared and VPS hosting plans, along with
|
||||
customized data migration services, you can trust us to support your
|
||||
online presence with the utmost reliability and integrity.
|
||||
With our expertly crafted VPS hosting plans, along with customized
|
||||
data migration services, you can trust us to support your online
|
||||
presence with the utmost reliability and integrity.
|
||||
</p>
|
||||
<a
|
||||
class="button-3"
|
||||
@ -53,6 +53,12 @@
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS 00:01</h3>
|
||||
<h4>Starting at $17.95/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-01"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<li>1 vCPU Core</li>
|
||||
<li>1GB RAM</li>
|
||||
@ -75,16 +81,16 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-01"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS 00:02</h3>
|
||||
<h4>Starting at $37.15/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-02"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<li>1 vCPU Core</li>
|
||||
<li>2GB RAM</li>
|
||||
@ -107,16 +113,16 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-02"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS 00:03</h3>
|
||||
<h4>Starting at $51.34/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-03"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<li>2 vCPU Core</li>
|
||||
<li>4GB RAM</li>
|
||||
@ -139,18 +145,18 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-03"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS 00:04</h3>
|
||||
<h4>Starting at $102.15/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-04"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<li>4 vCPU Core</li>
|
||||
<li>8GB RAM</li>
|
||||
@ -173,16 +179,16 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-04"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS 00:05</h3>
|
||||
<h4>Starting at $185.00/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-05"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<li>6 vCPU Core</li>
|
||||
<li>16GB RAM</li>
|
||||
@ -205,16 +211,16 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-05"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS 00:06</h3>
|
||||
<h4>Starting at $334.95/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-06"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<ul>
|
||||
<li>8 vCPU Core</li>
|
||||
<li>32GB RAM</li>
|
||||
@ -237,16 +243,16 @@
|
||||
card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-06"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Iceland VPS Custom</h3>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-custom"
|
||||
>Add to Cart</a
|
||||
>
|
||||
<h4>
|
||||
Not seeing a plan that fits your needs? We can customize and
|
||||
scale with you.
|
||||
@ -276,12 +282,6 @@
|
||||
virtual card provider.
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/iceland-vps-custom"
|
||||
>Add to Cart</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user