Fixed, add images, and login page
This commit is contained in:
parent
bd2b430742
commit
1fb15671c6
10 changed files with 315 additions and 28 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue