Fixed, add images, and login page

This commit is contained in:
HenryGBC 2017-02-16 02:45:00 -04:30
commit 1fb15671c6
10 changed files with 315 additions and 28 deletions

View file

@ -14,7 +14,7 @@
$( document ).ready(function() {
init_nav();
initBackgroundsHeader();
});
@ -35,4 +35,14 @@
_changeBg(0, arrayElements, 4000);
}
function init_nav(){
$('.nav-local').click(function(){
$('html, body').animate({
scrollTop: $('#'+$(this).data('href')).offset().top
});
});
}
})(jQuery);