-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
79 lines (77 loc) · 4.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tarhuna - Contact</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="fonts/antonio-exotic/stylesheet.css" rel="stylesheet">
<link rel="stylesheet" href="css/lightbox.min.css">
<link href="css/responsive.css" rel="stylesheet">
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/lightbox-plus-jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<!--header--->
<header class="header-container">
<div class="container">
<div class="top-row">
<div class="row">
<div class="col-md-5 col-sm-6 col-xs-6">
<div id="logo">
<a href="index.html"><span>Tarhuna<span></a><br />
Highland Holiday Home
</div>
</div>
<div class="col-md-7 col-sm-12 col-xs-12 remove-padd">
<nav class="navbar navbar-default">
<div class="navbar-header page-scroll">
<button data-target=".navbar-ex1-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navigation navbar-collapse navbar-ex1-collapse remove-space">
<ul class="list-unstyled nav1 cl-effect-10">
<li><a data-hover="Home" href="index.html"><span>Home</span></a></li>
<li><a data-hover="Accommodation" href="accommodation.html"><span>Accommodation</span></a></li>
<li><a data-hover="Location" href="location.html"><span>Location</span></a></li>
<li><a data-hover="Activities" href="activities.html"><span>Activities</span></a></li>
<li><a data-hover="Contact" class="active"><span>Contact</span></a></li>
<li><a data-hover="Book Online" target="_blank" href="https://portal.freetobook.com/reservations?w_id=30434&w_tkn=HQXekDsbrERfUjs15NSVVAYku6FmxwqaMzQh7M47m7gSXkkurUVbiX8lZr5HO""><span>Book Online</span></a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<section>
<div class="container">
<div class="col-md-12 contact-left-block">
<h1>Contact</h1>
<br />
<br />
<p>Mr & Mrs F. Corrigan</p>
<p>Tarhuna, 3 Aultgrishan, Gairloch IV21 2DY</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>Aultgrishan is situated 9 miles from the town of Gairloch on the West coast, 80 miles (2 hours drive) from Inverness.</p>
<p>SatNav – IV21 2DY</p>
<br />
<iframe width="600" height="450" style="border:0" loading="lazy" allowfullscreen src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJI96b1sNzjkgR6X6pMtKBrqs&key=AIzaSyCUuVaUj-DNKLIXDWUwZjrawYGZjuF7UwU"></iframe>
</div>
</div>
</section>
</div>
</body>
</html>