Your IP : 216.73.217.62


Current Path : /home/kamilrogam/CV/assets/
Upload File :
Current File : /home/kamilrogam/CV/assets/main.min.js

var windowWidth,calc=function(){windowWidth=window.innerWidth,1200>windowWidth?$(".toggle-sensitive").hide():$(".toggle-sensitive").show()};$(document).ready(function(){calc(),$(".process-bar").css({width:0}),$(".process-bar").each(function(){dataProcess=$(this).attr("data-process"),$(this).delay(1e3).animate({width:dataProcess+"%"},800)}),$('a[href^="#"]').click(function(){target=$(this.hash),"about-me"===target[0].id||"education"===target[0].id||"experience"===target[0].id||"achievements"===target[0].id||1200>windowWidth?targetOffset=$(target).offset().top-50:targetOffset=$(target).offset().top,$("html, body").animate({scrollTop:targetOffset},800),1200>windowWidth&&($("#"+target[0].id+">.toggle-sensitive").slideToggle(800),$(this).toggleClass("active"))})}),$(window).resize(function(){calc()});