-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (124 loc) · 6.18 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Title of page and loading cs + js -->
<title>Gillian's B&B</title>
<meta name="decription"content ="Galway bed and breakfast">
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<header class="main-header">
<!--Navigation page -->
<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#anchor"> Book Now </a></li>
</ul>
</nav>
<!-- Heading in navigation -->
<h1 class="bandb-name bandb-name-large">Gillian's Bed and Breakfast</h1>
</header>
<!-- Main content of the page in a contaier -->
<section class="content-section container">
<h2 class="section-header main">About us</h2>
<P>Ideally located on the west coast of Ireland in Galway city, the castle which has been recently renovated into a B&B offers luxiourius rooms with spectacular views over Galway Bay. Our incredible B&B is 40 miles / 80 Km from Shannon airport and about a 2 hour drive from Dublin airport.</P>
<!--Image of the b&b -->
<img class="front-image" src = "images/galwaybb.jpg" alt = "Bed and Breakfast">
<p>
<strong>All rooms in the B&B offer the following </strong> : luxuriously furnished rooms, non-smoking, own private
bathrooms with full size baths, separate walk-in tropical rain showers, walnut wooden floors, central
heating, iron and ironing board, hair dryer, all with 32" to 40" flat T.V. and tea/coffee making facilities.
Full breakfast, free 24 hour wireless broadband Internet access throughout, free private off street car
park and all taxes are included in rate.
</P>
<p>
Gillian's Bed and Breakfast is within walking distance of Eyre Square Shopping Centre, two sandy beaches, spectacular
coastal walks, a variety of restaurants, friendly traditional Irish music pubs,
horse-riding, golfing, fishing, and a variety of water sports . Bikes are available for hire.</p>
<p><strong>Sightseeing tours</strong> can be arranged at the B&B at a discount for: Connemara, Cliffs of Moher, The Aran
Islands and a bus tour of Galway City. All tickets can be purchased on arrival. Taxis are available on request.
The nearest bus stop is only 50 yards away.</P>
<p><strong>The regular check-in times are daily from 11:00am - 5:30pm.</strong>Please make the B&B aware if you plan
to arrive outside of these hours to arrange, we will always do our best to accomodate you. <strong>Our award winning breakfast is served from 8am weekdays and 7.30am
weekends.</strong> We offer the service of getting a lunch to go for your sightseeing adventures </p>
<!-- Awards section with the logos showing tripadvisor winner -->
<h3 class="small-header"> Awards </h3>
<p>
Gillian’s Bed and Breakfast was proudly awarded a TripAdvisor Certificate of Excellence in both 2017 and 2019.
<div class=wrapper>
<img src = "images/trip2019.jpg" alt = "TripAdvisor logo" height="80px">
<img src = "images/trip2017.jpg"alt = "TripAdvisor logo" height ="80px"></p>
<strong><h1>Click on the images below to start the slideshow and find out why!</strong>
</div></h1>
<!-- Container for the image gallery -->
<div class="container">
<!-- Full-width images with number text -->
<div class="mySlides">
<div class="numbertext">1 / 6</div>
<img src="images/galwaybay1.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">2 / 6</div>
<img src="images/galwaybay2.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">3 / 6</div>
<img src="images/galwaybay3.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">4 / 6</div>
<img src="images/galwaybay4.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">5 / 6</div>
<img src="images/galwaybay5.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">6 / 6</div>
<img src="images/galwaybay6.jpg" style="width:100%">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- Image text -->
<div class="caption-container">
<p id="caption"></p>
</div>
<!-- Thumbnail images -->
<div class="row">
<div class="column">
<img class="demo cursor" src="images/galwaybay1.jpg" style="width:100px" onclick="currentSlide(1)" alt="Galway Bay">
</div>
<div class="column">
<img class="demo cursor" src="images/galwaybay2.jpg" style="width:100px" onclick="currentSlide(2)" alt="Galway Beach">
</div>
<div class="column">
<img class="demo cursor" src="images/galwaybay3.jpg" style="width:100px" onclick="currentSlide(3)" alt="Cliffs of Moher">
</div>
<div class="column">
<img class="demo cursor" src="images/galwaybay4.jpg" style="width:100px" onclick="currentSlide(4)" alt="Cliffs of Moher">
</div>
<div class="column">
<img class="demo cursor" src="images/galwaybay5.jpg" style="width:100px" onclick="currentSlide(5)" alt="Galway City Center">
</div>
<div class="column">
<img class="demo cursor" src="images/galwaybay6.jpg" style="width:100px" onclick="currentSlide(6)" alt=" Breakfast">
</div>
</div>
</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>