Wording changes

This commit is contained in:
tidusjar 2016-04-26 15:56:01 +01:00
commit a568e7c49e

View file

@ -73,7 +73,7 @@
<section class="main-section" id="features"><!--main-section-start--> <section class="main-section" id="features"><!--main-section-start-->
<div class="container"> <div class="container">
<h2>Features</h2> <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="row">
<div class="col-lg-4 col-sm-6 wow fadeInLeft delay-05s"> <div class="col-lg-4 col-sm-6 wow fadeInLeft delay-05s">
<div class="service-list"> <div class="service-list">
@ -105,11 +105,11 @@
</div> </div>
<div class="service-list"> <div class="service-list">
<div class="service-list-col1"> <div class="service-list-col1">
<i class="fa-exclamation-circle"></i> <i class="fa-mobile"></i>
</div> </div>
<div class="service-list-col2"> <div class="service-list-col2">
<h3>Lots more!</h3> <h3>Responsive</h3>
<p>Easily manage your requests, leave notes for your users, Enable notification email's for your users and many more.</p> <p>You can easily request new content for Plex and administer your requests from mobile devices anywhere in the world!</p>
</div> </div>
</div> </div>
</div> </div>
@ -130,15 +130,15 @@
<img src="img/iphoneSideEdit.png" alt=""> <img src="img/iphoneSideEdit.png" alt="">
</figure> </figure>
<div class="col-lg-7 col-sm-8 featured-work"> <div class="col-lg-7 col-sm-8 featured-work">
<h2>featured work</h2> <h2>Need any more reasons?!</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> <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">
<div class="featured-box-col1 wow fadeInRight delay-02s"> <div class="featured-box-col1 wow fadeInRight delay-02s">
<i class="fa-magic"></i> <i class="fa-magic"></i>
</div> </div>
<div class="featured-box-col2 wow fadeInRight delay-02s"> <div class="featured-box-col2 wow fadeInRight delay-02s">
<h3>magic of theme development</h3> <h3>Notifications</h3>
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p> <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> </div>
<div class="featured-box"> <div class="featured-box">
@ -146,8 +146,8 @@
<i class="fa-gift"></i> <i class="fa-gift"></i>
</div> </div>
<div class="featured-box-col2 wow fadeInRight delay-04s"> <div class="featured-box-col2 wow fadeInRight delay-04s">
<h3>neatly packaged</h3> <h3>It's a tiny application</h3>
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p> <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> </div>
<div class="featured-box"> <div class="featured-box">
@ -155,11 +155,11 @@
<i class="fa-dashboard"></i> <i class="fa-dashboard"></i>
</div> </div>
<div class="featured-box-col2 wow fadeInRight delay-06s"> <div class="featured-box-col2 wow fadeInRight delay-06s">
<h3>SEO optimized</h3> <h3>Excellent design architecture</h3>
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p> <p> We have the ability to add new features quickly and efficiently, the turnaround for new features/bug fixes is fantastic.</p>
</div> </div>
</div> </div>
<a class="Learn-More" href="#">Learn More</a>
</div> </div>
</div> </div>
</div> </div>
@ -301,8 +301,8 @@
$('#test').scrollToFixed(); $('#test').scrollToFixed();
$('.res-nav_click').click(function(){ $('.res-nav_click').click(function(){
$('.main-nav').slideToggle(); $('.main-nav').slideToggle();
return false return false;
}); });
}); });