lasthourhosting/podcast-hosting.html
2025-03-17 21:25:05 -07:00

146 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Web Hosting | 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>
</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">Podcast Hosting</h1>
<h2>
A reliable, high-quality, and customizable platform with Castopod
to host and distribute your podcasts, with scalable storage and
bandwidth, giving you full control over your audio content and
audience engagement.
</h2>
<div>
<p>
<a class="page-link" href="/service-level-agreement.html"
>100% Uptime — Guaranteed. *</a
>
</p>
<p>SSL, DDoS protection, and Backups</p>
<p>Expert Support</p>
<p>Zero KYC Required</p>
<p>
<a class="page-link" href="https://githaven.org/Shiloh"
>Everything is Open-Source *</a
>
</p>
</div>
</div>
<div class="flex-container">
<video width="100%" controls autoplay muted>
<source
src="https://cdn.lasthourhosting.org/assets/vps-dashboard.webm"
type="video/webm"
/>
</video>
</div>
</div>
</div>
<div>
<div class="flex-column">
<h2>One simple price per private email server. Upgrade as you go.</h2>
<div class="flex-row">
<div id="websiteHosting" class="flex-container bg-one">
<h3 class="header-small">Podcast Hosting</h3>
<h4 class="header-medium">$29/mo.</h4>
<ul>
<li>1 Castopod Podcast Server</li>
<li>Your content, audience, analytics belong to you</li>
<li>
Podcasting 2.0 features: GUID, locked, transcripts, funding,
chapters, location, persons, soundbites, …
</li>
<li>Built-in social network</li>
<li>20GB SSD Storage</li>
<li>Built-in marketing tools</li>
<li>SEO ready</li>
<li>PWA: install as a standalone app</li>
<li>Customizable theme</li>
<li>Generate ready-to-share Video clips from episodes</li>
<li>Generate soundbites</li>
<li>Embeddable player, embed your episodes on any website</li>
<li>Monetization</li>
<li>Publish your episodes everywhere with RSS</li>
<li>Podcast import / export</li>
<li>Multi-tenant: host as many podcasts as you want</li>
<li>Multi-user: add contributors and set roles</li>
<li>i18n support</li>
<li>
<a href="/fair-use-bandwidth.html" target="_blank"
>Fair Use Bandwidth *</a
>
</li>
<li>
<a class="page-link" href="/service-level-agreement.html"
>100% Uptime — Guaranteed. *</a
>
</li>
<li>Shared 40 Gbit/s DDoS protection</li>
<li>Paid Hourly Support / Dev</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/web-hosting"
>Buy Now</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>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>