0
Skip to Content
NO | BOUNDARIES
Home
About
Contact
Subscribe
NO | BOUNDARIES
Home
About
Contact
Subscribe
Home
About
Contact
Subscribe
*
Thank you!

STAY CONNECTED

Don’t miss out on new episodes


CONTACT

- by @ThomasFidy

Email us: info@thomasfidy.com

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const targetElement = document.querySelector(this.getAttribute('href')); if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth', block: 'start' // Ensures the target section aligns with the top of the viewport }); } }); });