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

25 lines
658 B
HTML
Raw Normal View History

2020-03-29 21:16:49 +00:00
<article id="contact" class="l-relative l-screen-min-full">
2020-03-29 18:58:41 +00:00
<div class="l-wrapper">
<h2>Contact</h2>
<form>
<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>
<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>
<li>
<button id="js-form-send" type="button">Send</button>
</li>
</ul>
</form>
</div>
</article>