-
Notifications
You must be signed in to change notification settings - Fork 0
/
bluebell-cottage.html
208 lines (199 loc) · 9.76 KB
/
bluebell-cottage.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="format-detection" content="telephone=no">
<link rel="icon" href="images/favicon.ico">
<title>Parc Coed Machen Country Cottages | Bluebell Cottage</title>
<link href="styles/bootstrap.min.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-dark bg-dark box-shadow">
<div class="d-flex flex-fill justify-content-between header-bar align-items-center">
<a href="#" class="navbar-brand">
<strong class="site-name"><span class="site-name-break">Parc Coed Machen</span> <span class="site-name-break">Country Cottages</span></strong>
<div><strong class="site-contact">Tel: 01446 760612</strong></div>
</a>
<img src="images/4star.png" alt="Visit Wales 4 star grading" width="110" height="51" class="four-star-rating-header"/>
</div>
</nav>
</header>
<nav class="navbar navbar-expand navbar-light bg-light navbar-menu">
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav flex-fill justify-content-center">
<a class="nav-item nav-link" href="index.html">Home</a>
<a class="nav-item nav-link" href="contact.html">Contact</a>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="nav-dropdown" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Cottages</a>
<div class="dropdown-menu" aria-labelledby="nav-dropdown">
<a class="dropdown-item" href="rose-cottage.html">Rose</a>
<a class="dropdown-item active" href="bluebell-cottage.html">Bluebell</a>
<a class="dropdown-item" href="fern-cottage.html">Fern</a>
<a class="dropdown-item" href="myrtle-cottage.html">Myrtle</a>
<a class="dropdown-item" href="the-granary.html">The Granary</a>
</div>
</li>
<a class="nav-item nav-link" href="attractions.html">Attractions</a>
</div>
</div>
</nav>
<main role="main">
<div class="container">
<h1>Bluebell</h1>
<div class="card">
<div id="carouselExampleIndicators" class="card-img-top carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/cottages/bluebell/living_area.png" alt="Living Area">
<div class="carousel-caption">
<h5>Living Area</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/living_area_2.png" alt="Living Area">
<div class="carousel-caption">
<h5>Living Area</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/dining_area.png" alt="Dining Area">
<div class="carousel-caption">
<h5>Dining Area</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/dining_area_2.png" alt="Dining Area">
<div class="carousel-caption">
<h5>Dining Area</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/kitchen.png" alt="Kitchen">
<div class="carousel-caption">
<h5>Kitchen</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/master_bedroom.png" alt="Master Bedroom">
<div class="carousel-caption">
<h5>Master Bedroom</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/master_bedroom_2.png" alt="Master Bedroom">
<div class="carousel-caption">
<h5>Master Bedroom</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/master_bedroom_3.png" alt="Master Bedroom">
<div class="carousel-caption">
<h5>Master Bedroom</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/cottages/bluebell/twin_bedroom.png" alt="Twin Bedroom">
<div class="carousel-caption">
<h5>Twin Bedroom</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card-body">
<div class="d-flex">
<div class="text-right mr-1"><span class="count-label">Bedrooms</span>
<span class="badge badge-pill badge-primary">2</span>
</div>
<div class="text-right"><span class="count-label">Sleeps</span>
<span class="badge badge-pill badge-primary">4</span>
</div>
</div>
<hr>
<h3 class="card-title">Facilities</h3>
<div class="d-flex flex-row justify-content-between flex-wrap ">
<div>
<h5>Kitchen</h5>
<ul>
<li>Crockery</li>
<li>Cutlery</li>
<li>Dishwasher</li>
<li>Microwave</li>
<li>Oven</li>
<li>Electric Hobs</li>
<li>Tea Towels</li>
<li>Kettle</li>
<li>Toaster</li>
<li>Fridge\Freezer</li>
<li>Fire Blanket</li>
</ul>
</div>
<div>
<h5>Bathroom</h5>
<ul>
<li>WC</li>
<li>Sink</li>
<li>Bath\Overhead Shower</li>
<li>Towels</li>
<li>Cabinet</li>
</ul>
<h5>Outside Area</h5>
<ul>
<li>Balcony Access</li>
<li>Wooden Table and Chairs</li>
<li>Parasol</li>
</ul>
</div>
<div>
<h5>Living Area</h5>
<ul>
<li>Dining Table and Chairs</li>
<li>Sofas</li>
<li>Television - Terrestial</li>
</ul>
<h5>Bedrooms</h5>
<ul>
<li>Linen</li>
<li>Wardrobe\Drawers</li>
</ul>
<h5>Other</h5>
<ul>
<li>Smoke Alarms</li>
<li>WiFi - Password on Request</li>
</ul>
</div>
</div>
<span href="#" class="btn btn-primary btn-lg">Call Now: 01446 760612</span>
</div>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right">
<a href="#">Back to top</a>
</p>
<p>Parc Coed Machen Country Cottages, St Brides Super Ely, Cardiff, CF5 6EZ, United Kingdom</p>
</div>
</footer>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/popper.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
<script src="scripts/holder.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+"
crossorigin="anonymous"></script>
</body>
</html>