Skip to content

Instantly share code, notes, and snippets.

@wirtzdan
Created November 21, 2017 13:38
Show Gist options
  • Save wirtzdan/c7f08b09c6f46497b4f93f63f59d5241 to your computer and use it in GitHub Desktop.
Save wirtzdan/c7f08b09c6f46497b4f93f63f59d5241 to your computer and use it in GitHub Desktop.
<app-header-bg [background]="'/assets/geometry-bg-white.png'" [dark]="false"></app-header-bg>
<section class="fdb-block pb-0">
<div class="container">
<div class="row">
<div class="col">
<h1>Pricing Plans</h1>
<p class="text-h3">Find the right package for your service</p>
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row mt-5 align-items-center no-gutters">
<div class="col-12 col-sm-10 col-md-8 ml-auto mr-auto col-lg-4 text-center mt-4 mt-lg-0 sl-1 pt-0 pt-lg-3 pb-0 pb-lg-3 bg-gray fdb-touch">
<div class="pb-5 pt-5 pl-4 pr-4">
<h2 class="font-weight-light">Basic</h2>
<p class="text-h1 mt-5 mb-5"><strong>Free</strong> <span class="text-h4"></span></p>
<ul class="text-left">
<li>JW Player and Video.js support</li>
<li>Not adblock-resistant</li>
<li>Get started with a few clicks</li>
</ul>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-round btn-shadow">Create Account</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 ml-auto mr-auto col-lg-4 text-center mt-4 mt-lg-0 sl-1 pt-0 pt-lg-3 pb-0 pb-lg-3 bg-gray fdb-touch">
<div class="pb-5 pt-5 pl-4 pr-4">
<h2 class="font-weight-light">Integrate</h2>
<p class="text-h1 mt-5 mb-5"><strong>$490</strong> <span class="text-h4">or Bitcoin equivalent</span></p>
<ul class="text-left">
<li>Custom player support</li>
<li>Not adblock-resistant</li>
<li>Further customization possible (see below)</li>
<li>Priority customer support</li>
</ul>
<p><strong>14 days free trial. No payment details needed.</strong></p>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-round btn-shadow">Contact Us</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 ml-auto mr-auto col-lg-4 text-center mt-4 mt-lg-0 sl-1 pt-0 pt-lg-3 pb-0 pb-lg-3 bg-gray fdb-touch">
<div class="pb-5 pt-5 pl-4 pr-4">
<h2 class="font-weight-light">Customize</h2>
<p class="text-h1 mt-5 mb-5"><strong>$790</strong> <span class="text-h4">or Bitcoin equivalent</span></p>
<ul class="text-left">
<li>Custom player support</li>
<li>JavaScript self-hosting</li>
<li>AdBlock-resistant (custom CDN-pointer)</li>
<li>Further customization possible (see below)</li>
<li>Priority customer support</li>
</ul>
<p><strong>14 days free trial. No payment details needed.</strong></p>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-round btn-shadow">Contact Us</a></p>
</div>
</div>
</div>
</div>
<section class="fdb-block">
<div class="container">
<div class="row text-center">
</div>
<div class="row text-center justify-content-center mt-5">
<div class="col-12 col-sm-6 col-lg-3">
<img alt="image" class="fdb-icon" src="/assets/icon-contact.svg">
<p>Fill in the 'contact sales’-form. We will get back to you via mail within 24 hours and provide you with ideas of how Streambeam can add value to your project</p>
</div>
<div class="col-12 col-sm-6 col-lg-3 pt-4 pt-sm-0">
<img alt="image" class="fdb-icon" src="/assets/icon-script.svg">
<p>Let us know in what way you want to use Streambeam on your website. We will then guide you through the process of implementing the customized Streambeam script in your video player</p>
</div>
<div class="col-12 col-sm-6 col-lg-3 pt-4 pt-lg-0">
<img alt="image" class="fdb-icon" src="/assets/icon-dashboard.svg">
<p>Streambeam is now running - check out the statistics in your dashboard at any time</p>
</div>
<div class="col-12 col-sm-6 col-lg-3 pt-4 pt-lg-0">
<img alt="image" class="fdb-icon" src="/assets/icon-happy.svg">
<p>The free trial period of Streambeam ‚Integrate‘ and ‚Customize‘ is 14 days. We don’t need any payment details upfront - so there is no risk for you</p>
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row text-left">
<div class="col-12 col-md-8 m-auto col-lg-6">
<div class="fdb-box fdb-touch">
<h2>AdBlock-users monetization</h2>
<p>Monetize AdBlock-users only. This way your users support your website without being disturbed watching video or asked to turn their AdBlocker off</p>
</div>
</div>
<div class="col-12 col-md-8 m-auto col-lg-6 pt-6 pt-lg-0">
<div class="fdb-box fdb-touch">
<h2>Higher video quality</h2>
<p>Offer higher video quality and use some of the users’ CPU with Streambeam in return. This way you increase your revenues to cover the higher bandwidth costs. Win-win!</p>
</div>
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row align-items-center text-left">
<div class="col-12 col-md-8">
<h2>Ready to take your video player to the next level?</h2>
</div>
<div class="col-12 col-md-3 ml-auto text-left text-md-right">
<p><a class="btn" href="/pricing">Get Started</a></p>
</div>
</div>
</div>
</section>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment