all repos — h3rald @ 7cd38eb2be956c95c2dbc7b12fcc78133964d94b

The sources of https://h3rald.com

ui-dev/js/init.js

 1
 2
 3
 4
 5
 6
$(document).ready(function() {
	$.slider();
	$('#up-arrow').click(function(){ $.scrollTo('#header', 1000)});
	$('#down-arrow').click(function(){ $.scrollTo('#footer', 1000)});
});