Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
23 deletions
-
contact.html
|
|
@ -33,26 +33,3 @@ section_id: contact |
|
|
|
</div> |
|
|
|
<div class="two spacing"></div> |
|
|
|
</div> |
|
|
|
<div class="full light-grey"> |
|
|
|
<div class="row"> |
|
|
|
<div class="large-8 columns"> |
|
|
|
<div class='form'> |
|
|
|
<form id='contact_form' method='POST'> |
|
|
|
<p id='thanks' class='hide'> |
|
|
|
Thanks for contacting us, we'll be in touch soon! |
|
|
|
</p> |
|
|
|
<input class='required' name='name' placeholder='NAME' type='text'> |
|
|
|
<input class='required email' name='email' placeholder='EMAIL' type='text'> |
|
|
|
<input class='required' name='subject' placeholder='SUBJECT' type='text'> |
|
|
|
<textarea class='required' name='message' placeholder='MESSAGE'></textarea> |
|
|
|
<div class='spacing'></div> |
|
|
|
<input class='button small boxed blue simple' type='submit'> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="large-4 columns"> |
|
|
|
<h3>Email Us</h3> |
|
|
|
<p>If you have any questions or just want to say hi, please don't hesitate to contact us.</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|