-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
43 lines (40 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
42
---
layout: page
permalink: /contact
title: Contact
nav_pos: 5
icon: phone
---
<div class='grid'>
</div>
<div class='grid__row'>
<div class='grid__column grid__column--12'>
<h2>Contact</h2>
<p>
If you want to enquire about making a booking, or simply just ask us
a question, then feel free to get in touch with any of the following
methods.
</p>
<p>
<div>
<i class='fa fa-phone'></i>
{{ site.phone }}
</div>
<div>
<i class='fa fa-envelope'></i>
<a href='mailto:{{ site.email }}'>{{ site.email }}</a>
</div>
</p>
</div>
</div>
<div class='grid__row'>
<div class='grid__column grid__column--12'>
<h2>Find Us</h2>
<p>
You can find Little Dream at the shore of Kandalama Lake.
</p>
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3952.1373671237848!2d80.69000541444974!3d7.88069289432243!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3afca5bc480d4619%3A0x1c2c825197ce679c!2sUnnamed+Rd%2C+Dambulla!5e0!3m2!1sen!2slk!4v1449576070300" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</p>
</div>
</div>