Contact
The best way to get in touch is to email me 📧.
There are a few clever ways to obfuscate email addresses to prevent spam. Unfortunately, they all rely on javascript or otherwise can break screen readers and other tools that are often used by disabled persons.
And so, with that in mind, here’s a simple algorithm to derive the best email to contact me:
- Visit my about page
- Split my name into
$first_name
and$last_name
- Send your email to
hello@$fist_name$last_name.contact
For example, if you had observed the name Bobby Tables on the about page, you would email hello@bobbytables.contact.
Note: The concept for this page was heavily borrowed from Karl Quinsland.