Fixed some things with the footer

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-11 13:07:49 +01:00
parent 93b42b65d6
commit c8d6d51166
22 changed files with 15 additions and 9 deletions

View File

@@ -6,8 +6,14 @@
<h4>Want to contact us?</h4>
<div id="contact-container">
<form id="contact-form" method="post" onsubmit="return false;">
<input id="contact-form-from" name="from" type="email" placeholder="your@mail.com" autocomplete="off" class="validate">
<input id="contact-form-message" name="message" type="text" placeholder="Your message to us..." autocomplete="off">
<div class="input-field">
<input id="contact-form-from" name="from" type="email" autocomplete="off" class="validate" />
<label for="contact-form-from" class="noselect">Email</label>
</div>
<div class="input-field">
<input id="contact-form-message" name="message" type="text" autocomplete="off">
<label for="contact-form-message" class="noselect">Message</label>
</div>
<button class="contact-button-submit" action="submit" id="submit-contact-form">Send</button>
<div class="valign hide" id="send-loader">
<div class="preloader-wrapper small active">