A mi me quiere.

master
Federico Abad 10 years ago
parent c65e5fdbdf
commit 368c5f9b9b

@ -168,7 +168,6 @@
</div>
<img src="images/how-ui.png" class="ui-screenshot fadeInRight wow" alt="Popcorn Time UI">
</section>
<section id="get-app">
<div class="text fadeIn wow">
<h2>A whole new way to watch movies</h2>

@ -0,0 +1,2 @@
// Disable WOW on small screens.
if($(window).width()>768){wow=new WOW({animateClass:"animated",offset:100});wow.init()}var userAgent=navigator.platform;userAgent.substring(0,3)=="Mac"?document.getElementsByTagName("body")[0].className+=" mac":userAgent.substring(0,3)=="Win"?document.getElementsByTagName("body")[0].className+=" win":userAgent.substring(0,3)=="Lin"?document.getElementsByTagName("body")[0].className+=" lin":document.getElementsByTagName("body")[0].className+=" nope";var heroHeight=document.getElementById("header").offsetHeight;
Loading…
Cancel
Save