document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); // Prevent default anchor click behavior var targetId = this.getAttribute('href'); var targetElement = document.querySelector(targetId); if (targetElement) { window.scrollTo({ top: targetElement.offsetTop, behavior: 'smooth' }); } }); }); });
gk-mark-spring24-white

© MMXXIV Grant Kindrick or the copyright holders represented. All rights reserved. Built with Semplice, hosting by Dreamhost, and typeset in Satoshi.

Back to top Arrow
View