-
Notifications
You must be signed in to change notification settings - Fork 7
/
contact-en.html
31 lines (27 loc) · 998 Bytes
/
contact-en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default-en
title: Contact
class: contact
lang: en
ref: contact
---
<header class="header header--contact">
{% include navigation.html %}
<div class="header__content contact__header">
<h1 class="page__title">Create your Geotrek ?</h1>
<h2 class="page__subtitle">Ours experts are available to answer yours questions</h2>
</div>
</header>
<section class="contact__content">
<div class="grid">
<div class="grid__item grid__item--30">
<h3 class="title title--medium">Contact</h3>
<p>You are invited to let us know about your project's features and we will be happy to contact you to understand your needs.</p>
</div>
<div class="grid__item grid__item--70">
<h3 class="title contact__content__title">Tell us about your project</h3>
<input class="button" type="submit" value="Contact us" id="feedback-form"/>
</div>
</div>
</section>
{% include contact_form_support.html %}