This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/partials/contact.html

29 lines
1.1 KiB
HTML
Raw Normal View History

2020-03-30 20:27:16 +00:00
<article id="contact" class="l-relative l-screen-min-full contact-bg">
2020-03-31 13:09:12 +00:00
<div class="l-section-pad l-wrapper">
2020-03-29 18:58:41 +00:00
<h2>Contact</h2>
2020-03-30 10:20:52 +00:00
<form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">
2020-03-29 18:58:41 +00:00
<ul class="u-no-list">
<li>
<label for="name">Name</label>
2020-03-29 21:16:49 +00:00
<input id="name" type="text" name="name">
2020-03-29 18:58:41 +00:00
</li>
<li>
2020-03-29 21:16:49 +00:00
<label for="email">E-mail:</label>
2020-03-30 10:20:52 +00:00
<input id="email" type="email" name="_replyto">
2020-03-29 18:58:41 +00:00
</li>
<li>
<label for="msg">Message:</label>
2020-03-29 21:16:49 +00:00
<textarea id="msg" name="message"></textarea>
2020-03-29 18:58:41 +00:00
</li>
2020-03-30 10:20:52 +00:00
<li><input type="hidden" name="_subject" value="Contact Form Submission"></li>
<li><input type="hidden" name="_honeypot" value=""></li>
2020-03-30 15:05:05 +00:00
<li><input type="hidden" name="_confirmation" value="Thank you, your message has been sent."></li> <li> <button id="js-form-send" type="submit">Send</button>
2020-03-29 18:58:41 +00:00
</li>
</ul>
</form>
2020-03-30 15:05:05 +00:00
<h3>Remember to Generate Access Token for URL</h3>
<div id="mapbox"></div>
2020-03-29 18:58:41 +00:00
</div>
</article>