-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrapassignment.html
More file actions
238 lines (208 loc) · 10.8 KB
/
bootstrapassignment.html
File metadata and controls
238 lines (208 loc) · 10.8 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Holiday Home</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#logo{
color: red;
font-family:Georgia, 'Times New Roman', Times, serif;
font-weight: 600;
}
.list{
list-style-type: none;
line-height: 2rem;
padding: 0;
font-weight: bold;
font-size: 0.8rem;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col d-flex justify-content-center">
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="navbar-brand mr-5 pr-3" id="logo" href="#" >Holiday Homes</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="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link " href="#" tabindex="-1" aria-disabled="true">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contacts</a>
</li>
</ul>
<form class="form-inline ml-5">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
</form>
</div>
</nav>
</div>
</div>
</div>
<!-- Slider -->
<div class="container-fluid">
<div class="row">
<div class="col-12 m-0 p-0">
<img src="Images/HH/slideimg1.png" class="w-100">
</div>
</div>
</div>
<!-- icons section-->
<div class="container-fluid p-4 text-center bg-light">
<div class="row" >
<div class="col-2"></div>
<div class="col-2">
<i class="fa fa-key fa-3x"></i>
<p class="text-danger small font-weight-bold"> Rent Direct From the Owner</p>
</div>
<div class="col-2 ">
<i class="fa fa-money fa-3x "></i>
<p class="text-danger small font-weight-bold"> No Commission</p>
</div>
<div class="col-2">
<i class="fa fa-calendar fa-3x "></i>
<p class="text-danger small font-weight-bold"> Flexible Rental Dates</p>
</div>
<div class="col-2 ">
<i class="fa fa-eye-slash fa-3x "></i>
<p class="text-danger small font-weight-bold"> Space & privacy</p>
</div>
</div>
</div>
<!-- Top holiday destinations -->
<div class="container text-center mt-5">
<h3 class="font-weight-bold">TOP HOLIDAY DESTINATIONS</h3>
<div class="row mt-3 mb-3 d-flex justify-content-center">
<div class="col-2 p-2 mr-4 border bg-success">
Qmaha Beach
</div>
<div class="col-2 p-2 mr-4 border bg-light">
Qmaha Beach
</div>
<div class="col-2 p-2 mr-4 border bg-light">
Qmaha Beach
</div>
<div class="col-2 p-2 mr-4 border bg-light">
Qmaha Beach
</div>
</div>
<!-- image thumbnails 1-->
<div class="row mt-3 mb-3 d-flex justify-content-center" >
<div class="col-3 p-2 mr-3">
<img src="Images/HH/img1.jpg" width="90%">
<p class="mt-1 text-left pl-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="col-3 p-2 mr-3">
<img src="Images/HH/img2.jpg" width="90%">
<p class="mt-1 text-left pl-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="col-3 p-2 mr-3">
<img src="Images/HH/img3.jpg" width="90%">
<p class="mt-1 text-left pl-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
<!-- image thumbnails 2-->
<div class="row mt-3 mb-3 d-flex justify-content-center" >
<div class="col-3 p-2 mr-3">
<img src="Images/HH/img1.jpg" width="90%">
<p class="mt-1 text-left pl-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="col-3 p-2 mr-3">
<img src="Images/HH/img2.jpg" width="90%">
<p class="mt-1 text-left pl-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="col-3 p-2 mr-3">
<img src="Images/HH/img3.jpg" width="90%">
<p class="mt-1 text-left pl-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
</div>
<!-- -->
<div class="container-fluid text-center bg-light pt-3 pb-3" >
<h3 class="font-weight-bold ">TESTIMONAL</h3>
<div class="row mt-3 mb-3 d-flex justify-content-center " >
<div class="col-3 p-0 mr-0">
<img src="Images/HH/person1.jpg" width="50%" class="rounded-circle">
<p class="mt-1 text-left ml-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit. Blanditiis recusandae corrupti laboriosam doloribus aliquid deleniti quia rerum aliquam distinctio optio, unde odio ex cumque officia inventore magnam assumenda quasi maiores?</p>
<span class="float-right font-weight-bold" style="font-size:0.7rem;">LINDA & KELVIN JOHNSON</span>
</div>
<div class="col-3 p-0 mr-0">
<img src="Images/HH/person2.jpg" width="50%" class="rounded-circle">
<p class="mt-1 text-left ml-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit. Blanditiis recusandae corrupti laboriosam doloribus aliquid deleniti quia rerum aliquam distinctio optio, unde odio ex cumque officia inventore magnam assumenda quasi maiores?</p>
<span class="float-right font-weight-bold" style="font-size:0.7rem;">LINDA & KELVIN JOHNSON</span>
</div>
<div class="col-3 p-0 mr-0">
<img src="Images/HH/person3.jpg" width="50%" class="rounded-circle">
<p class="mt-1 text-left ml-3 small">Lorem ipsum dolor sit amet consectetur adipisicing elit. Blanditiis recusandae corrupti laboriosam doloribus aliquid deleniti quia rerum aliquam distinctio optio, unde odio ex cumque officia inventore magnam assumenda quasi maiores?</p>
<span class="float-right font-weight-bold" style="font-size:0.7rem;">LINDA & KELVIN JOHNSON</span>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid bg-success pt-3 pb-3" >
<div class="row mt-3 mb-3 d-flex justify-content-center " >
<div class="col-3 p-5 mr-1">
<h4 class="font-weight-bold" style="color: white;">ABOUT</h4>
<p class="mt-3 text-left small">Lorem ipsum dolor sit amet consectetur adipisicing elit. Blanditiis recusandae corrupti laboriosam doloribus aliquid deleniti quia rerum aliquam distinctio optio, unde odio ex cumque officia inventore magnam assumenda quasi maiores?</p>
<div class="mt-5 pt-4" style="font-size: 0.8rem;">
<p class="small">holiday homes © 2016
<br>
All rights reserved. Terms of use | Privacy policy
</p>
</div>
</div>
<div class="col-3 p-5 mr-1">
<h4 class="font-weight-bold" style="color: white;">USEFUL ADVICE</h4>
<p class="mt-3 text-left small">
<ul class="list">
<li>LAW SUPPORT</li>
<li>INSURANCE</li>
<li>PARTY DECORATION</li>
<li>PARTNAR PROGRAMS</li>
</ul>
</p>
<div class="mt-5 pt-4">
<i class="fa fa-twitter mr-3" style="color: white"></i>
<i class="fa fa-facebook mr-3" style="color: white"></i>
<i class="fa fa-tumblr mr-3 " style="color: white"></i>
<i class="fa fa-wifi mr-3 " style="color: white"></i>
</div>
</div>
<div class="col-3 p-5 mr-1">
<h4 class="font-weight-bold" style="color: white;">GET IN TOUCH</h4>
<p class="mt-3 text-left small">
<form>
<input type="text" placeholder="Name" class="mb-4"><br>
<input type="text" placeholder="Email" class="mb-4"><br>
<textarea class="mb-4" placeholder="Message..."></textarea>
</form>
<button class="btn btn-danger">SEND MESSAGE</button>
</p>
</div>
</div>
</div>
</body>
</html>