lasthourhosting/software-development.html
Gary 544c4c9219 add google tag
Not happy about this but necessary for marketing...
Hopefully remove one day when we have enough traction.
2026-04-30 09:52:45 -07:00

195 lines
6.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=AW-17974666362"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "AW-17974666362");
</script>
<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="Custom software development for secure, scalable solutions. Expert design & development."
/>
<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="Custom software development for secure, scalable solutions. Expert design & development."
/>
<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>
<!-- Meta Pixel Code -->
<script>
!(function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = "2.0";
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(
window,
document,
"script",
"https://connect.facebook.net/en_US/fbevents.js"
);
fbq("init", "971089119204449");
fbq("track", "PageView");
</script>
<noscript
><img
height="1"
width="1"
style="display: none"
src="https://www.facebook.com/tr?id=971089119204449&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</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>