remove _site from gitignore

This commit is contained in:
bchiang7
2016-12-11 18:22:50 -05:00
parent 500f4ea076
commit 7b9beddfce
387 changed files with 95698 additions and 1 deletions

1
_site/v1/js/custom.js Normal file
View File

@@ -0,0 +1 @@
$(function(){$(".wp1").waypoint(function(){$(".wp1").addClass("animated fadeIn")},{offset:"75%"}),$(".wp2").waypoint(function(){$(".wp2").addClass("animated fadeIn")},{offset:"50%"}),$(".wp3").waypoint(function(){$(".wp3").addClass("animated fadeIn"),$(".skills-bar-container").addClass("animated fadeIn"),$(".wp3-1").addClass("progress1-delay"),$(".wp3-2").addClass("progress2-delay"),$(".wp3-3").addClass("progress3-delay"),$(".wp3-4").addClass("progress4-delay"),$(".wp3-5").addClass("progress5-delay")},{offset:"50%"}),$(".wp4").waypoint(function(){$(".wp4").addClass("animated bounceIn")},{offset:"75%"}),$(".wp5").waypoint(function(){$(".wp5").addClass("animated fadeIn")},{offset:"75%"}),$(".wp6").waypoint(function(){$(".wp6").addClass("animated bounceInDown")},{offset:"75%"}),$(window).scroll(function(){$(".navbar").offset().top>50?$(".navbar-fixed-top").addClass("top-nav-collapse"):$(".navbar-fixed-top").removeClass("top-nav-collapse")}),$("a.page-scroll").bind("click",function(a){var o=$(this);$("html, body").stop().animate({scrollTop:$(o.attr("href")).offset().top},1500,"easeInOutExpo"),a.preventDefault()}),$(".navbar-collapse ul li a").click(function(){$(".navbar-toggle:visible").click()}),$("#to-top").mouseover(function(){$("#to-top-copy").animate({opacity:"1"},"slow")}),$("#to-top").mouseout(function(){$("#to-top-copy").animate({opacity:"0"},"slow")})});