diff --git a/img/jamie.jpg b/img/jamie.jpg index 6235977ed..da1e49115 100644 Binary files a/img/jamie.jpg and b/img/jamie.jpg differ diff --git a/index.html b/index.html index 52b6d0254..b2684c74e 100644 --- a/index.html +++ b/index.html @@ -1,48 +1,50 @@  - - + + -Plex Request .Net - - + Plex Request .Net + + - - + + - - - - - + + + + + - + - - - - - - - + + + + + + + - + - + @@ -52,333 +54,375 @@

Welcome To Plex Requests.Net

Download
- - - - -
-
-

Features

-
So what can Plex Requests .Net do?
-
-
-
-
- -
-
-

Usenet applications Integration

-

Plex Requests.Net is compatible with Sonarr, Sickrage, Couchpotato and Headphones!

-
-
-
-
- -
-
-

Cross Platform

-

Running Windows, Linux, OSX or some other OS? It's cool, we got it covered.

-
-
-
-
- -
-
-

Plex Integration

-

We actually check Plex to see if there is content present before actually allowing the user to request!

-
-
-
-
- -
-
-

Responsive

-

You can easily request new content for Plex and administer your requests from mobile devices anywhere in the world!

-
-
-
-
- -
- +
-
+ +
+ +
+

So what is it?

+
+
-
-
-
-
- -
-
-
-
+
+
+ +
+

Features

+
So what can Plex Requests .Net do?
+
+
+
+
+ +
+
+

Usenet applications Integration

+

Plex Requests.Net is compatible with Sonarr, Sickrage, Couchpotato and Headphones!

+
+
+
+
+ +
+
+

Cross Platform

+

Running Windows, Linux, OSX or some other OS? It's cool, we got it covered.

+
+
+
+
+ +
+
+

Plex Integration

+

We actually check Plex to see if there is content present before actually allowing the user to request!

+
+
+
+
+ +
+
+

Responsive

+

You can easily request new content for Plex and administer your requests from mobile devices anywhere in the world!

+
+
+
+
+ +
- -
-
-

Preview

-
Here are some images of what Plex Requests.Net looks like!
- - -
-
-
- -

Login

-
-
- -

Movie Search

-
-
- -

Tv Search

-
-
- -

Movie Requests

-
-
- -

TV Requests

-
-
- -

Admin

-
- -
-
- - -
-
- -
-
-

Holy crap this makes everything much easier thanks a ton for working on this project.

- -
-
+
+ + + +
+ +
+
+
+ +
+ -
+ - + + + - + - + - + - - $container.isotope({ - // disable window resizing - resizable: true, - masonry: { - columnWidth: colW - } - }); - - $(window).smartresize(function(){ - // check if columns has changed - var currentColumns = Math.floor( ( $body.width() -30 ) / colW ); - if ( currentColumns !== columns ) { - // set new column count - columns = currentColumns; - // apply width to container manually, then trigger relayout - $container.width( columns * colW ) - .isotope('reLayout'); - } - - }).smartresize(); // trigger resize to set container width - $('.portfolioFilter a').click(function(){ - $('.portfolioFilter .current').removeClass('current'); - $(this).addClass('current'); - - var selector = $(this).attr('data-filter'); - $container.isotope({ - - filter: selector, - }); - return false; - }); - -}); + + $(window).load(function () { + + + var $container = $('.portfolioContainer'), + $body = $('body'), + colW = 375, + columns = null; + + + $container.isotope({ + // disable window resizing + resizable: true, + masonry: { + columnWidth: colW + } + }); + + $(window).smartresize(function () { + // check if columns has changed + var currentColumns = Math.floor(($body.width() - 30) / colW); + if (currentColumns !== columns) { + // set new column count + columns = currentColumns; + // apply width to container manually, then trigger relayout + $container.width(columns * colW) + .isotope('reLayout'); + } + + }).smartresize(); // trigger resize to set container width + $('.portfolioFilter a').click(function () { + $('.portfolioFilter .current').removeClass('current'); + $(this).addClass('current'); + + var selector = $(this).attr('data-filter'); + $container.isotope({ + + filter: selector, + }); + return false; + }); + + }); + +