Contact Me

Don’t fill this out if you're human: What is your name? * What is your email address? * Why are you contacting me? * const handleSubmit = (e) = { e.preventDefault() let contactForm = document.getElementById('contactForm'); let formData = new FormData(contactForm) fetch('/', { method: 'POST', headers: {"Content-Type": "application/x-www-form-urlencoded"}, body: new URLSearchParams(formData).toString() }).then(() = { console.log('Form successfully submitted'); let submitButton = document....

Message Submitted

Thank you for contacting me! Your message has been submitted. I will try to reply within a couple days, but keep in mind it might take me longer. You will be redirected in 10 seconds. setInterval(function() { const counter = document.querySelector("#counter"); let count = counter.textContent - 1; counter.textContent = count; if (count

1 min