Team:Evry/Project/Mait

Contact Contact Contact Contact Contact Contact Contact />
   <area shape= // Parallax effect ftw (function(){ var parallax = document.querySelectorAll(".parallax"), speed = 0.5; window.onscroll = function(){ [].slice.call(parallax).forEach(function(el,i){ var windowYOffset = window.pageYOffset, elBackgrounPos = "50% " + (windowYOffset * speed) + "px"; el.style.backgroundPosition = elBackgrounPos; }); }; })(); // Please let us add the active class of the 'Team' item on the menu, plus sub-item $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Project') > -1; }).addClass('active'); $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('MAIT') > -1; }).addClass('active');
Scroll to top To top