1
0
Fork 0
owenryan.us/source/contact.html

23 lines
804 B
HTML
Raw Normal View History

2023-05-16 03:59:18 +00:00
---
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>
2024-02-06 04:13:57 +00:00
<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>
2023-05-16 03:59:18 +00:00
</div>
</div>
</div>
<script src="/assets/email.js"></script>