“Your company is different, you do what you say, your men are clean cut, no smoking or loud music.”
Rick
document.querySelectorAll('a[href^="#"]').forEach(link => { link.addEventListener('click', function(e) { const id = this.getAttribute('href').slice(1); const target = document.getElementById(id); if (target) { e.preventDefault(); target.scrollIntoView({ behavior: 'smooth' }); } }); });