Files
sravanbalaji.com/hugo/public/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js
Sravan Balaji f96e6f50ac Split Up About Section & Add Portfolio pages from old website
- Remove old website files
- Update menu navigation options
- Remove social links from bio page
- Use link shortcode to open links in new tab
- Add completed contact info, education, and resume pages
- Add WIP pages for projects, research, work experience
- Split about section into about & portfolio
2020-08-27 00:05:46 -04:00

7 lines
1.9 KiB
JavaScript

$(window).on('load',function(){$('.preloader').fadeOut(100);});jQuery(function($){"use strict";const observer=lozad();observer.observe();$('.image-popup').magnificPopup({type:'image',removalDelay:160,callbacks:{beforeOpen:function(){this.st.image.markup=this.st.image.markup.replace('mfp-figure','mfp-figure mfp-with-anim');this.st.mainClass=this.st.el.attr('data-effect');}},closeOnContentClick:true,midClick:true,fixedContentPos:false,fixedBgPos:true});var containerEl=document.querySelector('.shuffle-wrapper');if(containerEl){var Shuffle=window.Shuffle;var myShuffle=new Shuffle(document.querySelector('.shuffle-wrapper'),{itemSelector:'.shuffle-item',buffer:1});jQuery('input[name="shuffle-filter"]').on('change',function(evt){var input=evt.currentTarget;if(input.checked){myShuffle.filter(input.value);}});}
$("#testimonials").slick({infinite:true,arrows:false,autoplay:true,autoplaySpeed:4000});var html_body=$('html, body');$('nav a, .page-scroll').on('click',function(){if(location.pathname.replace(/^\//,'')===this.pathname.replace(/^\//,'')&&location.hostname===this.hostname){var target=$(this.hash);target=target.length?target:$('[name='+this.hash.slice(1)+']');if(target.length){html_body.animate({scrollTop:target.offset().top-50},1500,'easeInOutExpo');return false;}}});jQuery.extend(jQuery.easing,{easeInOutExpo:function(x,t,b,c,d){if(t===0){return b;}
if(t===d){return b+c;}
if((t/=d/2)<1){return c/2*Math.pow(2,10*(t-1))+b;}
return c/2*(-Math.pow(2,-10*--t)+2)+b;}});function counter(){var oTop;if($('.count').length!==0){oTop=$('.count').offset().top-window.innerHeight;}
if($(window).scrollTop()>oTop){$('.count').each(function(){var $this=$(this),countTo=$this.attr('data-count');$({countNum:$this.text()}).animate({countNum:countTo},{duration:1000,easing:'swing',step:function(){$this.text(Math.floor(this.countNum));},complete:function(){$this.text(this.countNum);}});});}}
$(window).on('scroll',function(){counter();});});