-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
367 lines (323 loc) · 20.3 KB
/
search.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
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<!--Bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>Zattix Capstone</title>
</head>
<body>
<nav class="sticky-top nav navbar navbar-expand-lg navbar-light bg-dark">
<i class="fas fa-warehouse text-danger fa-2x mx-2"></i>
<a class="text-white font-weight-bold mt-1" href="#"> The Warehouse </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active mx-lg-3">
<a class="nav-link text-secondary" href="index.html"><i class="fas fa-home"></i> Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-lg-3">
<a class="nav-link text-secondary" href="index.html"><i class="fas fa-th-large"></i> Collections </a>
</li>
<li class="nav-item mr-5">
<a class="nav-link text-secondary" href="index.html"><i class="fas fa-shopping-cart"></i> Purchase List </a>
</li>
<li class="nav-item mr-5 ">
<a href="#" class="btn btn-danger text-white font-weight-bold d-none d-lg-block">POST AN ADD</a>
</li>
</ul>
<ul class="navbar-nav ml-auto d-none d-lg-block d-lg-flex">
<li class="my-auto"><i class="fas fa-envelope messages text-secondary mx-2"></i></li>
<li class="user-name mx-2 my-auto"><a class="text-white" href="#">John Doe</a></li>
<li class="user-name mx-2"><i class="text-white fas fa-user-circle fa-2x"></i></li>
</ul>
</div>
</nav>
<header class="container-fluid col-12 mx-auto bg-danger">
<h2 class="text-white text-center text-md-center pt-3"> <i class="fas fa-warehouse text-white fa-2x mx-2"></i> The Warehouse</h2>
<p class="text-white text-center text-md-center"> Search Arround 124,000 items waiting to be sold! </p>
<div class="container-fluid col-12 d-flex pb-3 alignment mx-md-auto pb-sm-3">
<div class="dropdown col-5 col-md-4">
<a class="col-12 btn btn-primary bg-white border-white text-dark dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">All Departments
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">Electronics</a>
<a class="dropdown-item" href="#">Fashion</a>
<a class="dropdown-item" href="#">Automotives</a>
<a class="dropdown-item" href="#">Real State</a>
</div>
</div>
<div class="container col-7 ml-md-0 my-lg-0 d-flex d-md-flex">
<input class="col-10 form-control mr-sm-2 pl-1" type="search" placeholder="What do you search for?" aria-label="Search">
<a href="search.html" class="btn btn-outline-light col-2 my-sm-0 text-white text-center"><i class="fas fa-search"></i></a>
</div>
</div>
</header>
<main class="container-fluid filter d-md-flex">
<section class="filter-container rounded col-md-4 bg-white ">
<div class="filter-section">
<div class="state-filter">
<form action="filter" class="state-checkbox-filter flex mt-4">
<div class="new-checkbox-container ml-3">
<input type="checkbox" class="new-checkbox" id="new">
<label class="new-checkbox" for="new">New</label>
</div>
<div class="used-checkbox-container ml-3">
<input type="checkbox" class="used-checkbox" id="used">
<label class="used-checkbox" for="used">Used</label>
</div>
</form>
</div>
<div class="brand-filter">
<h3 class="ml-3 mt-3">Brand</h3>
<form action="filter" class="brand-checkbox-filter">
<div class="ngk-checkbox-container ml-3">
<input type="checkbox" class="ngk-checkbox" id="ngk">
<label class="ngk-checkbox" for="ngk">Apple</label>
</div>
<div class="bosch-checkbox-container ml-3">
<input type="checkbox" class="bosch-checkbox" id="bosch">
<label class="bosch-checkbox" for="bosch">Huawei</label>
</div>
<div class="denso-checkbox-container ml-3">
<input type="checkbox" class="denso-checkbox" id="denso">
<label class="denso-checkbox" for="denso">Motorola</label>
</div>
</form>
</div>
<div class="price-filter">
<h3 class="ml-3 mt-3">Price Range</h3>
<form action="filter" class="brand-checkbox-filter">
<div class="ten-checkbox-container ml-3">
<input type="checkbox" class="ten-checkbox" id="ten">
<label class="ten-checkbox" for="ten">10$ - 20$</label>
</div>
<div class="twenty-checkbox-container ml-3">
<input type="checkbox" class="twenty-checkbox" id="twenty">
<label class="bosch-checkbox" for="twenty">20$ - 30$</label>
</div>
<div class="thirdy-checkbox-container ml-3">
<input type="checkbox" class="thirdy-checkbox" id="thirdy">
<label class="thirdy-checkbox" for="thirdy">30$ - 40$</label>
</div>
<div class="forty-checkbox-container ml-3">
<input type="checkbox" class="forty-checkbox" id="forty">
<label class="forty-checkbox" for="forty">40$+</label>
</div>
</form>
</div>
<div class="delivery-filter">
<h3 class="ml-3 mt-3">Shipping Method</h3>
<form action="filter" class="brand-checkbox-filter">
<div class="courier-checkbox-container ml-3">
<input type="checkbox" class="courier-checkbox" id="courier">
<label class="courier-checkbox" for="courier">Courier</label>
</div>
<div class="mail-checkbox-container ml-3">
<input type="checkbox" class="mail-checkbox" id="mail">
<label class="mail-checkbox" for="mail">Mail</label>
</div>
<div class="pickup-checkbox-container ml-3">
<input type="checkbox" class="pickup-checkbox" id="pickup">
<label class="pickup-checkbox" for="pickup">Pick-up</label>
</div>
</form>
</div>
</div>
</section>
<section class="product-result-section col-md-8 my-lg-0">
<div class="result-count">
<span class="text-danger"><b>5</b> results for <b>"Apple"</b> search in <b>Near me</b> in the Category <b>Electronics</b></span>
</div>
<div class="product-result d-md-flex product-container">
<img class="img-fluid d-block mx-auto" src="https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/1280x1280/products/7500/18497/IMP-27-32-L17-321TB-8VC-E-2__56116__27178__09789.1592503683.jpg?c=2&imbypass=on" alt="spark plug">
<div class="product-description-container mt-5 ml-3">
<h3 class="text-danger">Apple iMac Pro Retina 5K 27-inch 3.0GHz 10-Core Intel Xeon W (Late 2017) MQ2Y2LL/A-BTO - Excellent Condition</h3>
<p class="">New</p>
<p class="">Apple iMac Pro
Retina 5K 27-inch 3.0GHz 10-Core Intel Xeon W (Late 2017) MQ2Y2LL/A
Platinum Coverage:
Signature Required for Delivery (Optional):
Bundle & Save: Work From Home Kit:
Keyboard (Optional):
Mouse (Optional):
CD/DVD Drive (Optional):</p>
<p class="product-location"><b>From</b> Laredo TX</p>
<div class="product-price-section flex">
<p class="product-price-result"><a class="text-danger font-weight-bold" href="#">$2050</a></p>
<a class="btn btn-danger btn-md" href="#">
<i class="fas fa-shopping-cart"></i> BUY NOW</a>
</div>
</div>
</div>
<div class="product-result d-md-flex product-container">
<img class="img-fluid d-block mx-auto" src="https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/1280x1280/products/7670/18848/MBP-15-27-L16RS-16512-2__47567__97398__29305.1532961132.1280.1280__94405.1595514724.jpg?c=2&imbypass=on&imbypass=on" alt="spark plug">
<div class="product-description-container mt-5 ml-3">
<h3 class="text-danger">Fair Condition*: Apple MacBook Pro 15-inch 3.1GHz Quad-core i7 (Retina, Mid 2017 Silver) MPTR2LL/A</h3>
<p class="product-state">USED</p>
<p class="product-description">Apple MacBook Pro
15-inch 3.1GHz Quad-core i7 (Retina, Mid 2017 Silver) MPTR2LL/A
Extension Cable (Optional):
Platinum Coverage:
Signature Required for Delivery (Optional):
Bundle & Save: Work From Home Kit:
Mouse (Optional):
Airpods (Optional):
Accessories (Optional):</p>
<p class="product-location"><b>From</b> El Paso TX</p>
<div class="product-price-section flex">
<p class="product-price-result"><a class="text-danger font-weight-bold" href="#">$1050</a></p>
<a class="btn btn-danger btn-md" href="#">
<i class="fas fa-shopping-cart"></i> BUY NOW</a>
</div>
</div>
</div>
<div class="product-result d-md-flex product-container">
<img class="img-fluid d-block mx-auto" src="https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/1280x1280/products/7595/18692/MBA-13-MAV-2__73361__09726__09735.1594213286.jpg?c=2&imbypass=on" alt="spark plug">
<div class="product-description-container mt-5 ml-3">
<h3 class="text-danger">Apple MacBook Air 13-inch 2.2GHz Core i7 (Mid 2017) MQD42LL/A</h3>
<p class="">New</p>
<p class="">13-inch 2.2GHz Core i7 (Mid 2017) MQD42LL/A
Dock Station (Optional):
Extension Cable (Optional):
Platinum Coverage:
Signature Required for Delivery (Optional):
Bundle & Save: Work From Home Kit:
Mouse (Optional):
Accessories (Optional):
CD/DVD Drive (Optional):
Protection (Optional):</p>
<p class="product-location"><b>From</b> Tijuana BC, MX</p>
<div class="product-price-section flex">
<p class="product-price-result"><a class="font-weight-bold text-danger" href="#">$1500</a></p>
<a class="btn btn-danger btn-md" href="#">
<i class="fas fa-shopping-cart"></i> BUY NOW</a>
</div>
</div>
</div>
<div class="product-result d-md-flex product-container">
<img class="img-fluid d-block mx-auto" src="https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/500x659/products/7308/18027/MBP-13R-YOS-2__48500__91868__23147.1590077238.jpg?c=2&imbypass=on" alt="spark plug">
<div class="product-description-container ml-4 mt-5">
<h3 class="text-danger">Apple MacBook Pro 13-inch 2.9GHz Core i5 (Retina, Early 2015) MF841LL/A 1</h3>
<p class="product-state">New</p>
<p class="product-description">Apple MacBook Pro
13-inch 2.9GHz Core i5 (Retina, Early 2015) MF841LL/A
Dock Station (Optional):
Protection (Optional):
Extension Cable (Optional):
Platinum Coverage:
Signature Required for Delivery (Optional):
Bundle & Save: Work From Home Kit:
Mouse (Optional):
Airpods (Optional):
Accessories (Optional):
Thunderbolt Port Accessories (Optional):
CD/DVD Drive (Optional):</p>
<p class="product-location"><b>From</b> St. Louis, MI</p>
<div class="product-price-section flex">
<p class="product-price-result"><a class="text-danger font-weight-bold" href="#">$500</a></p>
<a class="btn btn-danger btn-md" href="#">
<i class="fas fa-shopping-cart"></i>BUY NOW</a>
</div>
</div>
</div>
<div class="product-result d-md-flex product-container">
<img class="img-fluid d-block mx-auto" src="https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/500x659/products/6622/16665/ACC-KEYBOARD-NUM-2__04225__68199__16664.1532960719.1280.1280__81029.1576867680.jpg?c=2&imbypass=on" alt="spark plug">
<div class="product-description-container ml-4 mt-5">
<h3 class="text-danger">Apple Aluminum Keyboard with Numeric Keypad</h3>
<p class="">Used</p>
<p class="">Apple Aluminum Keyboard with Numeric Keypad
Condition: Refurbished</p>
<p class=""><b>From</b> San Fransisco California</p>
<div class="product-price-section flex">
<p class="text-danger font-weight-strong"><a class="text-danger font-weight-bold" href="#">$55</a></p>
<a class="btn btn-danger btn-md " href="#">
<i class="fas fa-shopping-cart"></i> BUY NOW</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="page-footer font-small bg-white stylish-color-dark pt-4">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Grid row -->
<div class="row">
<div class="col-md-4 mx-auto">
<a class="text-secondary font-weight-bold mt-1" href="#"><i class="fas fa-warehouse my-5 text-danger fa-2x mx-2"></i> The Warehouse </a>
<p>Here you can use rows and columns to organize your footer content. Lorem ipsum dolor sit amet,
consectetur
adipisicing elit.</p>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-md-2 mx-auto">
<!-- Links -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4 text-danger">Categories</h5>
<ul class="list-unstyled">
<li>
<a class="text-dark" href="#">Real Estate</a>
</li>
<li>
<a class="text-dark" href="#">Automotives</a>
</li>
<li>
<a class="text-dark" href="#">Electronics</a>
</li>
<li>
<a class="text-dark" href="#">Clothing</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4 text-danger">More</h5>
<ul class="list-unstyled">
<li>
<a class="text-dark" href="#">Fashion</a>
</li>
<li>
<a class="text-dark" href="#">Clothing</a>
</li>
<li>
<a class="text-dark" href="#">Food & Drinks</a>
</li>
<li>
<a class="text-dark" href="#">Kids</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4 text-danger">Help</h5>
<ul class="list-unstyled">
<li>
<a class="text-dark" href="">Help</a>
</li>
<li>
<a class="text-dark" href="#">Terms & Conditions</a>
</li>
<li>
<a class="text-dark" href="#">FAQ</a>
</li>
<li>
<a class="text-dark" href="#">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
<hr>
<p class="text-center footer-copyright py-3">
Copyright © 2015 Zattix.com. All Rights Reserved. Designed by Mohammed Awad.
</p>
</footer>
</body>
</html>