mirror of https://github.com/Ombi-app/Ombi
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.
80 lines
4.4 KiB
80 lines
4.4 KiB
|
|
<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>
|
|
<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! -->
|
|
<img src="img/request.png" class="img-responsive" alt=""> </div>
|
|
<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">
|
|
<div class="feature-item">
|
|
<i class="icon-energy text-primary"></i>
|
|
<h3>Full DVR Integration</h3>
|
|
<p class="text-muted">Automatically adds content to Sonarr, Radarr, Headphones and more</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="feature-item">
|
|
<i class="icon-heart text-primary"></i>
|
|
<h3>Free & 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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|