-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSearch.html
432 lines (339 loc) · 17.1 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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="style.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@100&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<script src="https://kit.fontawesome.com/5b1eeceadd.js" crossorigin="anonymous"></script>
<title>Online-electronic-shop</title>
</head>
<body>
<!--header section-->
<header class="header">
<!--Navigation bar-->
<div class="navcont eclipse-bg text-light">
<nav class="nav flex align-1 py-2">
<div class="navlogo flex align-1">
<i class="fab fa-shopify cabaret-color fa-2x mr-3 n-logo"></i>
<h3 class="lato text-light logo-heading">Super electronics</h3>
</div>
<ul class="nav-list flex align-1 list-unstyled pt-1">
<li class="mr-2"><a href="index.html" class="cabaret-color nav-link"><i class="fas fa-home mr-1"></i>Home</a></li>
<li class="mr-2"><a href="Search.html" class="defgrey nav-link"><i class="fas fa-clipboard-list mr-1"></i>Collections</a></li>
<li ><a href="" class="defgrey nav-link d-none d-md-block"><i class="fas fa-shopping-cart mr-1"></i>Purchase List</a></li>
</ul>
<button class="post-add cabaret-bg text-white">Post an ad</button>
<div class="user-items flex align-1">
<i class="fas fa-envelope-open-text mr-4 defgrey"></i>
<i class="fas fa-user-circle fa-2x text-white user"></i>
</div>
</nav>
</div>
</header>
<!--End of header-->
<!--start of display and search section-->
<section class="display flex align-2">
<h1 class="lato text-white d-head">Super Electronics</h1>
<h3 class="catamaran text-white mt-3 d-body">Best gadets, best value, excellent service</h3>
<div class="inputcont text-center mt-4">
<select class="select input-item" name="select">
<option value="Desktop">Desktops</option>
<option value="Laptops">Laptops</option>
<option value="Smartphones">Smartphones</option>
<option value="smartwatches">Smartwatches</option>
<option value="others">Other Products</option>
</select>
<input type="text" placeholder="What do you search for?" class="lato input-item mt-2">
<input type="text" placeholder="Where?" class="lato input-item mt-2 mb-4">
<a href="Search.html" class="searchbtn eclipse-bg text-white px-3 py-2">Search</a>
</div>
</section>
<!--end of display and search section-->
<!--start of search section-->
<section class="search-items mb-5">
<div class="row search-cont m-auto">
<div class="col-lg-4 option">
<h2 class="filters-title mt-4">Select search:</h2>
<div class="underline"></div>
<form action="filters" class="top-filter flex mt-4">
<div class="form-group mr-4 ml-5 form-1">
<input class="check-spacing" type="checkbox" id="new" name="new" value="new">
<label class="check-spacing" for="new"> New</label><br>
</div>
<div class="form-group">
<input class="check-spacing" type="checkbox" id="used" name="used" value="used">
<label class="check-spacing" for="used"> Used</label><br>
</div>
</form>
<h2 class="filters-title">Type</h2>
<div class="underline"></div>
<form action="type" class="type-check check-spacing">
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="b-new">
<label class="check-spacing" for="b-new"> Brand-New</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="sec-hand" >
<label class="check-spacing" for="sec-hand"> Second-Hand</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="refub">
<label class="check-spacing" for="refub"> Re-furbished</label><br>
</div>
</form>
<h2 class="filters-title">Categories</h2>
<div class="underline"></div>
<form action="filters" class="inches-check check-spacing">
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="desktop">
<label class="check-spacing" for="desktop">Desktops</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="laptop" >
<label class="check-spacing" for="laptop"> Laptop</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="Smartphones">
<label class="check-spacing" for="Smartphones">Smartphones</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="smartwatches">
<label class="check-spacing" for="smartwatches">Smartwatches</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="other" >
<label class="check-spacing" for="other">Other Products</label><br>
</div>
</form>
<h2 class="filters-title">Price Range</h2>
<div class="underline"></div>
<form action="filters" class="price-check check-spacing">
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="low">
<label class="check-spacing" for="low">0$-300$</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="mid">
<label class="check-spacing" for="mid">300$-1000$ </label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="high">
<label class="check-spacing" for="high">1000$-1500$</label><br>
</div>
<div class="form-group mr-2">
<input class="check-spacing mr-3" type="checkbox" id="expensive">
<label class="check-spacing" for="expensive">1500$++</label><br>
</div>
</form>
<button class="search-all py-2 cabaret-bg text-white">Search</button>
</div>
<!--display Products section-->
<div class="col-lg-8">
<h2 class="lato product-d mt-4">7 Results for "acer" at helsinki in Category laptops & desktops</h2>
<hr>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/desktop-3.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/desktop-1.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/desktop-2.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/desktop-4.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/laptop-1.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/laptop-2.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="large-card d-md-flex d-block mt-4 p-3">
<img src="images/laptop-3.jpeg" alt="img" class="large-img mr-4">
<div class="card-text">
<div class="headicon flex align-1">
<h3 class="lato product-d-head ">Acer smart desktop</h3>
<i class="fas fa-plus cabaret-color"></i>
</div>
<h4 class="lato product-d-tag cabaret-color ">New for Sale</h4>
<p class="catamaran text-justify">Acer smart desktop combines a slim and stylish design with good performance and up to 17 hours of battery life. An easy-to-carry and powerful computer for anyone who is always on the go and doing long days at work or study.</p>
<h5 class="lato product-d-location cabaret-color ">Location : Helsinki, Finland</h5>
<div class="bottom-item flex align-1">
<h4 class="lato product-d-tag">Posted: 13.04.2020</h4>
<button class="bottom-btn cabaret-bg text-white"> 250$</button>
</div>
</div>
</div>
<div class="pagination-sec mt-4">
<ul class="pagination list-unstyled">
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">1</a></li>
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">2</a></li>
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">3</a></li>
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">4</a></li>
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">5</a></li>
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">6</a></li>
<li class="mr-3 bg-danger p-2"><a href="#" class="text-white">7</a></li>
<li class="bg-danger p-2"><a href="" class="text-white">...</a></li>
</ul>
</div>
</div>
</div>
</section>
<hr>
<!-- start of footer-->
<footer class="footer py-4">
<div class="footer-cont m-auto d-lg-flex d-md-block d-block ">
<div class="footer-des full-flex">
<div class="d-flex">
<i class="fab fa-shopify cabaret-color fa-2x mr-3 n-logo"></i>
<h3 class="lato logo-heading">Super electronics</h3>
</div>
<p class="text-justify catamaran mt-3">Super Electronics is a dedicated online store for electronics. We sell all kind of electronics products. User can find used, new and refubrished products in this store. We always aim to provide the best service within budget.</p>
</div>
<div class="catagories ml-5 lato">
<h3 class="ml-1 mb-3 category">Categories</h3>
<div class="underline"></div>
<div class="ul-cont d-flex justify-content-start">
<ul class="first-ul mr-3 lato list-unstyled">
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Desktops</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Laptops</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Smartphones</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Smart-Watches</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Watches</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Rams</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Cables</a></li>
</ul>
<ul class="second-ul lato list-unstyled ">
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Mouse</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Keyboards</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Sound-systems</a></li>
<li class="mb-2 mr-2"><a href="#" class="cabaret-color foot-link">Theater</a></li>
</ul>
</div>
</div>
<div class="footer-nav full-flex ml-5 lato">
<h3 class="mb-3 navi">Navigation</h3>
<div class="underline"></div>
<ul class="third-ul lato list-unstyled ">
<li class="mb-2 mr-2"><a href="" class="cabaret-color foot-link">Home</a></li>
<li class="mb-2 mr-2"><a href="" class="cabaret-color foot-link">Search</a></li>
<li class="mb-2 mr-2"><a href="" class="cabaret-color foot-link">Contact</a></li>
<li class="mb-2 mr-2"><a href="" class="cabaret-color foot-link">About</a></li>
<li class="mb-2 mr-2"><a href="" class="cabaret-color foot-link">FAQ</a></li>
</ul>
</div>
<div class="footer-btns full-flex mt-5">
<div class="usa flex align-1">
<p class="mr-4">Country</p> <button class="transparent cabaret-color">USA</button>
</div>
<div class="english flex mt-3 align-1">
<p class="mr-4">Language</p> <button class="transparent cabaret-color">English</button>
</div>
<div class="currency flex mt-3 align-1">
<p class="mr-4">Currency</p> <button class="transparent cabaret-color">USD</button>
</div>
</div>
</div>
<hr>
<div class="footer-bottom flex align-1 m-auto">
<p>Copyright 2020 All Rights Reserved. Super Electronics.</p>
<div class="socialicon flex">
<i class="fab fa-instagram fa-2x mr-2 cabaret-color"></i>
<i class="fab fa-facebook-square fa-2x mr-2 cabaret-color"></i>
<i class="fab fa-twitter-square fa-2x mr-2 cabaret-color"></i>
<i class="fab fa-linkedin fa-2x cabaret-color"></i>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>