-
Notifications
You must be signed in to change notification settings - Fork 2
/
nextpage.html
200 lines (199 loc) · 7.16 KB
/
nextpage.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
<!DOCTYPE html>
<html>
<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>About Us - AFK Hotel</title>
<link rel="icon" href="img/icon.png" />
<link rel="stylesheet" href="css/style.css" />
<!-- Bootstrap LINKS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
crossorigin="anonymous"
></script>
<!--angular js-->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/2ddbad06a5.js"
crossorigin="anonymous"
></script>
</head>
<body>
<main>
<div class="container4 px-4">
<div class="row">
<div class="col-sm pt-5">
<p class="title-col pt-5" style="float: left">
For our Facility photos are from:
</p>
<div class="pt-4 pl-2">
<img
src="img/logo 2.png"
style="
height: 70px;
width: 240px;
float: left;
justify-content: center;
"
/>
</div>
<div>
<p class="title-col p-3" style="float: left">
Shortsleeve, C. (2020). How Safe Are Hotel Pools This Summer?.
Retrieved 23 May 2021, from
https://www.cntraveler.com/story/how-safe-are-hotel-pools-this-summer
</p>
</div>
<div>
<p class="title-col p-3" style="float: left">
Beverly Hills Hotel - SWA Group. (2021). Retrieved 23 May 2021,
from https://www.swagroup.com/projects/beverly-hills-hotel/
</p>
</div>
</div>
</div>
</div>
<div class="container4 px-4">
<div class="row">
<div class="col-sm pt-5">
<p class="title-col pt-5" style="float: left">
For our Events photos are from:
</p>
<div>
<img
src="img/logo 3.jpg"
style="
height: 100px;
width: 150px;
float: left;
justify-content: center;
"
/>
</div>
<div>
<p class="title-col p-3" style="float: left">
hotel event photos - Google Search. (2021). Retrieved 23 May
2021, from
https://www.google.com/search?q=hotel+event+photos&tbm=isch&chips=q:hotel+event,g
</p>
</div>
<div>
<p class="title-col p-3" style="float: left">
Photo by Ibrahim Boran on Unsplash. (2018). Retrieved 23 May
2021, from https://unsplash.com/photos/m8YjB0noWiY
</p>
</div>
<div>
<p class="title-col p-3" style="float: left">
Photo by Photos by Lanty on Unsplash. (2018). Retrieved 23 May
2021, from https://unsplash.com/photos/O38Id_cyV4M
</p>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="page-footer col-sm-12 font-small indigo">
<div class="container">
<div class="row text-center d-flex justify-content-center pt-5 mb-3">
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="index.html">Home</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="aboutus.html">About</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="booking.html">BOOKINGS</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="contactus.html">CONTACT US</a>
</h6>
</div>
</div>
<hr class="rgba-white-light" style="margin: 0 15%" />
<div
class="row d-flex text-center justify-content-center mb-md-0 mb-4"
>
<br />
<br />
</div>
<div class="row mx-auto">
<div class="btn-group-horizontal mx-auto">
<div class="mx-5 flex-center">
<!-- Facebook -->
<a
class="fb-ic"
href="https://facebook.com/AFK-Hotel-108336021449130/"
target="_blank"
>
<i class="fab fa-facebook-f fa-lg white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a
class="tw-ic"
href="https://twitter.com/afkhotel"
target="_blank"
>
<i class="fab fa-twitter fa-lg white-text mr-4"> </i>
</a>
<!--Instagram-->
<a
class="ins-ic"
href="https://instagram.com/afkhotel"
target="_blank"
>
<i class="fab fa-instagram fa-lg white-text mr-4"> </i>
</a>
<!--Email-->
<a class="pin-ic" href="[email protected]" target="_blank">
<i class="fas fa-envelope fa-lg white-text"></i>
</a>
</div>
</div>
</div>
<br />
<br />
<div
class="citation-footer"
style="text-align: center; font-family: poppins; font-size: 18px"
>
<a href="citation.html" class="citation-footer"> Citation</a>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">
© 2021 AFK Hotel Developed by Sani's Babies. All Rights Reserved.
</div>
<!-- Copyright -->
</div>
</div>
</footer>
a
</body>
</html>