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.
66 lines
3.4 KiB
66 lines
3.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>Ulitmate Plex Companion</h2>
|
|
<p class="text-muted">So what can Ombi do!?</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/demo-screen-1.jpg" 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-6">
|
|
<div class="feature-item">
|
|
<i class="icon-screen-smartphone text-primary"></i>
|
|
<h3>Device Mockups</h3>
|
|
<p class="text-muted">Ready to use HTML/CSS device mockups, no Photoshop required!</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="feature-item">
|
|
<i class="icon-camera text-primary"></i>
|
|
<h3>Flexible Use</h3>
|
|
<p class="text-muted">Put an image, video, animation, or anything else in the screen!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<div class="feature-item">
|
|
<i class="icon-present text-primary"></i>
|
|
<h3>Free to Use</h3>
|
|
<p class="text-muted">As always, this theme is free to download and use for any purpose!</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="feature-item">
|
|
<i class="icon-lock-open text-primary"></i>
|
|
<h3>Open Source</h3>
|
|
<p class="text-muted">Since this theme is MIT licensed, you can use it commercially!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|