-
Notifications
You must be signed in to change notification settings - Fork 0
/
search-results.html
765 lines (648 loc) · 36.8 KB
/
search-results.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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Script added by Wentao Yan at 02/08/2018-->
<script src = "js/getUrlParam.js"></script>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Universal Your furniture Shop">
<meta name="author" content="Ondrej Svestka | ondrejsvestka.cz, modified by Shang Gao Deakin Uni June 2018.">
<meta name="keywords" content="">
<title>
Universal : Your Furniture Shop
</title>
<meta name="keywords" content="">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100' rel='stylesheet' type='text/css'>
<!-- styles -->
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<!-- theme stylesheet -->
<link href="css/style.default.css" rel="stylesheet" id="theme-stylesheet">
<!-- your stylesheet with modifications -->
<link href="css/custom.css" rel="stylesheet">
<script src="js/respond.min.js"></script>
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<!-- *** TOPBAR ***
_________________________________________________________ -->
<div id="top">
<div class="container">
<div class="col-md-6 offer" data-animate="fadeInDown">
<a href="#" class="btn btn-success btn-sm" data-animate-hover="shake">Offer of the day</a>
<a href="#">Get flat 35% off on orders over $500!</a>
</div>
<div class="col-md-6" data-animate="fadeInDown">
<ul class="menu">
<li><a href="#" data-toggle="modal" data-target="#login-modal">Login</a>
</li>
<li><a href="register.html">Register</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="Login" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="Login">Customer login</h4>
</div>
<div class="modal-body">
<form id="loginForm" method = "get" action="">
<div class="form-group">
<input type="text" class="form-control" id="loginEmail" name = "loginEmail" placeholder="email">
</div>
<div class="form-group">
<input type="password" class="form-control" id="loginPassword" name = "loginPassword" placeholder="password">
</div>
<p class="text-center">
<button type="button" id = "loginSubmit" onclick = "Login()" class="btn btn-primary"><i class="fa fa-sign-in"></i> Log in</button>
</p>
</form>
<p class="text-center text-muted">Not registered yet?</p>
<p class="text-center text-muted"><a href="register.html"><strong>Register now</strong></a>
! It is easy and done in 1 minute and gives you access to special discounts and much more!</p>
</div>
</div>
</div>
</div>
</div>
<!-- *** TOP BAR END *** -->
<!-- *** NAVBAR ***
_________________________________________________________ -->
<div class="navbar navbar-default yamm" role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="index.html" data-animate-hover="bounce">
<img src="img/logo.png" alt="Universal logo" class="hidden-xs">
<img src="img/logo-small.png" alt="Universal logo" class="visible-xs"><span class="sr-only">Universal - go to homepage</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-align-justify"></i>
</button>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#search">
<span class="sr-only">Toggle search</span>
<i class="fa fa-search"></i>
</button>
<a class="btn btn-default navbar-toggle" href="basket.php">
<i class="fa fa-shopping-cart"></i> <span class="hidden-xs">items in cart</span>
</a>
</div>
</div>
<!--/.navbar-header -->
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-left">
<li class="active"><a href="index.html">Home</a>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Shop <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="yamm-content">
<div class="row">
<div class="col-sm-6">
<h5>Furniture</h5>
<ul>
<li><a href="shop-furniture.html?value=Chairs">Chairs</a> <!-- href="shop-furniture.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=Beds">Beds</a><!-- href="shop-furniture.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=Tables">Tables</a><!-- href="shop-furniture.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=Storage">Storage</a><!-- href="shop-furniture.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
</ul>
</div>
<div class="col-sm-6">
<h5>Accessories</h5>
<ul>
<li><a href="shop-furniture.html?value=HomeDeco">Home Deco</a><!-- href="shop-accessories.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=TextilesRugs">Textiles & Rugs</a><!-- href="shop-accessories.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=Lighting">Lighting</a><!-- href="shop-accessories.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=PlantpotsStands">Plant pots & Stands</a><!-- href="shop-accessories.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Site <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="yamm-content">
<div class="row">
<div class="col-sm-3">
<h5>Shop</h5>
<ul>
<li><a href="index.html">Homepage</a>
</li>
<li><a href="shop-furniture.html?value=furniture">Shop - furniture</a> <!-- href="shop-furniture.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
<li><a href="shop-furniture.html?value=accessories">Shop - accessories</a> <!-- href="shop-furniture.html" has been changed to this by Wentao Yan at 30/07/2018 -->
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>User</h5>
<ul>
<li><a href="#" id = "register.html" onclick = "CheckLogin(this)" >Register / login</a>
</li>
<li><a href="#" id = "customer-orders.php" onclick = "CheckLogin(this)">Orders history</a>
</li>
<!--<li><a href="customer-order.php" onclick = "CheckLogin(this.value)">Order history detail</a>
</li> -->
<li><a href="#" id = "customer-account.php" onclick = "CheckLogin(this)">Customer account / change password</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Order process</h5>
<ul>
<li><a href="basket.php">Shopping cart</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Information</h5>
<ul>
<li><a href="aboutus.html">About us</a>
</li>
<li><a href="terms.html">Terms and conditions</a>
</li>
<li><a href="faq.html">FAQ</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.yamm-content -->
</li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<div class="navbar-buttons">
<div class="navbar-collapse collapse right" id="basket-overview">
<a href="basket.php" class="btn btn-primary navbar-btn"><i class="fa fa-shopping-cart"></i><span id="itemAmount" class="hidden-sm">3 items in cart</span></a>
</div>
<!--/.nav-collapse -->
<div class="navbar-collapse collapse right" id="search-not-mobile">
<button type="button" class="btn navbar-btn btn-primary" data-toggle="collapse" data-target="#search">
<span class="sr-only">Toggle search</span>
<i class="fa fa-search"></i>
</button>
</div>
</div>
<div class="collapse clearfix" id="search">
<form class="navbar-form" role="search">
<div class="input-group">
<input id = "searchtarget" type="text" class="form-control" placeholder="Search" onkeyup="showResult(this.value)">
<span class="input-group-btn">
<button type="button" class="btn btn-primary" onclick = "search()"><i class="fa fa-search"></i></button>
</span>
</div>
<div id="livesearch"></div>
</form>
</div>
<!--/.nav-collapse -->
</div>
<!-- /.container -->
</div>
<!-- /#navbar -->
<!-- *** NAVBAR END *** -->
<div id="all">
<div id="content">
<div class="container">
<div class="col-md-12">
<ul class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li id = "guideList">Search results</li>
</ul>
</div>
<!-- Several properties changed by Wentao Yan at 30/07/2018 -->
<div class="col-md-3">
<!-- *** MENUS AND FILTERS END *** -->
<div class="banner">
<a href="#">
<img src="img/banner.jpg" alt="sales 2014" class="img-responsive">
</a>
</div>
</div>
<!-- Several properties added by Wentao Yan at 31/07/2018 -->
<div class="col-md-9">
<div class="box">
<h1>Search Results</h1>
<p>These are the products based on your input.</p>
</div>
<div class="box info-bar">
<div class="row">
<div class="col-sm-12 col-md-4 products-showing">
Showing <strong id = "currentPageProduct">6</strong> of <strong id = "AmountofProduct">12</strong> products
</div>
<div class="col-sm-12 col-md-8 products-number-sort">
<div class="row">
<form class="form-inline">
<div class="col-md-6 col-sm-6">
<div class="products-number">
<strong>Show</strong>
<a href="#" id = "Limit6" class="btn btn-default btn-sm btn-primary">6</a> <!-- id added and href changed by Wentao Yan at 01/08/2018 -->
<a href="#" id = "Limit12" class="btn btn-default btn-sm">12</a> <!-- id added and href changed by Wentao Yan at 01/08/2018 -->
<a href="#" id = "LimitAll" class="btn btn-default btn-sm">All</a> <!-- id added and href changed by Wentao Yan at 01/08/2018 -->
products
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="products-sort-by">
<strong>Sort by</strong>
<select name="sort-by" class="form-control" > <!-- name added by Wentao Yan at 01/08/2018 -->
<option id = "default" value = "default" selected>Select sequence</option> <!-- new option added by Wentao Yan at 01/08/2018 -->
<option value = "1">Price: low-high</option> <!-- value added by Wentao Yan at 01/08/2018 -->
<option value = "2">Price: high-low</option> <!-- value added by Wentao Yan at 01/08/2018 -->
<!--<option>Sales first</option>-->
</select>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="row products">
<!-- Note: all images are referenced from https://www.fantasticfurniture.com.au/ at 06/08/2018 -->
<!-- commented added by Wentao Yan at 03/08/2018
<div class="col-md-4 col-sm-6">
<div class="product">
<div class="flip-container">
<div class="flipper">
<div class="front">
<a onclick href="detail.html">
<img src="img/product1.jpg" alt="" class="img-responsive" onclick = parseUrl(this)>
</a>
</div>
<div class="back">
<a onclick href="detail.html">
<img src="img/product1_2.jpg" alt="" class="img-responsive" onclick = parseUrl(this)>
</a>
</div>
</div>
</div>
<a href="detail.html" class="">
<img src="img/product1.jpg" alt="" class="img-responsive">
</a>
<div class="text">
<h3><a class = "name" onclick href="detail.html">!!!this place is for name!!!</a></h3>
<p class="price">$143.00</p>
<p class="buttons">
<a href="detail.html" class="btn btn-default" onclick = parseUrl(this)>View detail</a>
<a href="basket.html" class="btn btn-primary"><i class="fa fa-shopping-cart"></i>Add to cart</a>
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="product">
<div class="flip-container">
<div class="flipper">
<div class="front">
<a href="detail.html">
<img src="img/product2.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="back">
<a href="detail.html">
<img src="img/product2_2.jpg" alt="" class="img-responsive">
</a>
</div>
</div>
</div>
<a href="detail.html" class="invisible">
<img src="img/product2.jpg" alt="" class="img-responsive">
</a>
<div class="text">
<h3><a href="detail.html">Chair</a></h3>
<p class="price"><del>$280</del> $143.00</p>
<p class="buttons">
<a href="detail.html" class="btn btn-default">View detail</a>
<a href="basket.html" class="btn btn-primary"><i class="fa fa-shopping-cart"></i>Add to cart</a>
</p>
</div>
<div class="ribbon sale">
<div class="theribbon">SALE</div>
<div class="ribbon-background"></div>
</div>
<div class="ribbon new">
<div class="theribbon">NEW</div>
<div class="ribbon-background"></div>
</div>
<div class="ribbon gift">
<div class="theribbon">GIFT</div>
<div class="ribbon-background"></div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="product">
<div class="flip-container">
<div class="flipper">
<div class="front">
<a href="detail.html">
<img src="img/product3.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="back">
<a href="detail.html">
<img src="img/product3_2.jpg" alt="" class="img-responsive">
</a>
</div>
</div>
</div>
<a href="detail.html" class="invisible">
<img src="img/product3.jpg" alt="" class="img-responsive">
</a>
<div class="text">
<h3><a href="detail.html">Table</a></h3>
<p class="price">$143.00</p>
<p class="buttons">
<a href="detail.html" class="btn btn-default">View detail</a>
<a href="basket.html" class="btn btn-primary"><i class="fa fa-shopping-cart"></i>Add to cart</a>
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="product">
<div class="flip-container">
<div class="flipper">
<div class="front">
<a href="detail.html">
<img src="img/product3.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="back">
<a href="detail.html">
<img src="img/product3_2.jpg" alt="" class="img-responsive">
</a>
</div>
</div>
</div>
<a href="detail.html" class="invisible">
<img src="img/product3.jpg" alt="" class="img-responsive">
</a>
<div class="text">
<h3><a href="detail.html">Table</a></h3>
<p class="price">$143.00</p>
<p class="buttons">
<a href="detail.html" class="btn btn-default">View detail</a>
<a href="basket.html" class="btn btn-primary"><i class="fa fa-shopping-cart"></i>Add to cart</a>
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="product">
<div class="flip-container">
<div class="flipper">
<div class="front">
<a href="detail.html">
<img src="img/product2.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="back">
<a href="detail.html">
<img src="img/product2_2.jpg" alt="" class="img-responsive">
</a>
</div>
</div>
</div>
<a href="detail.html" class="invisible">
<img src="img/product2.jpg" alt="" class="img-responsive">
</a>
<div class="text">
<h3><a href="detail.html">Table</a></h3>
<p class="price">$143.00</p>
<p class="buttons">
<a href="detail.html" class="btn btn-default">View detail</a>
<a href="basket.html" class="btn btn-primary"><i class="fa fa-shopping-cart"></i>Add to cart</a>
</p>
</div>
<div class="ribbon new">
<div class="theribbon">NEW</div>
<div class="ribbon-background"></div>
</div> -->
<!-- /.ribbon -->
<!-- </div>
/.product -->
<!-- </div>
<div class="col-md-4 col-sm-6">
<div class="product">
<div class="flip-container">
<div class="flipper">
<div class="front">
<a href="detail.html">
<img src="img/product1.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="back">
<a href="detail.html">
<img src="img/product1_2.jpg" alt="" class="img-responsive">
</a>
</div>
</div>
</div>
<a href="detail.html" class="invisible">
<img src="img/product1.jpg" alt="" class="img-responsive">
</a>
<div class="text">
<h3><a href="detail.html">Chair</a></h3>
<p class="price">$143.00</p>
<p class="buttons">
<a href="detail.html" class="btn btn-default">View detail</a>
<a href="basket.html" class="btn btn-primary"><i class="fa fa-shopping-cart"></i>Add to cart</a>
</p>
</div>
<div class="ribbon gift">
<div class="theribbon">GIFT</div>
<div class="ribbon-background"></div>
</div>
</div>
/.product
</div>
end of comments by Wentao Yan -->
</div>
<!-- /.products -->
<div class="pages">
<!--
<p class="loadMore">
<a href="#" class="btn btn-primary btn-lg"><i class="fa fa-chevron-down"></i> Load more</a>
</p>
-->
<ul class="pagination" >
<li><a id = "pre" href="#">«</a> <!-- id added by Wentao Yan at 01/08/2018 -->
</li>
<!-- commented added by Wentao Yan at 04/08/2018
<li class="active"><a href="#">1</a>
</li> s
page: <li id = "test"></li> -->
<!-- <li><a href="#" >2</a>
</li>
<li><a href="#" >3</a>
</li>
<li><a href="#" >4</a>
</li>
<li><a href="#" >5</a>
</li>
end of comments by Wentao Yan -->
<li><a id = "next" href="#">»</a> <!-- id added by Wentao Yan at 01/08/2018 -->
</li>
</ul>
</div>
</div>
<!-- /.col-md-9 -->
</div>
<!-- /.container -->
</div>
<!-- /#content -->
<!-- *** FOOTER ***
_________________________________________________________ -->
<div id="footer" data-animate="fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<h4>Information</h4>
<ul>
<li><a href="aboutus.html">About us</a>
</li>
<li><a href="terms.html">Terms and conditions</a>
</li>
<li><a href="faq.html">FAQ</a>
</li>
<li><a href="contact.html">Contact us</a>
</li>
</ul>
<hr>
<h4>User section</h4>
<ul>
<li><a href="#" data-toggle="modal" data-target="#login-modal">Login</a>
</li>
<li><a href="register.html">Register</a>
</li>
</ul>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Top categories</h4>
<h5>Furniture</h5>
<ul>
<li><a href="shop-furniture.html?value=Chairs" >Chairs</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
<li><a href="shop-furniture.html?value=Beds">Beds</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
<li><a href="shop-furniture.html?value=Tables">Tables</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
<li><a href="shop-furniture.html?value=Storage">Storage</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
</ul>
<h5>Accessories</h5>
<ul>
<li><a href="shop-furniture.html?value=HomeDeco">Home Deco</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
<li><a href="shop-furniture.html?value=TextilesRugs">Textiles & Rugs</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
<li><a href="shop-furniture.html?value=Lighting">Lighting</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
<li><a href="shop-furniture.html?value=PlantpotsStands">Plant pots & Stands</a><!-- href changed by Wentao Yan at 01/08/2018 -->
</li>
</ul>
<hr class="hidden-md hidden-lg">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Where to find us</h4>
<p><strong>Universal Ltd.</strong>
<br>500 Main Street
<br>Geelong
<br>Victoria 3200
<br>
<strong>Australia</strong>
</p>
<a href="contact.html">Go to contact page</a>
<hr class="hidden-md hidden-lg">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Stay in touch</h4>
<p class="social">
<a href="#" class="facebook external" data-animate-hover="shake"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter external" data-animate-hover="shake"><i class="fa fa-twitter"></i></a>
<a href="#" class="instagram external" data-animate-hover="shake"><i class="fa fa-instagram"></i></a>
<a href="#" class="gplus external" data-animate-hover="shake"><i class="fa fa-google-plus"></i></a>
<a href="#" class="email external" data-animate-hover="shake"><i class="fa fa-envelope"></i></a>
</p>
</div>
<!-- /.col-md-3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /#footer -->
<!-- *** FOOTER END *** -->
<!-- *** COPYRIGHT ***
_________________________________________________________ -->
<div id="copyright">
<div class="container">
<div class="col-md-6">
<p class="pull-left">© 2018 Universal Ltd.</p>
</div>
<div class="col-md-6">
<p class="pull-right">Template by <a href="https://bootstrapious.com/e-commerce-templates">Bootstrapious.com</a>
<!-- Not removing these links is part of the license conditions of the template. Thanks for understanding :) If you want to use the template without the attribution links, you can do so after supporting further themes development at https://bootstrapious.com/donate -->
</p>
</div>
</div>
</div>
<!-- *** COPYRIGHT END *** -->
</div>
<!-- /#all -->
<!-- *** SCRIPTS TO INCLUDE ***
_________________________________________________________ -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/bootstrap-hover-dropdown.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/front.js"></script>
<!-- added by shang for range slider-->
<!-- range slider plugins.js -->
<script src="js/plugins.js"></script>
<!-- range slider Active js -->
<script src="js/active.js"></script>
<!-- Script added by Wentao Yan at 02/09/2018-->
<script src = "js/getSearchProducts.js"></script>
<script src = "php/functions.inc.php?action=showAmount"></script>
<script src="js/ValidateInput.js"></script>
</body>
</html>