-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
327 lines (304 loc) · 20.4 KB
/
search.html
File metadata and controls
327 lines (304 loc) · 20.4 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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="icon" href="./images/favicon.png" sizes="16x16 32x32" type="image/png">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<title>homeboze - Search Key word placeholder</title>
</head>
<body>
<header class="text-center tomato-bg text-white px-xl-3 remove-line">
<div class="header-contents flex-md justify-content-between">
<div class="brand p-3 ml-3 ml-md-0">
<h1 class="brand h3"><a href="./index.html"><i class="fas fa-home"></i> homeboze</a></h1>
</div>
<nav class="align-end-self">
<ul class="flex nav-lists jc-space-center">
<li class="nav-list-item"><a href="#"><i class="fa fa-search nav-icon"></i> <span class="d-none d-xl-inline">PROPERTIES</span></a></li>
<li class="nav-list-item"><a href="#"><i class="far fa-user nav-icon"></i> <span class="d-none d-xl-inline">ABOUT</span></a></li >
<li class="nav-list-item"><a href="#"><i class="fas fa-rss nav-icon"></i> <span class="d-none d-xl-inline">BLOG</span></a></li >
<li class="nav-list-item"><a href="#"><i class="fas fa-bars nav-icon"></i> <span class="d-none d-xl-inline">MORE...</span></a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="light-gray-bg my-4 p-3">
<div class="py-3">
<h2 class="h4 text-center font-weight-bolder text-secondary">Search Propery by including Keyword, Price, Location .....</h2>
<form action="." class="form-inline">
<div class="d-flex flex-wrap jc-space-center p-3">
<div class="d-flex">
<div class="form-check m-2">
<label class="form-check-label" for="sale">
<input class="form-check-input" type="radio" id="sale" name="sale" value="sale">Sale
</label>
</div>
<div class="form-check m-2">
<label class="form-check-label" for="rent">
<input class="form-check-input" type="radio" id="rent" name="rent" value="rent" checked> Rent
</label>
</div>
</div>
<div class="form-group m-2">
<label for="key-word" class="mr-2">Keyword</label>
<input type="text" name="key-word" class="form-control" id="key-word">
</div>
<div class="form-group m-2">
<label for="city" class="mr-2">City</label>
<select class="form-control" name="city" id="city" required>
<option value="" disabled selected>Select a City</option>
<option value="0">Kaduna</option>
<option value="1">Kano</option>
<option value="2">Abuja</option>
<option value="3">Katsina</option>
<option value="4">Kogi</option>
<option value="5">Sokoto</option>
<option value="6">Zamfara</option>
<option value="7">Borno</option>
<option value="8">Yobe</option>
<option value="9">Pleatue</option>
<option value="10">Taraba</option>
</select>
</div>
<div class="form-group m-2">
<label for="category" class="mr-2">Property Type</label>
<select class="form-control" name="catergory" id="category" required>
<option value="" disabled selected>Select a Category</option>
<option value="0">Bungalow</option>
<option value="1">Duplex</option>
<option value="2">Face-Me-I-Face-You</option>
<option value="3">General Compound Room and Palour</option>
</select>
</div>
<div class="form-group m-2">
<label for="address" class="mr-2">Address</label>
<input type="text" class="form-control" id="address" placeholder="Address or Neigborhood">
</div>
<div class="form-group m-2">
<label for="min-price" class="mr-2">Min. Price</label>
<input class="form-control" type="number" name="max-price" id="min-price" placeholder="Any">
</div>
<div class="form-group m-2">
<label for="max-price" class="mr-2">Max. Price</label>
<input class="form-control" type="number" name="min-price" id="max-price" placeholder="Any">
</div>
<div class="form-group m-2">
<label for="rooms" class="mr-2">Bed Rooms</label>
<input class="form-control" type="number" name="beds" id="rooms" placeholder="Any">
</div>
<div class="form-group m-2">
<label for="baths" class="mr-2">Bath Rooms</label>
<input class="form-control" type="number" name="baths" id="baths" placeholder="Any">
</div>
<div class="form-group">
<button class="btn btn-primary m-2">Search</button>
<button class="btn btn-warning text-white m-2"><i class="fas fa-eraser"></i> Clear Filter</button>
</div>
</div>
</form>
</div>
</section>
<section id="result-list" class="p-2">
<h2 class="h4 text-center font-weight-bolder text-secondary">Search Results Found 3 Properties</h2>
<div id="result-list-grid">
<div class="searched-item tomato-bg position-relative">
<div id="propItem-1" class="carousel slide" data-ride="carousel" data-interval="false">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#propItem-1" data-slide-to="0" class="active"></li>
<li data-target="#propItem-1" data-slide-to="1"></li>
<li data-target="#propItem-1" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<a href="./detail.html"><img class="w-100" src="./images/house-7.jfif" alt="Property Image"></a>
</div>
<div class="carousel-item">
<a href="./detail.html"><img class="w-100" src="./images/house-8.jfif" alt="Property Image"></a>
</div>
<div class="carousel-item">
<a href="./detail.html"><img class="w-100" src="./images/house-9.jfif" alt="Property Image"></a>
</div>
</div>
<span class="rent-or-sale d-inline-block p-2 tomato-bg text-light">For Rent</span>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#propItem-1" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#propItem-1" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<div class="description p-2">
<ul class="property-attributes text-light">
<li class="h5 my-0 mb-1"><span class="key font-weight-bolder">NAME:</span> <span class="value">Uskay Home.</span></li>
<li class="mb-1"><span class="key font-weight-bolder">LOCATION:</span> <span class="value"><i class="fas fa-map-marker-alt"></i> No 12 Dushe waje, Ung Mal Suleiman. Near some an undisclose place. Don't be afraid</span></li>
<li class="mb-1"><span class="key font-weight-bolder">PRICE:</span> <span class="value">$3,000,000,000</span></li>
<li class="mb-1"><span class="key font-weight-bolder">BEDS:</span> <span class="value">5</span></li>
<li class="mb-1"><span class="key font-weight-bolder">BATHS:</span> <span class="value">5</span></li>
<li class="mb-1"><span class="key font-weight-bolder">AREA:</span> <span class="value">3 plots.</span></li>
</ul>
</div>
</div>
<div class="searched-item tomato-bg position-relative">
<div id="propItem-2" class="carousel slide" data-ride="carousel" data-interval="false">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#propItem-2" data-slide-to="0" class="active"></li>
<li data-target="#propItem-2" data-slide-to="1"></li>
<li data-target="#propItem-2" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<a href="./detail.html"><img class="w-100" src="./images/house-7.jfif" alt="Property Image"></a>
</div>
<div class="carousel-item">
<a href="./detail.html"><img class="w-100" src="./images/house-8.jfif" alt="Property Image"></a>
</div>
<div class="carousel-item">
<a href="./detail.html"><img class="w-100" src="./images/house-9.jfif" alt="Property Image"></a>
</div>
</div>
<span class="rent-or-sale d-inline-block p-2 tomato-bg text-light">For Rent</span>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#propItem-2" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#propItem-2" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<div class="description p-2">
<ul class="property-attributes text-light">
<li class="h5 my-0 mb-1"><span class="key font-weight-bolder">NAME:</span> <span class="value">Uskay Home.</span></li>
<li class="mb-1"><span class="key font-weight-bolder">LOCATION:</span> <span class="value"><i class="fas fa-map-marker-alt"></i> No 12 Dushe waje, Ung Mal Suleiman. Near some an undisclose place. Don't be afraid</span></li>
<li class="mb-1"><span class="key font-weight-bolder">PRICE:</span> <span class="value">$3,000,000,000</span></li>
<li class="mb-1"><span class="key font-weight-bolder">BEDS:</span> <span class="value">5</span></li>
<li class="mb-1"><span class="key font-weight-bolder">BATHS:</span> <span class="value">5</span></li>
<li class="mb-1"><span class="key font-weight-bolder">AREA:</span> <span class="value">3 plots.</span></li>
</ul>
</div>
</div>
<div class="searched-item tomato-bg position-relative">
<div id="propItem-3" class="carousel slide" data-ride="carousel" data-interval="false">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#propItem-3" data-slide-to="0" class="active"></li>
<li data-target="#propItem-3" data-slide-to="1"></li>
<li data-target="#propItem-3" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<a href="./detail.html"><img class="w-100" src="./images/house-7.jfif" alt="Property Image"></a>
</div>
<div class="carousel-item">
<a href="./detail.html"><img class="w-100" src="./images/house-8.jfif" alt="Property Image"></a>
</div>
<div class="carousel-item">
<a href="./detail.html"><img class="w-100" src="./images/house-9.jfif" alt="Property Image"></a>
</div>
</div>
<span class="rent-or-sale d-inline-block p-2 tomato-bg text-light">For Sale</span>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#propItem-3" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#propItem-3" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<div class="description p-2">
<ul class="property-attributes text-light">
<li class="h5 my-0 mb-1"><span class="key font-weight-bolder">NAME:</span> <span class="value">Uskay Home.</span></li>
<li class="mb-1"><span class="key font-weight-bolder">LOCATION:</span> <span class="value"><i class="fas fa-map-marker-alt"></i> No 12 Dushe waje, Ung Mal Suleiman. Near some an undisclose place. Don't be afraid</span></li>
<li class="mb-1"><span class="key font-weight-bolder">PRICE:</span> <span class="value">$3,000,000,000</span></li>
<li class="mb-1"><span class="key font-weight-bolder">BEDS:</span> <span class="value">5</span></li>
<li class="mb-1"><span class="key font-weight-bolder">BATHS:</span> <span class="value">5</span></li>
<li class="mb-1"><span class="key font-weight-bolder">AREA:</span> <span class="value">3 plots.</span></li>
</ul>
</div>
</div>
</div>
</section>
</main>
<div class="footer black-bg text-white p-3">
<nav class="top-nav-footer d-flex flex-column flex-lg-row text-white text-center">
<ul class="nav flex-column flex-md-row justify-content-center justify-content-lg-between flex-grow-1 border-top border-bottom my-3">
<li class="nav-item"><a href="#" class="nav-link">HOME</a></li>
<li class="nav-item"><a href="#" class="nav-link">SEARCH</a></li>
<li class="nav-item"><a href="#" class="nav-link">ABOUT US</a></li>
<li class="nav-item"><a href="#" class="nav-link">ADVERTISE</a></li>
</ul>
<div class="mid-footer-box rounded-circle d-inline-block">
<a href="#" class="nav-link">
<i class="fas fa-home mid-footer-icon"></i>
</a>
</div>
<ul class="nav flex-column flex-md-row justify-content-center justify-content-lg-between flex-grow-1 border-top border-bottom my-3">
<li class="nav-item"><a href="#" class="nav-link">FACEBOOK</a></li>
<li class="nav-item"><a href="#" class="nav-link">TWITTER</a></li>
<li class="nav-item"><a href="#" class="nav-link">BLOG</a></li>
<li class="nav-item"><a href="#" class="nav-link">GOOGLE +</a></li>
</ul>
</nav>
<nav class="middle-nav-footer text-center pt-3">
<ul class="flex-md">
<li class="mid-nav-item p-2">
<h4 class="heading-5 font-weight-bolder">SUBSCRIBE</h4>
<form action=".">
<div class="flex px-3">
<input class="subscribe-input w-75 p-2" type="email" name="subs" placeholder="youremail@example.com">
<input class="subscribe-input w-25 p-2 bg-secondary text-white" type="submit" value="send">
</div>
</form>
</li>
<li class="mid-nav-item p-2">
<h4 class="heading-5 font-weight-bolder">CONTACT</h4>
<address>
We are located at No: 12, Gombe road, cooperative kaduna. You can contact us
at <a class="text-tomato" href="mailto:webmaster@example.com">homboze@example.ng.</a>
</address>
</li>
<li class="mid-nav-item p-2">
<h4 class="heading-5 font-weight-bolder">ABOUT</h4>
<p>
homeboze is an online directory site that offers you a marketplace to rent or buy Real estate
properties from credible agents by listing available properties close to your location and also
tailored to you need. <a href="#" class="text-tomato">Learn more.</a>
</p>
</li>
</ul>
</nav>
</div>
<footer class="footer bottom-nav-footer p-3">
<nav class="d-flex flex-column flex-lg-row justify-content-between">
<ul class="d-flex mb-3 mb-lg-0">
<li class="mr-3"><a href="#"><i class='fab fa-telegram-plane footer-brand-icon'></i></a></li>
<li class="mr-3"><a href="#"><i class='fab fa-twitter footer-brand-icon'></i></a></li>
<li class="mr-3"><a href="#"><i class='fab fa-pinterest footer-brand-icon'></i></a></li>
<li class="mr-3"><a href="#"><i class='fab fa-instagram footer-brand-icon'></i></a></li>
<li class="mr-3"><a href="#"><i class='fab fa-facebook-f footer-brand-icon'></i></a></li>
</ul>
<ul class="right-bottom-nav-lists d-flex flex-column flex-md-row">
<li>
© 2020 This site is designed as part of the capstone asignment at microverseinc.
</li>
<li class="my-3 mx-md-2 my-md-0">
DESIGN IDEA BY <i class='fas fa-pencil-ruler'></i> <span><a class="text-link" href="https://www.behance.net/mathewnjuguna">Mathew Njuguna and others on Behance</a></span>
</li>
</ul>
</nav>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>