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.
2020-03-28 21:27:58 +00:00
|
|
|
<article id="contact" class="container max-w-full w-full h-screen bg-gray-700">
|
|
|
|
<h2>Contact</h2>
|
2020-03-29 16:27:12 +00:00
|
|
|
<form>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<label for="name">Name</label>
|
|
|
|
<input id="name" type="text" name="user_name">
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<label for="mail">E-mail:</label>
|
|
|
|
<input id="mail" type="email" name="user_email">
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<label for="msg">Message:</label>
|
|
|
|
<textarea id="msg" name="user_message"></textarea>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<button id="js-form-send" type="button">Send</button>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</form>
|
2020-03-28 21:27:58 +00:00
|
|
|
</article>
|