-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivities.html
82 lines (81 loc) · 5.96 KB
/
activities.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
80
81
82
<!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 - Activities</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" class="active"><span>Activities</span></a></li>
<li><a data-hover="Contact" href="contact.html"><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>Activities</h1>
<br />
<br />
<p>Leisure Centre, where activities include archery, trampolining and an indoor climbing wall.</p>
<p>9 Hole Golf Course with Golf and Beach Tearoom - <a href="www.gairlochgolfclub.co.uk" target="_blank">www.gairlochgolfclub.co.uk</a></p>
<p><b>Fishing</b> Sea fishing trips are available at Gairloch Harbour. Sea fishing from the shore is possible all around the coast (Ask locally for information on possible safe sites)</p>
<p>There are slipways at Melvaig, Gairloch, and Inverasdale for launching small boats. There are many hill lochs in the area with good trout fishing and some river fishing. Permits are available from Cornerstone and Farm and Garden.</p>
<p>Marine Wildlife cruises operate out of Gairloch Harbour and from Badachro</p>
<p><b>Beaches</b> The beautiful sandy beach at Gairloch is accessed from the car park at the Golf Course. There are several other beaches worth visiting at Red Point, Melon Udrigle and Gruinard.</p>
<p><b>Walking</b> There are many fine walks for all ages from short gentle strolls to more challenging mountain climbs on the many Munros in the area. See <a href="https://www.walkhighlands.co.uk/" target="_blank">Walkhighlands website</a> and books/ leaflets in cottage.</p>
<p>Guided hillwalking, mountaineering and climbing trips and courses can be arranged with <a href="www.gofurtherscotland.co.uk" target="_blank">Go Further</a></p>
<p><b>Gardens</b> The world famous Inverewe Gardens in Poolewe are only 15 miles from Aultgrishan and are well worth a visit. It is home to hundreds of exotic plants from around the world.</p>
<p>The Bridge Cottage Cafe on the Main Street, Poolewe serves excellent breakfasts, lunches and coffee/tea and cake!</p>
<p><a href="Visitwester-ross.com" target="_blank">Visitwester-ross.com</a></p>
</div>
</div>
</section>
</div>
</body>
</html>