blob: 021b50d70bfc4a59ccf9aade7947fa4537c0d6f7 (
plain)
1
2
3
|
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
$(document).ready(function(){$("#acerca-de").offset().top;var t=$("#trabajos").offset().top,o=$("#contacto").offset().top;$("#btn-acerca-de").on("click",function(t){t.preventDefault(),$("html, body").animate({scrollTop:240},500)}),$("#btn-trabajos").on("click",function(o){o.preventDefault(),$("html, body").animate({scrollTop:t},500)}),$("#btn-contacto").on("click",function(t){t.preventDefault(),$("html, body").animate({scrollTop:o},500)})});
// @license-end
|