2017-08-30 18:43:08 +02:00
|
|
|
|
<div class="grid grid--full grid-medium--columns grid--gutters">
|
|
|
|
|
<div class="grid__col grid__col--4">
|
|
|
|
|
|
2017-09-07 10:54:42 +02:00
|
|
|
|
<form class="form form--contact" id="form-contact" action="{{ config.site.forms.contact }}" method="POST" accept-charset="UTF-8">
|
2017-08-30 18:43:08 +02:00
|
|
|
|
<div class="form__group required">
|
|
|
|
|
<label class="form__label" for="name">Your Name</label>
|
|
|
|
|
<input class="form__control" type="text" id="name" name="name" required placeholder=" ">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form__group required">
|
|
|
|
|
<label class="form__label" for="email">Your Email</label>
|
2017-09-07 10:54:42 +02:00
|
|
|
|
<input class="form__control" type="email" id="email" name="_replyto" required placeholder=" ">
|
2017-08-30 18:43:08 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="form__group required">
|
|
|
|
|
<label class="form__label" for="comment">Your message</label>
|
|
|
|
|
<textarea class="form__control" id="comment" name="comment" rows="2" required placeholder=" "></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="form__group form__help">
|
|
|
|
|
Fields marked with an <span class="required">*</span> are required.
|
|
|
|
|
</p>
|
|
|
|
|
<div class="form__group">
|
|
|
|
|
<input class="button button-primary" type="submit" value="Submit">
|
|
|
|
|
</div>
|
2017-09-07 10:54:42 +02:00
|
|
|
|
|
|
|
|
|
<div class="alert alert--success hide">
|
|
|
|
|
<p>
|
|
|
|
|
<strong class="alert__title">Great to hear from you!</strong>
|
|
|
|
|
We’ll get in touch soon.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="alert alert--danger hide">
|
|
|
|
|
<p>
|
|
|
|
|
<strong class="alert__title">Oops, there was an error</strong>
|
|
|
|
|
Would you mind trying again?
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<input type="hidden" name="_subject" value="New contact form submission" />
|
2017-08-30 18:43:08 +02:00
|
|
|
|
</form>
|
|
|
|
|
|
2017-08-30 16:37:05 +02:00
|
|
|
|
</div>
|
2017-08-30 18:43:08 +02:00
|
|
|
|
<div class="grid__col grid__col--2">
|
|
|
|
|
<h3></h3>
|
|
|
|
|
|
2017-09-07 14:09:39 +02:00
|
|
|
|
{% include contact.html %}
|
2017-08-30 16:37:05 +02:00
|
|
|
|
</div>
|
2017-08-30 18:43:08 +02:00
|
|
|
|
</div>
|