-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
29 lines (26 loc) · 969 Bytes
/
contact.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
---
layout: default
title: Contact
class: contact
lang: fr
ref: contact
---
<header class="header header--contact">
{% include navigation.html %}
<div class="header__content contact__header">
<h1 class="page__title">Envie d'en savoir plus sur GeoRivière?</h1>
<h2 class="page__subtitle">Ecrivez-nous pour plus d'informations</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>Nous vous invitons à nous donner les grandes lignes de votre projet, et nous nous ferons un plaisir d'échanger avec vous.</p>
<div class="contact__field">
<h4 class="contact__field__title">Email :</h4>
<a class="contact__field__link" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</section>