-
Notifications
You must be signed in to change notification settings - Fork 0
/
item_list.html
565 lines (516 loc) · 22 KB
/
item_list.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TakshanDecors</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="We Bring The Wooden Legacy Back." />
<meta name="keywords" content="wood work, wooden sculptures, wood, traditional wood work" />
<meta name="author" content="msunij" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO
Website: http://freehtml5.co/
Email: [email protected]
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/logo.png">
<!-- Google Webfont -->
<!-- <link href='http://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'> -->
<!-- Themify Icons -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Superfish -->
<link rel="stylesheet" href="css/superfish.css">
<!-- Easy Responsive Tabs -->
<link rel="stylesheet" href="css/easy-responsive-tabs.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- START #fh5co-header -->
<header id="fh5co-header-section" role="header" style="position: fixed !important" >
<div class="container">
<!-- <div id="fh5co-menu-logo"> -->
<!-- START #fh5co-logo -->
<h1 id="fh5co-logo" class="pull-left"><a href="index.html"><img src="images/namelogosmall.png" alt="TakshanDecors"></a></h1>
<!-- START #fh5co-menu-wrap -->
<nav id="fh5co-menu-wrap" role="navigation">
<ul class="sf-menu" id="fh5co-primary-menu">
<li>
<a href="#" class="fh5co-sub-ddown">
<div class="boxed">Categories</div></a>
<ul class="fh5co-sub-menu">
<li><a href="./item_list.html#sculp">Single piece wooden sculptures</a></li>
<li><a href="./item_list.html#jewel">Antique jewel boxes</a></li>
<li><a href="./item_list.html#kitchen">Kitchen Utensils</a></li>
<li><a href="./item_list.html#rackstand">Racks & Stands</a></li>
<li><a href="./item_list.html#showpiece">Showcase pieces</a></li>
<li><a href="./item_list.html#autobot">Autobots</a></li>
</ul>
</li>
<li><a href="#contactus">
<div class="boxed">Contact Us</div>
</a></li>
</ul>
</nav>
<!-- </div> -->
</div>
</header>
<div id="fh5co-hero" style="background-image: url(images/coverlogosmall.jpg);">
<!--
<div id="banner">
<div id="banner-content">
<div style="float: left; font-size: 20px;" class="pull-left">
TakshanDecors
</div>
<div style="float: right">
<div style="display: inline-block; padding-left: 5px; padding-right: 5px;" class="boxed" id="boxcat">
cat
</div>
<div style="display: inline-block; padding-left: 5px; padding-right: 5px;" class="boxed" id="boxcont">
Contact Us
</div>
</div>
</div>
</div>
-->
<div class="overlay"></div>
<a href="#fh5co-main" class="smoothscroll fh5co-arrow to-animate hero-animate-4"><i class="ti-angle-down"></i></a>
<!-- End fh5co-arrow -->
<div class="container">
<div class="col-md-12">
<div class="fh5co-hero-wrap">
<div class="fh5co-hero-intro">
<h1 class="to-animate hero-animate-1"></h1><!--moto to be placed here -->
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-main">
<div class="fh5co-cards">
<div class="container-fluid">
<div class="row animate-box">
<div class="col-md-12 heading text-center" id="sculp"><h2>Single piece wooden sculptures</h2></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#sculp">
<img src="images/Sculpture1.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Sculptures</h3>
<p>Designed by artist Mathew, renowned scultpture expert, created from single wood
piece, wood roots with his expertise. A luxury art exclusively from
TakshanDecors. Price ranges from 15,000/-.</p>
<div style="float: left">₹ 15000+</div>
<div style="float: right">30~50inches</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#sculp">
<img src="images/Sculpture5.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Sculptures</h3>
<p>Designed by artist Mathew, renowned scultpture expert, created from single wood
piece, wood roots with his expertise. A luxury art exclusively from
TakshanDecors. Price ranges from 15,000/-.</p>
<div style="float: left">₹ 15000+</div>
<div style="float: right">30~50inches</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#sculp">
<img src="images/Sculpture3.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Sculptures</h3>
<p>Designed by artist Mathew, renowned scultpture expert, created from single wood
piece, wood roots with his expertise. A luxury art exclusively from
TakshanDecors. Price ranges from 15,000/-.</p>
<div style="float: left">₹ 15000+</div>
<div style="float: right">30~50inches</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#sculp">
<img src="images/Sculpture4.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Sculptures</h3>
<p>Designed by artist Mathew, renowned scultpture expert, created from single wood
piece, wood roots with his expertise. A luxury art exclusively from
TakshanDecors. Price ranges from 15,000/-.</p>
<div style="float: left">₹ 15000+</div>
<div style="float: right">30~50inches</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END fhtco-main -->
<div id="fh5co-main">
<div class="fh5co-cards">
<div class="container-fluid">
<div class="row animate-box">
<div class="col-md-12 heading text-center" id="jewel"><h2>Antique jewel boxes</h2></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card">
<img src="images/jewelsmall.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Single Jewel Box(S)</h3>
<p>Single jewel box, acts as a perfect carrier for jewels like rings, studs, bangles etc.
This traditional wooden box will grab the minds of your perfect one. Perfect gift
for marriage occasion.</p>
<div style="float: left">₹ 300</div>
<div style="float: right">11.5X7X8 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card">
<img src="images/jewel4.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Hand Carved Jewel Box(M)</h3>
<p>Hand carved jewel box, acts as a perfect carrier for single piece jewels like rings,
studs, bangles, necklace etc. This traditional wooden box will grab the minds of
your perfect one.</p>
<div style="float: left">₹ 450</div>
<div style="float: right">18X13X6 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#jewel">
<img src="images/jewel5.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Foldable Jewel Box(M)</h3>
<p>Three container Folding jewelry box with brass hinges and wooden handles having
authentic rustic finish. Traditional designs skilfully engraved. Perfect gift for
marriage occasion.</p>
<div style="float: left">₹ 599</div>
<div style="float: right">13X9X11.5 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#jewel">
<img src="images/jewel2.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Four Drawer Jewelry Box(L)</h3>
<p>4 -Drawer Jewelry Organizer, perfect for keeping jewels conveniently stored on a
dresser or at the vanity. Features 4 drawers with soft ivory trays that showcase and
protect your jewelry. This beauty will steal the heart of any woman.</p>
<div style="float: left">₹ 999</div>
<div style="float: right">23X12X25 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#jewel">
<img src="images/jewel3.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Engraved Jewel Box(L)</h3>
<p>Large jewel box engraved with traditional artwork that depicts the rich Indian
culture. Can be used as a container for big ornaments. It will act as a queen in your
wardrobe.</p>
<div style="float: left">₹ 799</div>
<div style="float: right">25.5X15X6 cm</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END fhtco-main -->
<div id="fh5co-main">
<div class="fh5co-cards">
<div class="container-fluid">
<div class="row animate-box">
<div class="col-md-12 heading text-center" id="kitchen"><h2>Kitchen Utensils</h2></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#kitchen">
<img src="images/chapati.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Chappathi Box (L, M)</h3>
<p>Wooden Chapati Box for Home, handcrafted by skilled artists from Seasoned
Sheesham Wood with premium finishing. Besides being a kitchen utility it
provides a great aesthetic beauty in your dinner table.</p>
<div style="float: left">M-₹ 849 L-₹ 1249</div>
<div style="float: right">M-18X9cm L-22X11cm</div>
<div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#kitchen">
<img src="images/masalabox.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Masala Box</h3>
<p>Wooden Spice Box used to store spices, perfect for the kitchen. It is a
multi-purpose container which can be used to store dry fruits, Keep jewellery and
other small items. Perfect decor for the dinner table.</p>
<div style="float: left">₹ 799</div>
<div style="float: right">21X21X5 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#kitchen">
<img src="images/TeaTray.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Serving Tray(L, M, S)</h3>
<p>High quality wooden tray for making the task of serving elegant and to add beauty
to you dining table. Small, medium and large sizes are available with tea coaster
set.(Pack contains tray set L,M,S and tea coaster set).</p>
<div style="float: left">₹ 1199</div>
<div style="float: right">S: 35X17X4cm M:39X26X5cm L:48X32X6cm</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END fhtco-main -->
<div id="fh5co-main">
<div class="fh5co-cards">
<div class="container-fluid">
<div class="row animate-box">
<div class="col-md-12 heading text-center" id="rackstand"><h2>Racks & Stands</h2></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#rackstand">
<img src="images/bANGLESTAND1.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Bangle Stand</h3>
<p>Takshan presents unique stylish bangle stand made up of high grade sheesham
wood. Arrange your bangles in nine branches decoratively. Best gift for any
occasion.</p>
<div style="float: left">₹ 249</div>
<div style="float: right">39X12 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#rackstand">
<img src="images/CIRCULARKEYRACK.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Circular Key Holder</h3>
<p>Takshan’s Round Shaped Wooden key holder, hand carved with traditional
techniques by the rural artists of India, Can be easily hung with the help of a
hook given behind it.</p>
<div style="float: left">₹ 169</div>
<div style="float: right">13.5cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#rackstand">
<img src="images/magrack.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Magazine Rack</h3>
<p>Cool and stylish design which is suitable for newspaper, magazines etc. Helps to
keep the drawing room simple and stylish. A must have utility in your daily life.</p>
<div style="float: left">₹ 559</div>
<div style="float: right">31X20X31 cm</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END fhtco-main -->
<div id="fh5co-main">
<div class="fh5co-cards">
<div class="container-fluid">
<div class="row animate-box">
<div class="col-md-12 heading text-center" id="showpiece"><h2>Showcase pieces</h2></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#showpiece">
<img src="images/fLOWERVASE.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Flower Vase</h3>
<p>Takshan designs and carve different types of wooden flower vases. These wooden
products are crafted by dexterous and creative artists. Ideal to be used as
decorative as well as gift items.</p>
<div style="float: left">₹ 149</div>
<div style="float: right">23X10 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#showpiece">
<img src="images/MONEYBANK.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Money Bank</h3>
<p>Hut shaped wooden money bank with key lock. Encourage your child to save their
earnings with this secure bank. Perfect birthday gift for your little one.</p>
<div style="float: left">₹ 249</div>
<div style="float: right">10X9X10.5 cm</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END fhtco-main -->
<div id="fh5co-main">
<div class="fh5co-cards">
<div class="container-fluid">
<div class="row animate-box">
<div class="col-md-12 heading text-center" id="autobot"><h2>Autobots</h2></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#autobot">
<img src="images/RollsRoyce.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Rolls Royce(L, M, S)</h3>
<p>Brand new collection from world of vintage. An antic model Rolls Royce car made
with wood. A perfect home decor item handmade by skilled professionals. Ideal
gift for vintage car lovers.One pack contains 3 cars of L M S sizes.</p>
<div style="float: left">₹ 799</div>
<div style="float: right">L:48cm M:39cm S:35cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#autobot">
<img src="images/bike.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Wooden Bike</h3>
<p>Handcrafted wooden display bike with detailed life like model. Model varies from
verities of chopper bikes. Great gift for motorcycle enthusiast.</p>
<div style="float: left">₹ 299</div>
<div style="float: right">19X5X10 cm</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 animate-box">
<a class="fh5co-card" href="./item_list.html#autobot">
<img src="images/Cyclerickshaw.jpg" alt="TakshanDecors Product Image" class="img-responsive">
<div class="fh5co-card-body">
<h3>Cycle Rickshaw</h3>
<p>Handcrafted antique real looking miniature of Cycle Rickshaw with moving
wheels made of steel and wood. The handle and seat of the rickshaw are made of
lightweight wood. It has been polished to give it antique look.</p>
<div style="float: left">₹ 499</div>
<div style="float: right">30X21X15 cm</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END fhtco-main -->
<footer role="contentinfo" id="fh5co-footer">
<a href="#" class="fh5co-arrow fh5co-gotop footer-box"><i class="ti-angle-up"></i></a>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 footer-box">
<h3 class="fh5co-footer-heading">Company</h3>
<ul class="fh5co-footer-links">
<li><a href="#aboutus">About</a></li>
<li><a href="#prod">Our Products</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 footer-box">
<h3 class="fh5co-footer-heading" id="contactus">Contact Us</h3>
<ul class="fh5co-footer-links">
<li><a>[email protected]</a></li>
<li><a>+91 7907-111-236</a></li>
<li><a>+91 8086-617-400</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-12 footer-box">
<h3 class="fh5co-footer-heading">Get in touch</h3>
<ul class="fh5co-social-icons">
<!--li><a href="#"><i class="ti-google"></i></a></li-->
<!--li><a href="#"><i class="ti-twitter-alt"></i></a></li-->
<li><a href="https://www.facebook.com/TakshanDecor/" target="_blank"><i class="ti-facebook"></i></a></li>
<li><a href="https://www.instagram.com/takshandecors/" target="_blank"><i class="ti-instagram"></i></a></li>
</ul>
</div>
<div class="col-md-12 footer-box text-center">
<div class="fh5co-copyright">
<p>© 2017 Takshan Decors. All Rights Reserved. <br>Designed by <a href="#" target="_blank">Takshan Colors</a> Images by: <a href="#">Takshan Shades</a></p>
</div>
</div>
</div>
<!-- END row -->
<div class="fh5co-spacer fh5co-spacer-md"></div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery-1.10.2.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.js"></script>
<!-- Owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Superfish -->
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<!-- Easy Responsive Tabs -->
<script src="js/easyResponsiveTabs.js"></script>
<!-- FastClick for Mobile/Tablets -->
<script src="js/fastclick.js"></script>
<!-- Parallax -->
<script src="js/jquery.parallax-scroll.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>