diff --git a/_includes/head.html b/_includes/head.html index 81cfe055f..9f5c23d16 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -13,4 +13,8 @@ + + + + \ No newline at end of file diff --git a/js/vendor/jquery.slides.min.js b/js/vendor/jquery.slides.min.js new file mode 100755 index 000000000..427e06b99 --- /dev/null +++ b/js/vendor/jquery.slides.min.js @@ -0,0 +1,7 @@ +/* + SlidesJS 3.0.4 http://slidesjs.com + (c) 2013 by Nathan Searles http://nathansearles.com + Updated: June 26th, 2013 + Apache License: http://www.apache.org/licenses/LICENSE-2.0 +*/ +(function(){(function(e,t,n){var r,i,s;s="slidesjs";i={width:940,height:528,start:1,navigation:{active:!0,effect:"slide"},pagination:{active:!0,effect:"slide"},play:{active:!1,effect:"slide",interval:5e3,auto:!1,swap:!0,pauseOnHover:!1,restartDelay:2500},effect:{slide:{speed:500},fade:{speed:300,crossfade:!0}},callback:{loaded:function(){},start:function(){},complete:function(){}}};r=function(){function t(t,n){this.element=t;this.options=e.extend(!0,{},i,n);this._defaults=i;this._name=s;this.init()}return t}();r.prototype.init=function(){var n,r,i,s,o,u,a=this;n=e(this.element);this.data=e.data(this);e.data(this,"animating",!1);e.data(this,"total",n.children().not(".slidesjs-navigation",n).length);e.data(this,"current",this.options.start-1);e.data(this,"vendorPrefix",this._getVendorPrefix());if(typeof TouchEvent!="undefined"){e.data(this,"touch",!0);this.options.effect.slide.speed=this.options.effect.slide.speed/2}n.css({overflow:"hidden"});n.slidesContainer=n.children().not(".slidesjs-navigation",n).wrapAll("
- \ No newline at end of file +--> \ No newline at end of file