1
0
Fork 0
owenryan.us/source/contact.html
2024-02-05 23:13:57 -05:00

23 lines
No EOL
804 B
HTML

---
layout: main
permalink: /contact
---
<div class="container">
<div class="row">
<p>Thank you for choosing to contact me!</p>
<p>To prevent email scraping, my contact email is hidden behind this button.</p>
</div>
<div id="email" class="row d-inline-flex">
<div class="col">
<button id="emailButton" type="button" class="btn btn-primary">Get contact email</button>
<noscript>
The "get email" button uses JavaScript to decode the email. I respect your choice to disable JavaScript.
My email is <strong>contact</strong> at this domain. (Sorry for the wording I really don't want it to be
scraped.
</noscript>
</div>
</div>
</div>
<script src="/assets/email.js"></script>