generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
300 lines (296 loc) · 15.1 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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Milestone Project 1 The Oslo Hotel</title>
<!--Bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<!--Font Awsome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous" />
<!--Css stylesheet-->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<!--Navbar Section Imported from Bootstrap-->
<header id="main-heading-section">
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<a class="navbar-brand" href="#main-heading-section">The Oslo Hotel</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#main-heading-section">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="sleep.html">Sleep</a>
</li>
<li class="nav-item">
<a class="nav-link" href="eat.html">Eat</a>
</li>
<li class="nav-item">
<a class="nav-link" href="relax.html">Relax</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#packages-section">Packages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plan-section">Plan</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<a href="booking-form.html" class="booking-link">
Book Now
</a>
</div>
</nav>
<!--End of Nav-bar-->
<!--Landing page image section-->
<section class="main-heading-section">
<div class="container-fluid main-title-container">
<div class="row main-title-row stone-background">
<div class="col-12 main-title-col">
<img src="assets/images/lobby-images/hotel-lobby-pic.jpg " alt="Image of hotel lobby "
class="hotel-lobby-image mx-auto d-block" />
<div class="title-text-block">
<h1 class="title dk-green-text">The Oslo</h1>
<h2 class="sub-heading dk-green-text">Hotel</h2>
<div class="main-section-arrow">
<a class="down-arrow-link dk-green-text" href="#about-section">
<i class="fas fa-arrow-down section-font-size" aria-hidden="true"></i>
<span class="sr-only">link to about section.</span>
</a>
</div>
<div class="d-lg-none">
<a href="booking-form.html" class="booking-link main-booking-link">
Book Now
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</header>
<main>
<!--About Section-->
<section id="about-section">
<div class="container-fluid">
<div class="row about-section-row">
<div class="col-12 about-section-col dk-green-background">
<div class="about-text">
<h1 class="stone-text">
A Hotel <br />
For Modern <br />
Living
</h1>
</div>
<a class="about-section-arrow stone-text" href="#room-section">
<i class="fas fa-arrow-down section-font-size" aria-hidden="true"></i>
<span class="sr-only">Link to sleep section.</span>
</a>
</div>
</div>
</div>
</section>
<!--Guestroom section-->
<section id="room-section">
<div class="container-fluid">
<div class="row section-row">
<div class="col-12 stone-background">
<img src="assets/images/room-images/guestroom-image-1.jpeg" alt="Image of the hotel guestroom"
class="room-img" />
<div class="room-title-text">
<h1 class="dk-green-text section-font-size">Sleep</h1>
<a href="sleep.html" class="dk-green-text">
<i class="fas fa-arrow-right section-font-size" aria-hidden="true"></i>
<span class="sr-only"> Link to guestroom page.</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--Food and drink section-->
<section id="food-section">
<div class="container-fluid">
<div class="row section-row">
<div class="col-12 dk-green-background">
<img src="assets/images/food-images/hotel-food-1.jpeg" alt="Image of the hotel restauraunt"
class="food-img" />
<div class="food-title-text">
<h1 class="stone-text section-font-size">Eat</h1>
<a href="eat.html" class="stone-text">
<i class="fas fa-arrow-right section-font-size" aria-hidden="true"></i>
<span class="sr-only"> Link to restauraunt page.</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--Spa section-->
<section id="spa-section">
<div class="container-fluid">
<div class="row section-row">
<div class="col-12 stone-background">
<img src="assets/images/spa-images/spa-image-1.jpeg" alt="Image of the hotel spa"
class="spa-img" />
<div class="spa-title-text">
<h1 class="dk-green-text section-font-size">Relax</h1>
<a href="relax.html" class="dk-green-text">
<i class="fas fa-arrow-right section-font-size" aria-hidden="true"></i>
<span class="sr-only"> Link to hotel spa page.</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--Packages Section-->
<section id="packages-section">
<div class="container-fluid">
<div class="row dk-green-text stone-background">
<div class="col-12 col-md-4 packages-col">
<div class="packages-text">
<h2>Weekend Package</h2>
<p>
2 night weekend stay. <br />Breakfast included. <br />3 course
dinner one evening included. <br />And 25% discount on spa
treatments. <br />From : €250 per person.
</p>
<a href="booking-form.html" class="booking-link packages-link">
Book Now
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-12 col-md-4 packages-col">
<div class="packages-text">
<h2>Foodies Package</h2>
<p>
2 night stay <br />Breakfast included. <br />A 7 course
Tasting Menu one evening. <br />Wine Pairings included.
<br />From : €350 per person.
</p>
<a href="booking-form.html" class="booking-link">
Book Now
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-12 col-md-4 packages-col">
<div class="packages-text">
<h2>Unwind Package</h2>
<p>
2 night stay <br />Breakfast included. <br />3 course dinner
one evening. <br />Our signature Spa ritual included.
<br />Pick one extra one hour spa treatment. <br />From : €450
per person.
</p>
<a href="booking-form.html" class="booking-link">
Book Now
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!--Plan section-->
<section id="plan-section">
<div class="container-fluid plan-container">
<div class="row plan-row dk-green-background">
<div class="col-12 col-md-6 plan-text-col stone-text">
<h1>Plan</h1>
<div class="plan-text">
<h2>Location</h2>
<p>2 grafton street , Dublin 2</p>
<h2>From Dublin airport</h2>
<p>- 20 minutes by taxi</p>
<p>- 20 minutes by Dublin Aircoach</p>
<h2>Parking</h2>
<p>- Free parking for guests</p>
</div>
</div>
<div class="col-12 col-md-6 plan-map-col">
<h1 class="stone-text map-title">Map</h1>
<!--Iframe map embeded from google maps-->
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2440.5088288820234!2d-6.261229987952919!3d53.34300228021646!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48670e9b74e4d1d7%3A0x7e7b000abe85a55f!2s2%20Grafton%20Street%2C%20Dublin%202%2C%20D02%20Y527!5e0!3m2!1sen!2sie!4v1598187010910!5m2!1sen!2sie"
width="600" height="450" style="border: 0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
</div>
</section>
</main>
<!--Footer-->
<footer id="footer-section">
<div class="container-fluid footer-container dk-green-background">
<div class="row fotter-row">
<div id="contact" class="col-12 col-md-4 contact-col stone-text">
<h3>Contact</h3>
<a href="mailto:theoslo@email.com">
<p>Email: theoslo@email.com</p>
</a>
<p>Phone: +353 (0)15555555</p>
</div>
<div class="col-12 col-md-4 social-col">
<ul class="list-inline social-media-links">
<li class="list-inline-item">
<a href="https://www.facebook.com/" target="_blank">
<i class="fab fa-facebook-f" aria-hidden="true"></i>
<span class="sr-only">Facebook Link.</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/" target="_blank">
<i class="fab fa-instagram" aria-hidden="true"></i>
<span class="sr-only">Instagram Link.</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.twitter.com/" target="_blank">
<i class="fab fa-twitter" aria-hidden="true"></i>
<span class="sr-only">Twitter Link.</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.tripadvisor.ie/" target="_blank">
<i class="fab fa-tripadvisor" aria-hidden="true"></i>
<span class="sr-only">Tripadvisor Link.</span>
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-4 map-col">
<h3>
<a href="https://goo.gl/maps/RQqamVvVS8AuVrEi6" target="_blank">
Map <i class="fas fa-arrow-right" aria-hidden="true"></i>
</a>
</h3>
</div>
</div>
</div>
</footer>
<!--Bootstrap-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"
defer></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"
defer></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"
defer></script>
</body>
</html>