You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/_includes/services.html

80 lines
4.4 KiB

8 years ago
<section id="features" class="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>Features</h2>
<p class="text-muted">See below for some of Ombi's amazing features</p>
8 years ago
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
8 years ago
<img src="img/request.png" class="img-responsive" alt=""> </div>
8 years ago
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
<div class="col-md-8">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
8 years ago
<div class="feature-item">
<i class="icon-energy text-primary"></i>
<h3>Fully Integrated</h3>
<p class="text-muted">Automatically adds content to Sonarr, Radarr, Headphones and more</p>
8 years ago
</div>
</div>
<div class="col-md-4">
8 years ago
<div class="feature-item">
<i class="icon-bell text-primary"></i>
<h3>Comprehensive Notifications</h3>
<p class="text-muted">Get notified when users request content through e-mail or your favourite notificaition app</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-wrench text-primary"></i>
<h3>Customization</h3>
<p class="text-muted">Change the theme, site name, landing page message and even add your own 'donate' link</p>
8 years ago
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
8 years ago
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Fully Responsive</h3>
<p class="text-muted">Users can access Ombi through their phone, tablet or computer - the UI adapts to their screen</p>
8 years ago
</div>
</div>
<div class="col-md-4">
8 years ago
<div class="feature-item">
<i class="icon-heart text-primary"></i>
<h3>Free &amp; Open Source</h3>
<p class="text-muted">Ombi is free and open source, with no ads! If you're happy with Ombi, please [donate] to support our development</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-flag text-primary"></i>
<h3>Content Issues Reporting</h3>
<p class="text-muted">Users can report content issues, enabling a fully integrated content management tool</p>
8 years ago
</div>
</div>
</div>
</div>
</div>
</div>
</section>