-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.html
40 lines (38 loc) · 974 Bytes
/
location.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
33
34
35
36
37
38
39
40
---
layout: default
title: "Your Holiday Dream House"
description: ""
handle: location
---
{% include navigation.html %}
<section class="section-gray navigation-margin">
<div class="grid grid-centered">
<div class="grid-cell is-centered">
<div class="section-intro fade-in">
<h2>An unique location</h2>
<p>Enjoy a luxury holiday as one of the only people on the Pech Guillou hill.</p>
</div>
<div class="container fade-in">
<div id="map-canvas" class="container-map"></div>
<div class="container-text">
<strong>Address</strong>
<p>
Pech Guillou
<br>
Lieu-dit
<br>
47470 Cauzac
<br>
France
</p>
<strong>Coordinates</strong>
<p>
Latitude: 44.276257
<br>
Longitude: 0.834423
</p>
</div>
</div>
</div>
</div>
</section>