-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkitchen-recipes.html
More file actions
684 lines (654 loc) · 36.6 KB
/
Copy pathkitchen-recipes.html
File metadata and controls
684 lines (654 loc) · 36.6 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<!-- favicon -->
<!--<link href="assets/img/favicon.ico" rel="shortcut icon" type="image/x-icon" />-->
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Oxygen:100,300,400,700" rel="stylesheet">
<!-- css -->
<link href="assets/css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/vendor/bootstrap-theme.css" rel="stylesheet">
<link href="assets/css/vendor/slick.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body class="page-enagic">
<!-- THE page-header -->
<header class="page-header header-png">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 col-md-3">
<a class="logo" href="index.html"><img src="assets/img/icons/logo.png" alt=""></a>
</div>
<div class="col-xs-6 col-md-9">
<nav class="main-menu">
<ul>
<li class=""><a href="index.html">Home</a></li>
<li class="menu-item_outer active">
<a href="#" onclick="return false;">Uses</a>
<span class="head-li-mask"></span>
<ul class="menu-item_inner">
<span class="left-border"></span>
<span class="right-border"></span>
<span class="bottom-border"></span>
<li><a href="uses_greener_home.html">Home care</a></li>
<li><a href="personal-care.html">Personal care</a></li>
<li class="active"><a href="kitchen-greener.html">In The Kitchen</a></li>
<li><a href="garden-greener.html">In The Garden</a></li>
<li><a href="pets-greener_pet.html">For Your Pets</a></li>
<li><a href="water-types.html">5 Water Types</a></li>
</ul>
</li>
<li class="menu-item_outer">
<a href="#" onclick="return false;">Enagic</a>
<span class="head-li-mask"></span>
<ul class="menu-item_inner">
<span class="left-border"></span>
<span class="right-border"></span>
<span class="bottom-border"></span>
<li><a href="enagic_corporate.html">Enagic® Corporate</a></li>
<li class=""><a href="enagic_givesback.html">Enagic® Gives Back</a></li>
<li><a href="enagic_guidelines.html">Guidelines for Environment</a></li>
<li><a href="enagic.html">Certification</a></li>
</ul>
</li>
<li><a href="products.html">PRODUCTS</a></li>
<li><a href="video.html">video</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<!-- END main-menu -->
<div id="mobile-menu_btn" class="mobile-menu_btn">
<span></span>
<span></span>
<span></span>
</div>
<!-- END mobile-menu-btn -->
</div>
</div>
</div>
<nav class="secondary-menu ">
<h3>In The Kitchen</h3>
<ul>
<li><a href="kitchen-greener.html">Greener Kitchen</a></li>
<li><a href="kitchen-cleaner.html">Cleaner Produce
with Kangen Water®</a></li>
<li><a href="kitchen-cooking.html">Kangen Cooking</a></li>
<li><a href="kitchen-water.html">Kangen Water®
with a Twist</a></li>
<li><a href="kitchen-recipes.html" class="active">Recipes</a></li>
</ul>
</nav>
</header>
<!-- END page-header -->
<!-- THE mobile-menu -->
<div class="mobile-menu">
<div class="mobile-menu_app view_main">
<div class="mobile-menu_header">
<div class="mobile-menu_back">
<i class="icon-mobile-back"></i>
</div>
<div class="mobile-menu_close">
<i class="icon-mobile-close"></i>
</div>
</div>
<div class="mobile-menu_content">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li class="parent uses">
<a href="#">Uses<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li class="home_care care"><a href="#">home care<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="uses_greener_home.html" class="active">A Greener Home</a></li>
<li><a href="uses_green_laundering.html">Green Laundering</a></li>
<li><a href="uses_green_cleaning.html">Green Cleaning</a></li>
<li><a href="uses_green_dishes.html">Greener Dishes</a></li>
<li><a href="uses_home_recipes.html">Home Recipes</a></li>
</ul>
</li>
<li class="parent care1"><a href="#">personal care<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="personal-care.html" class="active">Personal Care</a></li>
<li><a href="personal-beauty.html">Green Beauty</a></li>
<li><a href="personal-fragrances.html">Green Fragrances</a></li>
<li><a href="personal-hair.html">Hair Care</a></li>
<li><a href="personal-recipes.html">Personal Care Recipes</a></li>
</ul>
</li>
<li class="kitchen care2"><a href="#">in the kitchen<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="kitchen-greener.html" class="active">Greener Kitchen</a></li>
<li><a href="kitchen-cleaner.html">Cleaner Produce
with Kangen Water®</a></li>
<li><a href="kitchen-cooking.html">Kangen Cooking</a></li>
<li><a href="kitchen-water.html">Kangen Water®
with a Twist</a></li>
<li><a href="kitchen-recipes.html">Recipes</a></li>
</ul>
</li>
<li class="garden care3"><a href="#">in the garden<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="garden-greener.html" class="active">Greener Garden</a></li>
<li><a href="garden-benefits.html">Benefits of Gardening</a></li>
<li><a href="garden-water.html">Gardening with
Kangen Water®</a></li>
<li><a href="garden-children.html">Benefits of Gardening
for Your Children</a></li>
<li><a href="garden-compost.html">Compost with
Kangen Water®</a></li>
</ul>
</li>
<li class="pets care4"><a href="#">for your pets<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="pets-greener_pet.html" class="active">Greener Pet</a></li>
<li><a href="pets-treatment.html">Flea & Tick Treatment</a></li>
<li><a href="pets-eliminate.html">Eliminate Pet Odor</a></li>
<li><a href="pets-hydration.html">Pet Hydration</a></li>
</ul>
</li>
<li><a href="water-types.html">five water types</a></li>
</ul>
</li>
<li class="parent enagic">
<a href="#">Enagic<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="enagic.html" class="active">Enagic® Corporate</a></li>
<li><a href="enagic_givesback.html">Enagic® Gives Back</a></li>
<li><a href="enagic_guidelines.html">Guidelines for Environment</a></li>
<li><a href="enagic.html">Certification</a></li>
</ul>
</li>
<li><a href="products.html">Products</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- END mobile-menu -->
<main id="section-wrapp" class="section-wrapp">
<section class="section section-home_recipes ">
<div class="row">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="assets/img/placeholder.png" width="1562" height="385" alt="" class="toRight">
<h3>Homemade Kangen Water® Vegetable Broth</h3>
<ul>
<li>3 - 4 lbs Vegetables (celery, carrots, onions, tomatoes, green bell peppers, turnips, potatoes, mushrooms, etc)</li>
<li>2 tbsp. olive oil</li>
<li>3 cloves garlic</li>
<li>2 bay leaf</li>
<li>8 cups Kangen Water® (pH 9.5)</li>
</ul>
<br><br>
<p>
<strong>Directions:</strong><br>
Bring all ingredients to a boil in a large pot. <br>
Reduce heat and simmer for at least an hour. <br>
Strain the vegetables with a colander over a bowl or pot, and remove bay leaves. You can also roast the vegetables before making the broth for a more robust flavor.
</p>
<br><br><br>
<img src="assets/img/placeholder.png" width="1562" height="385" alt="" class="toRight">
<h3>Kangen Water® Sauce and Salad Dressing</h3>
<ul>
<li>Papaya seeds of 1/2 papaya</li>
<li>1/2 cup to 1 cup leafy greens, such as collards or mizuna (the leftover tips and stems)</li>
<li>4 cloves garlic</li>
<li>5-6 green onions (the leftover root and tips)</li>
<li>Parsley (the leftover tips and stems)</li>
<li>Cilantro (the leftover tips and stems)</li>
<li>Fresh juice and seeds of 3 - 4 lemons (use the rind for brewing tea)</li>
<li>1 bunch fresh thyme</li>
<li>1 cup sesame oil</li>
<li>1 Tablespoon olive oil</li>
<li>1 teaspoon sea salt</li>
<li>1 cup Kangen Water® (pH 9.5)</li>
<li>1/2 cup fresh coconut water</li>
<li>1 avocado</li>
</ul>
<br><br>
<p>
<strong>Directions:</strong><br>
Put the papaya seeds in the bottom of your blender. <br>
Soak and rinse the leafy greens, garlic, onions, parsley, cilantro and thyme (for more information see Kangen Cooking. Strain before adding to the blender.
<br>
Add lemon juice (with seeds) and sea salt to the blender. <br>
Measure the sesame oil and olive oil in separate container, then pour into the blender. <br>
SLOWLY pour in the Kangen Water® so it will have an emulsifying effect. <br>
Add the fresh coconut milk and avocado. <br>
Blend on low speed. <br>
Store your dressing in a glass jar in the refrigerator. <br>
Enjoy on a wide variety of foods - from traditional salads to steamed vegetables or fish! This dressing acts as a delicious and versatile sauce.
</p>
<br><br><br>
<img src="assets/img/placeholder.png" width="1562" height="385" alt="" class="toRight">
<h3>Kangen Water® Seafood Stock</h3>
<ul>
<li>8 cups Kangen Water®</li>
<li>All the shrimp tails, shells, and fish ends you have left over!</li>
<li>2-3 lbs vegetables (carrots, onion, celery)</li>
<li>2 sprigs parsley</li>
<li>2 sprigs thyme</li>
<li>2 bay leaves</li>
</ul>
<br><br>
<p>
<strong>Directions:</strong><br>
Fill a large pot with Kangen Water®. <br>
Add all your shrimp tails, shells, and fish ends. <br>
Simmer for 45 minutes (don't boil!). <br>
Add the remaining ingredients and simmer 1 hour. <br>
Strain in a sturdy colander or sieve.
</p>
<br><br><br>
<img src="assets/img/placeholder.png" width="1562" height="385" alt="" class="toRight">
<h3>Kangen Water® Steamed Salmon and Potatoes</h3>
<ul>
<li>1 lb fingerling potatoes, halved</li>
<li>1 lemon rind (leftover from the Kangen Water® Sauce recipe)</li>
<li>4 wild salmon fillets, skinned</li>
<li>Kangen Water® Sauce, about 1/2 to 3/4 cup (see above)</li>
</ul>
<br><br>
<p>
<strong>Directions:</strong><br>
Set up a 2-layer bamboo steamer in a wok and add enough Kangen Water® or homemade broth to reach the bottom rim. Add the lemon rind to the water, then simmer.
<br> <br>
Line the bottom layer of the steamer with lettuce leaves, and put in the potatoes. Cook until tender, about 15 minutes.
<br>
Line the top layer with parchment paper, and place the salmon inside. Season with sea salt and pepper and cook until the salmon is opaque, about 7 minutes.
<br>
Put the potatoes in a bowl and mash, adding salt, pepper, butter, or olive oil to taste.
<br><br>
Remove the fish and top with Kangen Water® Sauce.
<br><br>
Serve and enjoy!
</p>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="section section-get ">
<div class="row">
<div class="container">
<div class="row">
<div class="table">
<div class="table-cell">
<div class="bg">
<img src="assets/img/bg/section/3-layers.png" alt="">
</div>
<div class="col-md-8">
<div class="form-wrapper">
<div class="text">
<h2>Get your FREE Eco-Living eBook!</h2>
<p>The eBook is sent to you via email. We dislike spam too!
Your details are kept safe. Feel free to read our Privacy Policy.</p>
</div>
<div class="form">
<form action="#">
<div class="form_group">
<input class="form_input" type="text" required>
<label>First Name</label>
</div>
<div class="form_group">
<input class="form_input" type="text" required>
<label>Last Name</label>
</div>
<div class="form_group">
<input class="form_input" type="email" required>
<label>Email</label>
</div>
<div class="form_group">
<input class="form_input" type="tel" required>
<label>Phone</label>
</div>
<div class="form_group">
<input id="check1" class="form_checkbox" type="checkbox">
<label for="check1">Yes! Please also send the Newsletter</label>
</div>
<div class="form_group">
<button type="submit" class="btn_send my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="175" height="50"/>
</svg>
Send The ebook
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="section section-buy ">
<div class="row">
<div class="container">
<div class="text">
<h2>Buy Your Machine Today!</h2>
</div>
<div class="product-slider">
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/1.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<!-- <a href="#" class="btn btn-link">buy now</a> -->
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/2.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/3.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/4.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/5.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/6.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/7.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
</div>
<!-- END product-slider -->
</div>
</div>
</section>
<!-- END section -->
<!-- THE page-footer -->
<footer class="section page-footer">
<div class="row">
<div class="container">
<div class="row">
<div class="col-sm-3 footer-col">
<h3>Kangen Water®</h3>
<p>Kangen Water® is delicious water created from Enagic's innovative water technology. Not only
do these devices filter your tap water, but they also produce ionized alkaline and acidic waters through electrolysis.</p>
</div>
<div class="col-sm-3 footer-col">
<h3>Your Distributor</h3>
<ul class="footer-contact">
<li><i class="icon-home"></i>Alkaline River, Asheville, NC, US</li>
<li><i class="icon-phone"></i>1 555-222-2323</li>
<li><i class="icon-print"></i>1 555-111-1212</li>
<li><i class="icon-twitter-with-circle"></i><a href="#">Twitter</a></li>
<li><i class="icon-facebook-with-circle"></i><a href="#">Facebook</a></li>
</ul>
</div>
<div class="col-sm-3 footer-col">
<h3>Other Websites</h3>
<nav>
<ul>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
</ul>
</nav>
</div>
<div class="col-sm-3 footer-col">
<h3>Live Help</h3>
<!-- <a href="#" class="btn btn-default btn-icons"><i class="icon-chat"></i>is offline</a> -->
<a href="#" class="btn-icons">
<i class="icon-chat"></i>
<div class="btn_footer my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="190" height="50"/>
</svg>
is offline
</div>
</a>
<p class="copyright">EnagicWebSystem.com © 2011-2016</p>
</div>
</div>
</div>
</div>
</footer>
<!-- END page-footer -->
</main>
<!-- END ection-wrapp -->
<!-- js -->
<script src="assets/js/vendor/modernizr-2.7.1.min.js"></script>
<script src="assets/js/vendor/jquery-3.1.0.min.js"></script>
<script src="assets/js/vendor/jquery-migrate-3.0.0.min.js"></script>
<script src="assets/js/vendor/ScrollToPlugin.js"></script>
<script src="assets/js/vendor/TweenMax.min.js"></script>
<script src="assets/js/vendor/device.min.js"></script>
<script src="assets/js/vendor/jquery.waypoints.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script><script src="assets/js/vendor/side_menu.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>