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.5 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-screen-smartphone text-primary"></i>
<h3>Fully Integrated with DVR apps</h3>
<p class="text-muted">Automatically adds requested content to Sonarr, Radarr, Sickrage, Headphones and more!</p>
8 years ago
</div>
</div>
<div class="col-md-4">
8 years ago
<div class="feature-item">
<i class="icon-camera 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-camera text-primary"></i>
<h3>Customization</h3>
<p class="text-muted">Comprehensive customization allows you to change the theme, site name 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-present text-primary"></i>
<h3>Fully Responsive</h3>
<p class="text-muted">Your users can access Ombi through their phone, tablet or computer! Ombi will automatically change the UI to fit their screen.</p>
8 years ago
</div>
</div>
<div class="col-md-4">
8 years ago
<div class="feature-item">
<i class="icon-lock-open text-primary"></i>
<h3>Free to Use</h3>
<p class="text-muted">Ombi is completely 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-lock-open text-primary"></i>
<h3>Content Issues Reporting</h3>
<p class="text-muted">Users can report content issues, enabling a fully integrated Plex/Emby content management tool!</p>
8 years ago
</div>
</div>
</div>
</div>
</div>
</div>
</section>