Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.06 KB

contact.md

File metadata and controls

48 lines (35 loc) · 1.06 KB
layout title
simple
Contact
<style> .hero-body .column { margin-bottom: 180px; } #email { text-align: center; font-size: 25px; } </style> <script type="module"> // Forwards `subject` and `body` search params to the email link const originalSearchParams = new URLSearchParams(location.search); const element = document.querySelector('#email a'); const url = new URL(element.href); if (originalSearchParams.has('subject')) { url.searchParams.set('subject', originalSearchParams.get('subject')); } if (originalSearchParams.has('body')) { url.searchParams.set('body', originalSearchParams.get('body')); } element.href = url.toString(); </script>

Contact

I value my time, so make it worth it, and keep it succinct.


sindresorhus@gmail.com


Please no support questions, job offers, questionnaires, etc.

If the answer to your question could be interesting to others, consider asking in my AMA instead.