Insights and Resources

Explore our latest resources to help you strategize and execute your next move with data, AI, and the cloud.

sq-bus-woman-5-1
Filter:

Ready to discuss your project?

Let's talk
in HubSpot's Site footer HTML, below the footer markup. Runs the mobile menu + nav scroll state. ============================================================ */ (function(){ var nav = document.getElementById('pec-nav'); var burger = document.getElementById('pec-burger'); var drawer = document.getElementById('pec-drawer'); var closeBtn = document.getElementById('pec-drawer-close'); if(burger){ if(drawer){ burger.addEventListener('click', function(){ drawer.classList.add('pec-open'); document.body.style.overflow='hidden'; }); function close(){ drawer.classList.remove('pec-open'); document.body.style.overflow=''; } if(closeBtn) closeBtn.addEventListener('click', close); drawer.querySelectorAll('a').forEach(function(a){ a.addEventListener('click', close); }); } } if(nav){ function onScroll(){ nav.classList.toggle('pec-scrolled', window.scrollY > 40); } window.addEventListener('scroll', onScroll, {passive:true}); onScroll(); } })();