Update feature.html

pull/1387/head
dalcon007 8 years ago committed by GitHub
parent 1af862cf8a
commit 0142bd06fe

@ -2,8 +2,9 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
<h2 class="section-heading">Why you should use Ombi</h2> <h2 class="section-heading">What is Ombi?</h2>
<hr class="primary"> <hr class="primary">
<p>Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show, Movie and Music DVR tools to create a seamless end-to-end experience for your users.</p>
<br /> <br />
</div> </div>
</div> </div>
@ -13,31 +14,24 @@
<div class="col-lg-3 col-md-6 text-center"> <div class="col-lg-3 col-md-6 text-center">
<div class="service-box"> <div class="service-box">
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i> <i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i>
<h3>Excellent Support</h3> <h3>1. User accesses website and requests content</h3>
<p class="text-muted">Have an issue or need some help? Post on Github and the ombi team will get back to you as soon as possible.</p> <p class="text-muted"></p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 text-center"> <div class="col-lg-3 col-md-6 text-center">
<div class="service-box"> <div class="service-box">
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i> <i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Easy to use</h3> <h3>2. Ombi matches to IMDB/TVDB and sends request</h3>
<p class="text-muted">We have designed this from the ground up so it is easy for you and your users to request new content for your Plex Server</p> <p class="text-muted"></p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 text-center"> <div class="col-lg-3 col-md-6 text-center">
<div class="service-box"> <div class="service-box">
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i> <i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Up to Date</h3> <h3>3. DVR app retreives content and pushes to Plex/Emby</h3>
<p class="text-muted">We are developing regulary and always adding new features and bug fixing :)</p> <p class="text-muted"></p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 text-center"> </div>
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Made with Love</h3>
<p class="text-muted">We do take pride in the quality and support we provide</p>
</div>
</div>
</div>
</div> </div>
</section> </section>

Loading…
Cancel
Save