Showing source for: https://www.litepost.com/
Duration: 0.701188s
Server: cloudflare
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="initial-scale=1.0, width=device-width" name="viewport">
<title>
Litepost | Podcast hosting, distribution, management and analytics.
</title>
<meta content="Litepost | Podcast hosting, distribution, management and analytics." property="og:title">
<meta content="Build your podcast audience and grow your brand. Podcasting hosting, distribution, management and analytics." name="description">
<meta content="Build your podcast audience and grow your brand. Podcasting hosting, distribution, management and analytics." property="og:description">
<style>
/**************** start: css reset **********/
html, body, main, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin : 0;
padding : 0;
border : 0;
font-size : 100%;
font : inherit;
vertical-align : baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display : block;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content : "";
content : none;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
strong {
font-weight : 800;
}
/**************** end: css reset **********/
/**************** start: grid layout ******/
* {
-moz-box-sizing : border-box;
-webkit-box-sizing : border-box;
box-sizing : border-box;
}
.grid {
border-top : 1px solid #d2d6d9;
margin-top : 1em;
padding-top : 1em;
}
.grid:after {
content : "";
display : table;
clear : both;
}
[class*="col-"]
{
float: left;
padding: 1em 2em 0 0;
}
.grid [class*="col-"]:last-of-type {
padding-right : 0;
}
.col-2-3 {
min-width : 66.66%;
max-width : 100%;
width : calc((30em - 100%) * 1000); /**** break div to next line at 25em=400px ***/
}
.col-1-3 {
min-width : 33.33%;
max-width : 100%;
width : calc((30em - 100%) * 1000); /**** break div to next line at 25em=400px ***/
}
.col-1-2 {
min-width : 50%;
max-width : 100%;
width : calc((30em - 100%) * 1000); /**** break div to next line at 25em=400px ***/
}
.col-1-4 {
min-width : 25%;
max-width : 100%;
width : calc((25em - 100%) * 1000); /**** break div to next line at 25em=400px ***/
}
/**************** end: grid layout **********/
/**************** start: hamburger menu *****/
.top-nav {
display : flex;
justify-content : space-between;
min-height : 3.5em;
z-index : 19000;
}
/*
.app-android__hide {
display: none !important; }
@media (min-width: 601px) {
.top-nav--violator {
top: 2.5em; } }
*/
.top-nav__logo {
display : block;
width : 8.25em;
height : 2em;
margin : 0;
padding : 0.1rem;
}
.top-nav__list {
display : none;
}
@media (min-width: 820px) {
.top-nav__list {
display : block;
}
}
.top-nav__list li {
display : inline-block;
margin : 0 0.25em;
vertical-align : middle;
}
.top-nav .call-to-action {
background-color : #E8EAEC;
border : 1px solid #FF9636;
color : #234 !important; /* yellow=FFD700 */
}
.mobile-nav {
-webkit-transform : translate(-100%, 0);
transform : translate(-100%, 0);
transition : all 0.3s ease-in-out;
position : fixed;
top : 0;
right : 0;
bottom : 0;
left : 0;
display : block;
margin : 0;
padding : 5em 2em 2em 2em;
z-index : 18000;
text-align : left;
background : white;
}
@media (min-width: 820px) {
.mobile-nav {
display : none;
}
}
.mobile-nav__list {
margin : 0;
padding : 0;
list-style-type : none;
}
.mobile-nav__list li {
margin : 0;
padding : 0;
}
.mobile-nav__list a:link {
border : 0;
display : block;
font-size : 1.3em !important;
padding : 0.5em 0;
}
.mobile-nav__list .call-to-action {
margin-top : 1em;
}
.mobile-nav__list .call-to-action:hover {
background-color : #FF9636;
border : 1px solid #234;
color : #234 !important;
}
.mobile-nav-checkbox {
display : none;
}
.mobile-nav-button {
position : fixed;
right : 35px; /* location of hamburger */
top : 1.05rem; /* location of hamburger */
margin : 0;
padding : 0;
cursor : pointer;
z-index : 20000;
}
@media (min-width: 820px) {
.mobile-nav-button {
display : none;
}
}
.mobile-nav-button span {
transition-duration : 0s;
transition-delay : 0.2s;
display : inline-block;
top : -0.4rem;
width : 1.5rem;
height : 0.18rem;
background-color : #234;
position : relative;
}
.mobile-nav-button span::after, .mobile-nav-button span::before {
transition-delay : 0.2s, 0s;
transition-duration : 0.2s;
transition-property : margin, transform;
display : block;
content : "";
position : absolute;
width : 1.5rem;
height : 0.18rem;
background-color : #234;
}
.mobile-nav-button span::before {
margin-top : -0.4rem;
}
.mobile-nav-button span::after {
margin-top : 0.4rem;
}
.mobile-nav-checkbox:checked ~ .mobile-nav {
-webkit-transform : translate(0, 0);
transform : translate(0, 0);
}
.mobile-nav-checkbox:checked ~ .mobile-nav-button span {
background-color : rgba(0, 0, 0, 0);
}
.mobile-nav-checkbox:checked ~ .mobile-nav-button span::before, .mobile-nav-checkbox:checked ~ .mobile-nav-button span::after {
transition-delay : 0s, 0.2s;
margin-top : 0;
}
.mobile-nav-checkbox:checked ~ .mobile-nav-button span::before {
-webkit-transform : rotate(45deg);
transform : rotate(45deg);
}
.mobile-nav-checkbox:checked ~ .mobile-nav-button span::after {
-webkit-transform : rotate(-45deg);
transform : rotate(-45deg);
}
/**************** end: hamburger menu ********/
html {
color : #234;
font : 400 calc(1em + 0.6vw) -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
letter-spacing : -0.01em;
}
@media (min-width: 960px) {
html {
font-size : 1.4em;
}
}
body {
background : #E8EAEC;
line-height : 1.6;
}
header {
background-color : #E8EAEC;
opacity : 0.95;
position : fixed;
top : 0;
width : 100%;
z-index : 999;
}
nav {
display : block;
margin-left : auto;
margin-right : auto;
max-width : 960px;
padding : 0.9em 35px 0.7em 35px;
}
nav a:link {
font-size : calc(0.8em + 0.1vw);
letter-spacing : -0.04em;
margin-right : 1em; /* HACK: need to remove *******************************/
}
a:link {
color : #234;
font-weight : bold;
text-decoration : underline solid #234;
}
a:hover {
text-decoration : underline solid #FF9636;
}
a:visited {
color : #234;
font-weight : bold;
text-decoration : underline solid #234;
}
.top-nav__logo, footer section .col-1-2:first-child p:first-child a:link {
border-bottom : 0 !important;
}
.call-to-action {
background-color : #FF9636; /* FF9636 */
border : 1px solid #FF9636;
color : #234 !important; /* yellow=FFD700 */
padding : 0.55em 1em 0.65em 1em;
text-align : center;
text-decoration : none !important;
}
.call-to-action a:link {
text-decoration : none !important;
}
.call-to-action:hover {
background-color : #234;
border : 1px solid #234;
color : #FF9636 !important; /* yellow=FFD700 */
padding : 0.5em 1em 0.6em 1em;
text-align : center;
text-decoration : none !important;
}
em {
font-style : normal;
text-decoration-line: underline;
white-space : nowrap;
word-break : keep-all;
}
.no-break {
white-space : nowrap;
word-break : keep-all;
}
hr {
background-color : #d2d6d9;
color : #d2d6d9;
height : 1px;
border : none;
margin : 1em 0;
}
p {
padding : 0 0 1em 0;
}
main {
margin-top : 3em;
}
main, section {
display : block;
margin-left : auto;
margin-right : auto;
max-width : 960px;
padding : 0 35px;
}
img {
display : block;
filter : grayscale(90%);
margin-left : auto;
margin-right : auto;
max-width : 100%;
}
h1 {
font-size : calc(2.8em + 1.8vw);
font-weight : 800;
letter-spacing : -0.1rem;
line-height : 1;
padding : 0.6em 0 0.5em 0;
}
h2 {
font-size : calc(1em + 2vw);
font-weight : 800;
letter-spacing : -0.04rem;
}
h3 {
font-size : 1em;
font-weight : 800;
}
h4 {
font-size : 0.6em;
font-weight : normal;
letter-spacing : -0.02rem;
text-transform : uppercase;
}
footer {
font-size : calc(0.8em + 0.1vw) !important;
display : block;
margin-top : 2em;
padding : 2em 0 10em 0;
}
footer a:link svg {
max-height : 1.5em;
max-width : 2em;
margin-right : 1em;
}
footer > section > .col-1-2 > p > a:link {
text-decoration : none!important;
}
footer a svg path, footer a svg circle {
fill : #234 !important;
}
footer div, footer div ul {
display : block;
float : left;
}
footer div ul {
display : block;
float : left;
padding-right : 5em;
}
footer div ul li:first-child {
font-weight : 800;
text-transform : uppercase;
}
footer li {
padding : 0 0 0.5em 0;
}
footer .col-1-2:last-child {
padding-right : 0;
}
footer .col-1-2:last-child ul:last-child {
padding : 0;
}
footer section::after {
content : "";
clear : both;
display : table;
}
footer {
font-size : calc(0.8em + 1vw);
}
small p:first-child {
padding-top : 1em;
}
small a:link {
font-weight : normal;
}
</style>
</head>
<body>
<header>
<nav class="top-nav app-android__hide">
<a class="top-nav__logo" href="/">
<svg class="litepost-icon" fill="#223344" height="2em" style="margin-top:0.35em" viewBox="0 0 1051 1050" xmlns="http://www.w3.org/2000/svg">
<title>
Litepost Icon
</title>
<path d="m301.6 215.6a8.1 8.1 0 0 0 -8.1 8.1v132.3a8.1 8.1 0 0 0 16.2 0v-132.3a8.1 8.1 0 0 0 -8.1 -8.1z">
</path>
<path d="m327.5 241.8a8.2 8.2 0 0 0 -8.2 8.2v79.8a8.2 8.2 0 0 0 8.2 8.2 8.2 8.2 0 0 0 8.1 -8.2v-79.8a8.2 8.2 0 0 0 -8.1 -8.2z">
</path>
<path d="m353.3 262.6a8.2 8.2 0 0 0 -8.1 8.2v38.2a8.2 8.2 0 1 0 16.3 0v-38.2a8.2 8.2 0 0 0 -8.2 -8.2z">
</path>
<path d="m275.7 248.6a8.1 8.1 0 0 0 -8.1 8.1v66.4a8.1 8.1 0 0 0 8.1 8.1 8.2 8.2 0 0 0 8.2 -8.1v-66.4a8.2 8.2 0 0 0 -8.2 -8.1z">
</path>
<path d="m249.8 229.9a8.2 8.2 0 0 0 -8.1 8.2v103.6a8.2 8.2 0 1 0 16.3 1.8 5.4 5.4 0 0 0 0 -1.8v-103.6a8.2 8.2 0 0 0 -8.2 -8.2z">
</path>
<path d="m224 262.6a8.2 8.2 0 0 0 -8.2 8.2v38.2a8.2 8.2 0 0 0 8.2 8.2 8.2 8.2 0 0 0 8.1 -8.2v-38.2a8.2 8.2 0 0 0 -8.1 -8.2z">
</path>
<path d="m379.2 274.5a8.1 8.1 0 0 0 -8.1 8.1v14.5a8.1 8.1 0 0 0 16.2 0v-14.5a8.1 8.1 0 0 0 -8.1 -8.1z">
</path>
<path d="m198.1 274.5a8.1 8.1 0 0 0 -8.1 8.1v14.5a8.1 8.1 0 1 0 16.2 0v-14.5a8.1 8.1 0 0 0 -8.1 -8.1z">
</path>
<path d="m288.7 587c95.2 0 173.1-77.9 173.1-173.2v-240.7c0-95.2-77.9-173.1-173.1-173.1s-173.2 77.9-173.2 173.1v240.7c0 95.3 77.9 173.2 173.2 173.2zm-107.3-413.9a107.3 107.3 0 0 1 214.5 0v240.7a107.3 107.3 0 0 1 -214.5 0z">
</path>
<path d="m560.8 289.9h-33a16.5 16.5 0 0 0 -16.5 16.4v108.6c0 122.8-99.9 222.6-222.6 222.6s-222.7-99.8-222.7-222.6v-108.6a16.5 16.5 0 0 0 -16.5 -16.4h-33a16.5 16.5 0 0 0 -16.5 16.4v108.6c0 148.2 111.8 270.3 255.7 286.7v58.3h-74.3a16.6 16.6 0 0 0 -16.5 16.5v33a16.6 16.6 0 0 0 16.5 16.5h214.5a16.6 16.6 0 0 0 16.5 -16.5v-33a16.6 16.6 0 0 0 -16.5 -16.5h-74.3v-58.3c143.9-16.4 255.7-138.5 255.7-286.7v-108.6a16.5 16.5 0 0 0 -16.5 -16.4z">
</path>
</svg>
<span style="font-size:1.2em;margin-left:-0.6em;position:fixed;top:1.1em;">
Litepost
</span>
</a>
<ul class="top-nav__list">
<li>
<a href="/how-it-works">
How it works
</a>
</li>
<li>
<a href="/pricing">
Pricing
</a>
</li>
<li>
<a href="/support">
Support
</a>
</li>
<li>
<a href="https://app.litepost.com">
Sign in
</a>
</li>
<li>
<a class="call-to-action" href="/signup">
Try it FREE
</a>
</li>
</ul>
</nav>
<input class="mobile-nav-checkbox app-android__hide" id="hamburger" type="checkbox">
<label aria-label="menu" class="mobile-nav-button app-android__hide" for="hamburger">
<span>
</span>
</label>
<nav aria-hidden="true" class="mobile-nav app-android__hide">
<ul class="mobile-nav__list">
<li>
<a href="/how-it-works">
How it works
</a>
</li>
<li>
<a href="/pricing">
Pricing
</a>
</li>
<li>
<a href="/support">
Support
</a>
</li>
<li>
<a href="https://app.litepost.com/signin">
Sign in
</a>
</li>
<li>
<a class="call-to-action" href="/signup">
Try Litepost for Free
</a>
</li>
</ul>
</nav>
</header>
<main>
<h1>
Stop losing listeners!
</h1>
<p>
<strong>
Podcast Hosting,
<span class="no-break">
done right.
</span>
</strong>
Leave the dark age of podcast hosting v1.0 – where you get meaningless analytics, frustrated listeners & it's difficult managing your content.
</p>
<p>
Use a new generation of podcast management. Start using Litepost today.
</p>
<p style="padding-top: 1em">
<a class="call-to-action no-break" href="">
Unlock Your Potential, for
<u>
Free
</u>
.
</a>
</p>
<br>
<div class="grid">
<h4 style="font-size:0.5em;text-align: center">
Upload Once, distribute Everywhere
</h4>
<img alt="" src="images/platforms-grayscale.png">
</div>
<div class="grid">
<h2 style="text-align: center">
Deeper Insights
</h2>
<img alt="best podcast analytics platform litepost" src="images/best-podcast-analytics-dashboard-litepost.png">
</div>
<div class="grid">
<div class="col-1-3">
<h4 style="padding-bottom:1em;">
Start The Timer:
</h4>
<svg fill="#4E5C69" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M228 0v88H0V0h228z" fill-opacity="0">
</path>
<path d="M10 0h28l4 4-4 4H10L6 4l4-4zM8 10v28l-4 4-4-4V10l4-4 4 4zm40 0v28l-4 4-4-4V10l4-4 4 4zM8 50v28l-4 4-4-4V50l4-4 4 4zm40 0v28l-4 4-4-4V50l4-4 4 4zM10 80h28l4 4-4 4H10l-4-4 4-4zM66 0h28l4 4-4 4H66l-4-4 4-4zm-2 10v28l-4 4-4-4V10l4-4 4 4zm40 0v28l-4 4-4-4V10l4-4 4 4zM64 50v28l-4 4-4-4V50l4-4 4 4zm40 0v28l-4 4-4-4V50l4-4 4 4zM66 80h28l4 4-4 4H66l-4-4 4-4z">
</path>
<use xlink:href="#B">
</use>
<use xlink:href="#B" y="40">
</use>
<path d="M134 0h28l4 4-4 4h-28l-4-4 4-4zm-2 10v28l-4 4-4-4V10l4-4 4 4zm40 0v28l-4 4-4-4V10l4-4 4 4zm-40 40v28l-4 4-4-4V50l4-4 4 4zm40 0v28l-4 4-4-4V50l4-4 4 4zm-38 30h28l4 4-4 4h-28l-4-4 4-4zm94-70v28l-4 4-4-4V10l4-4 4 4zm0 40v28l-4 4-4-4V50l4-4 4 4z">
</path>
<defs>
<path d="M113.95 27.95c-2.18 0-3.95-1.77-3.95-3.95s1.77-3.95 3.95-3.95c2.2 0 3.96 1.77 3.96 3.95s-1.77 3.95-3.96 3.95z" id="B">
</path>
</defs>
</svg>
</div>
<div class="col-2-3">
<h4>
Did You Know:
</h4>
<h3>
Listeners drop after
<span class="no-break">
1.3 seconds
</span>
</h3>
<p>
If your podcast doesn't start playing in
<span class="no-break">
1.3 seconds
</span>
, listeners will move onto a new show. Don't lose your audience just because of your slow hosting provider.
</p>
</div>
</div>
</main>
<footer>
<section>
<div class="col-1-2">
<p>
<a aria-label="litepost Instagram" href="https://instagram.com/litepost" rel="noopener" target="_blank">
<svg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg">
<path d="M6.3 1.5l2.362.032c.57.024.88.123 1.085.2.275.107.467.234.672.438s.33.398.438.672c.082.205.176.516.2 1.085L11.1 6.3l-.033 2.362c-.024.57-.122.88-.2 1.085a1.8 1.8 0 0 1-.438.672 1.8 1.8 0 0 1-.672.438c-.204.082-.516.176-1.085.2L6.3 11.08c-1.56 0-1.744-.004-2.362-.033-.57-.024-.88-.123-1.085-.2-.254-.094-.483-.244-.67-.438a1.8 1.8 0 0 1-.438-.672c-.082-.204-.177-.516-.2-1.085L1.52 6.3l.033-2.362c.024-.57.123-.88.2-1.085.107-.274.234-.467.44-.672s.397-.33.67-.438c.205-.08.516-.176 1.085-.2L6.3 1.5zm0-1.053L3.902.484C3.28.512 2.854.6 2.484.754a2.83 2.83 0 0 0-1.035.675 2.91 2.91 0 0 0-.675 1.036c-.143.373-.24.8-.27 1.417L.467 6.3.504 8.696c.03.624.127 1.048.27 1.417.147.385.348.708.676 1.036a2.89 2.89 0 0 0 1.035.675c.373.143.8.242 1.417.27l2.407.037 2.407-.037c.623-.028 1.05-.127 1.417-.27a2.83 2.83 0 0 0 1.036-.675c.327-.328.524-.65.675-1.036.144-.373.242-.798.27-1.417l.037-2.407-.037-2.407c-.028-.623-.126-1.048-.27-1.417a2.83 2.83 0 0 0-.675-1.036 2.88 2.88 0 0 0-1.036-.675C9.76.6 9.335.512 8.716.484L6.3.447zm0 2.84a3.001 3.001 0 1 0 0 6.002 3.001 3.001 0 1 0 0-6.002zm0 4.946a1.95 1.95 0 0 1-1.95-1.948 1.95 1.95 0 0 1 1.948-1.949 1.95 1.95 0 0 1 1.949 1.948 1.95 1.95 0 0 1-1.948 1.949z">
</path>
<circle cx="9.429" cy="3.169" r="1">
</circle>
</svg>
</a>
<a aria-label="litepost facebook" href="https://www.facebook.com/litepost" rel="noopener" target="_blank">
<svg viewBox="0 0 7 13" xmlns="http://www.w3.org/2000/svg">
<path d="M4.232 12.581V6.85h1.936l.29-2.244H4.237V3.177c0-.65.18-1.089 1.113-1.089h1.187V.086C5.963.03 5.386-.004 4.813 0 3.102 0 1.939 1.044 1.939 2.956v1.65H.002V6.85h1.929v5.731h2.3z">
</path>
</svg>
</a>
<a aria-label="litepost twitter" href="https://twitter.com/litepost" rel="noopener" target="_blank">
<svg height="100%" viewBox="0 0 14 11" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M4.475 10.398c4.745 0 7.34-3.934 7.34-7.34 0-.111 0-.226-.003-.332a5.277 5.277 0 0 0 1.29-1.339 5.089 5.089 0 0 1-1.483.405c.536-.319.942-.822 1.134-1.428-.5.294-1.048.507-1.637.626a2.579 2.579 0 0 0-4.393 2.354A7.313 7.313 0 0 1 1.405.646a2.57 2.57 0 0 0-.348 1.294c0 .892.454 1.687 1.15 2.145a2.56 2.56 0 0 1-1.167-.32V3.8c0 1.252.889 2.288 2.072 2.53a2.62 2.62 0 0 1-.68.09c-.168 0-.327-.017-.487-.05a2.575 2.575 0 0 0 2.407 1.794 5.175 5.175 0 0 1-3.82 1.064 7.175 7.175 0 0 0 3.943 1.171">
</path>
</svg>
</a>
<a aria-label="litepost linkedin" href="https://www.linkedin.com/company/litepost" rel="noopener" target="_blank">
<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
<path d="M11.175.725H1.698a.81.81 0 0 0-.819.802v9.52c0 .442.37.802.82.802h9.477c.455 0 .823-.36.823-.802v-9.52a.816.816 0 0 0-.823-.802zm-7 9.478h-1.65V4.897h1.65v5.306zm-.827-6.03a.96.96 0 0 1 0-1.917.96.96 0 0 1 0 1.916zm7.005 6.03h-1.65v-2.58c0-.614-.013-1.408-.856-1.408-.86 0-1 .67-1 1.363v2.625H5.2V4.897H6.8v.724h.024c.22-.417.758-.855 1.56-.855 1.67 0 1.978 1.097 1.978 2.53v2.907z">
</path>
</svg>
</a>
</p>
<p>
<small>
<a href="/legal#privacy-policy">
Privacy
</a>
/
<a href="/legal#terms">
Terms
</a>
/
<a href="/legal#security">
Security
</a>
</small>
</p>
<p>
<small>
Copyright © 2010-
<span id="copyright-currentyear">
<script>
document.getElementById("copyright-currentyear").innerHTML = new Date().getFullYear();
</script>
</span>
Litepost
</small>
</p>
</div>
<div class="col-1-2">
<ul>
<li>
Company
</li>
<li>
<a href="/about">
About Us
</a>
</li>
<li>
<a href="/blog">
Blog
</a>
</li>
<li>
<a href="/community">
Community
</a>
</li>
<li>
<a href="/press">
Press
</a>
</li>
</ul>
<ul>
<li>
Support
</li>
<li>
<a href="https://faq.litepost.com" rel="noopener" target="_blank">
Help Center
</a>
</li>
<li>
<a href="https://twitter.com/litepost" rel="noopener" target="_blank">
Tweet @ Us
</a>
</li>
</ul>
</div>
</section>
</footer>
</body>
</html>