Move website source to /source
This commit is contained in:
parent
530fc76ede
commit
6981ccad43
81 changed files with 8 additions and 34 deletions
18
source/contact.html
Normal file
18
source/contact.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/assets/email.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue