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

View File

@@ -0,0 +1 @@
$(window).scroll(function(){$(".navbar").offset().top>50?$(".navbar-fixed-top").addClass("top-nav-collapse"):$(".navbar-fixed-top").removeClass("top-nav-collapse")}),$(function(){$("a.page-scroll").bind("click",function(o){var a=$(this);$("html, body").stop().animate({scrollTop:$(a.attr("href")).offset().top},1500,"easeInOutExpo"),o.preventDefault()})});