-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmalldouble.html
66 lines (58 loc) · 2.54 KB
/
Smalldouble.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
<!DOCTYPE html>
<html>
<head>
<title>Rooms & Rates</title>
<meta name="decription"content ="Galway bed and breakfast">
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="rooms.html"> Rooms and Rates </a></li>
<li><a href="Sightseeing.html"> Sightseeing Tours </a></li>
<li><a href="contact.html"> Contact us </a></li>
<li><a href="rooms.html"> Book Now </a></li>
</ul>
</nav>
<h1 class="bandb-name bandb-name-large">Small Double Room</h1>
</header>
<section class="content-section container">
<h2 class="section-header">Small Double Room</h2>
<P>Bright, spacious, and luxurious, our Small Double Rooms blends five-star sophistication with castle heritage and Bed and Breakfast prices. Recently renovated, these spacious rooms feature soothing colour schemes, bespoke wool carpets, sumptuous fabrics, state-of-the-art technology and glamorous bathrooms. Designed for indulgence and relaxation, you’ll feel right at home.<br>
<br>
<br>
<img class="front-image" src = "images/smalldouble.jpeg" alt = "Small Double room" height= 50px> <br></P>
<p>
Included; <br>
• Luxuriously furnished <br>
• Non-smoking <br>
• Own private bathrooms with full size baths<br>
• Separate walk-in tropical rain showers<br>
• Walnut wooden floors<br>
• Central heating<br>
• Iron and ironing board<br>
• Hair dryer<br>
• 32" flat T.V. <br>
• Tea/coffee making facilities.<br>
• Full breakfast<br>
• Free 24 hour wireless broadband Internet access throughout<br>
• Free private off street car Park and all taxes are included in rate<br>
</p></div>
<div class = "wrapper">
<a href = "rooms.html"><button class="btn" button type = "button">Back to view rooms or make a booking</button></a>
</div>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="footer-name">Gillians bed and breakfast</h3>
<ul class="nav footer-nav">
<li><a href="https://www.facebook.com" target="_blank"> <img src = "images/facebooklogo.png"alt = "Facebook logo"></li>
<li><a href="https://www.instagram.com" target="_blank"> <img src = "images/instagramlogo.png" alt = "Instagram logo"></li>
<li><a href="https://www.whatsapp.com" target="_blank"> <img src = "images/whatsapplogo.png" alt = "Whatsapp logo" ></li>
</ul>
</footer>
<script src="main.js"></script>
</body>
</html>