mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Wording changes
This commit is contained in:
parent
916d5c62e6
commit
a568e7c49e
1 changed files with 15 additions and 15 deletions
30
index.html
30
index.html
|
@ -73,7 +73,7 @@
|
|||
<section class="main-section" id="features"><!--main-section-start-->
|
||||
<div class="container">
|
||||
<h2>Features</h2>
|
||||
<h6>So what can PR.Net do for you?!</h6>
|
||||
<h6>So what can Plex Requests .Net do?</h6>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-6 wow fadeInLeft delay-05s">
|
||||
<div class="service-list">
|
||||
|
@ -105,11 +105,11 @@
|
|||
</div>
|
||||
<div class="service-list">
|
||||
<div class="service-list-col1">
|
||||
<i class="fa-exclamation-circle"></i>
|
||||
<i class="fa-mobile"></i>
|
||||
</div>
|
||||
<div class="service-list-col2">
|
||||
<h3>Lots more!</h3>
|
||||
<p>Easily manage your requests, leave notes for your users, Enable notification email's for your users and many more.</p>
|
||||
<h3>Responsive</h3>
|
||||
<p>You can easily request new content for Plex and administer your requests from mobile devices anywhere in the world!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -130,15 +130,15 @@
|
|||
<img src="img/iphoneSideEdit.png" alt="">
|
||||
</figure>
|
||||
<div class="col-lg-7 col-sm-8 featured-work">
|
||||
<h2>featured work</h2>
|
||||
<P class="padding-b">Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit.</P>
|
||||
<h2>Need any more reasons?!</h2>
|
||||
<P class="padding-b">Seriously... If you need some more reasons to use Plex Requests .Net then just keep on reading!</P>
|
||||
<div class="featured-box">
|
||||
<div class="featured-box-col1 wow fadeInRight delay-02s">
|
||||
<i class="fa-magic"></i>
|
||||
</div>
|
||||
<div class="featured-box-col2 wow fadeInRight delay-02s">
|
||||
<h3>magic of theme development</h3>
|
||||
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p>
|
||||
<h3>Notifications</h3>
|
||||
<p>We currently support Email, Pushbullet and Pushover notifications. Get notified for new requests, issues a user has reported. Even users can now get notifications once a request is available!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="featured-box">
|
||||
|
@ -146,8 +146,8 @@
|
|||
<i class="fa-gift"></i>
|
||||
</div>
|
||||
<div class="featured-box-col2 wow fadeInRight delay-04s">
|
||||
<h3>neatly packaged</h3>
|
||||
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p>
|
||||
<h3>It's a tiny application</h3>
|
||||
<p>We have been able to get a nice small memory footprint when using Plex Requests .Net, Even with all of it's background processing it's still nice and small!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="featured-box">
|
||||
|
@ -155,11 +155,11 @@
|
|||
<i class="fa-dashboard"></i>
|
||||
</div>
|
||||
<div class="featured-box-col2 wow fadeInRight delay-06s">
|
||||
<h3>SEO optimized</h3>
|
||||
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p>
|
||||
<h3>Excellent design architecture</h3>
|
||||
<p> We have the ability to add new features quickly and efficiently, the turnaround for new features/bug fixes is fantastic.</p>
|
||||
</div>
|
||||
</div>
|
||||
<a class="Learn-More" href="#">Learn More</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -301,8 +301,8 @@
|
|||
$('#test').scrollToFixed();
|
||||
$('.res-nav_click').click(function(){
|
||||
$('.main-nav').slideToggle();
|
||||
return false
|
||||
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue