If you would like to get in touch, you can email me at: your-email@example.com
If you’d prefer a contact form on the site, Netlify Forms is a simple option — add a small form block to this page and Netlify will capture submissions. Example (replace the email/fields as needed):
<form name="contact" method="POST" data-netlify="true">
<input type="hidden" name="form-name" value="contact">
<p><label>Your name: <input type="text" name="name"></label></p>
<p><label>Your email: <input type="email" name="email"></label></p>
<p><label>Message: <textarea name="message"></textarea></label></p>
<p><button type="submit">Send</button></p>
</form>
Replace <your-email@example.com> with your preferred contact address.