Initial page based on Agency by http://startbootstrap.com

This commit is contained in:
Henne Vogelsang 2014-12-05 17:08:43 +01:00
commit 838774e06d
84 changed files with 8146 additions and 0 deletions

11
js/cbpAnimatedHeader.min.js vendored Normal file
View file

@ -0,0 +1,11 @@
/**
* cbpAnimatedHeader.min.js v1.0.0
* http://www.codrops.com
*
* Licensed under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright 2013, Codrops
* http://www.codrops.com
*/
var cbpAnimatedHeader=(function(){var b=document.documentElement,g=document.querySelector(".cbp-af-header"),e=false,a=300;function f(){window.addEventListener("scroll",function(h){if(!e){e=true;setTimeout(d,250)}},false)}function d(){var h=c();if(h>=a){classie.add(g,"cbp-af-header-shrink")}else{classie.remove(g,"cbp-af-header-shrink")}e=false}function c(){return window.pageYOffset||b.scrollTop}f()})();