23 lines
779 B
Markdown
23 lines
779 B
Markdown
+++
|
||
title = "Contact"
|
||
sharingicons = false
|
||
menu = "navbar"
|
||
+++
|
||
|
||
I'd love to hear your comments, questions, and suggestions — send me a message using the form below.
|
||
|
||
<form method="POST" action="https://formspree.io/alan.orth@gmail.com">
|
||
<div class="form-group">
|
||
<label for="emailAddress">Email</label>
|
||
<input type="email" class="form-control" name="email" id="emailAddress" placeholder="Your email">
|
||
</div>
|
||
<div class="form-group">
|
||
<label for="message">Message</label>
|
||
<textarea class="form-control" name="message" id="message" placeholder="Your message" rows="3"></textarea>
|
||
</div>
|
||
<input type="text" name="_gotcha" style="display:none" />
|
||
<button type="submit" class="btn btn-primary">Send</button>
|
||
</form>
|
||
|
||
<br />
|