-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (30 loc) · 958 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
30
31
32
---
layout: page
title: "Contact"
description: "You just met me, so mail me maybe?"
header-img: "img/sevilla-macarena_primitives.jpg"
---
<div class="wrapper">
<section class= "Contact">
<p>
You can contact me at my office in MATIS research team at IGN:
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-phone"></i>(+33) 01 43 98 85 05<br><br>
</li>
<li>
<i class="fa-li fa fa-map-marker"></i>
Institut Nationale de l'Information Géographique et Forestière,<br>
Office: K-316,<br>
73, avenue de Paris,<br>
94 165, Saint-Mandé Cedex.<br>
<br>
</li>
<li>
<i class="fa-li fa fa-map"></i>
<div id="map-canvas" style="overflow: scroll; height: 400px"></div>
</li>
</ul>
</section>
</div>