This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
668 lines (596 loc) · 31.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Human Genome Editing Service">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>BioPlex</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="wrapper">
<div class="cssload-loader"></div>
</div>
</div>
<!-- ***** Top Search Area Start ***** -->
<div class="top-search-area">
<!-- Search Modal -->
<div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<!-- Close Button -->
<button type="button" class="btn close-btn" data-dismiss="modal"><i class="fa fa-times"></i></button>
<!-- Form -->
<form action="index.html" method="post">
<input type="search" name="top-search-bar" class="form-control" placeholder="Search and hit enter...">
<button type="submit">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Top Search Area End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<!-- Main Header Start -->
<div class="main-header-area">
<div class="classy-nav-container breakpoint-off">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="uzaNav">
<!-- Logo -->
<a class="nav-brand" href="index.html"><img src="./img/core-img/logo.png" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
<li class="current-item"><a href="./index.html">Home</a></li>
<li><a href="#">Past Works</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a>
<ul class="dropdown">
<li><a href="#">- New Site</a></li>
<li><a href="#">- Going Public</a></li>
</ul>
</li>
<li><a href="#">Contact</a></li>
</ul>
<!-- Get A Quote -->
<div class="get-a-quote ml-4 mr-3">
<a href="#" class="btn uza-btn">Get A Quote</a>
</div>
<!-- Login / Register -->
<div class="login-register-btn mx-3">
<a href="#">Login <span>/ Register</span></a>
</div>
<!-- Search Icon -->
<div class="search-icon" data-toggle="modal" data-target="#searchModal">
<i class="icon_search"></i>
</div>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Welcome Area Start ***** -->
<section class="welcome-area">
<div class="welcome-slides owl-carousel">
<!-- Single Welcome Slide -->
<div class="single-welcome-slide">
<!-- Background Curve -->
<div class="background-curve">
<img src="./img/core-img/curve-1.png" alt="">
</div>
<!-- Welcome Content -->
<div class="welcome-content h-100">
<div class="container h-100">
<div class="row h-100 align-items-center">
<!-- Welcome Text -->
<div class="col-12 col-md-6">
<div class="welcome-text">
<h2 data-animation="fadeInUp" data-delay="100ms">BioPlex focuses on making our <br> society <span>greater</span></h2>
<h5 data-animation="fadeInUp" data-delay="400ms">Improving you from abc to xyz</h5>
<a href="#" class="btn uza-btn btn-2" data-animation="fadeInUp" data-delay="700ms">Start Exploring</a>
</div>
</div>
<!-- Welcome Thumbnail -->
<div class="col-12 col-md-6">
<div class="welcome-thumbnail">
<img src="./img/bg-img/1.jpg" alt="" data-animation="slideInRight" data-delay="400ms">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Welcome Area End ***** -->
<!-- ***** About Us Area Start ***** -->
<section class="uza-about-us-area">
<div class="container">
<div class="row align-items-center">
<!-- About Thumbnail -->
<div class="col-12 col-md-6">
<div class="about-us-thumbnail mb-80">
<img src="./img/bg-img/24.png" alt="">
</div>
</div>
<!-- About Us Content -->
<div class="col-12 col-md-6">
<div class="about-us-content mb-80">
<h2>We're a human genome editing service</h2>
<p>What does that mean? Essentially, we use state of the art technology to change the way people's bodies work. For example, that incurable hereditary disease can now be erased from your children's genes!</p>
<p>Gene editing is the service of the future! With gene editing, we can make smarter people; we can create stronger people; we can make better-looking people. Millions of people around the globe have used our services. The quality of BioPlex's work outranks all competitors tenfold due to our patented technique. Become the next success!</p>
<a href="#" class="btn uza-btn btn-2 mt-4">Start Exploring</a>
</div>
</div>
</div>
</div>
<!-- About Background Pattern -->
<div class="about-bg-pattern">
<img src="./img/core-img/curve-2.png" alt="">
</div>
</section>
<!-- ***** About Us Area End ***** -->
<!-- ***** Services Area Start ***** -->
<section class="uza-services-area section-padding-80-0">
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Services</h2>
</div>
</div>
</div>
<div class="row">
<!-- Single Service Area -->
<div class="col-12 col-lg-4">
<div class="single-service-area mb-80">
<!-- Service Icon -->
<div class="service-icon">
<i class="icon_cone_alt"></i>
</div>
<h5>Cancer Removal</h5>
<p>Make cancer the disease of the past! If your family has a history then we highly recommend using this service.</p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-4">
<div class="single-service-area mb-80">
<!-- Service Icon -->
<div class="service-icon">
<i class="icon_piechart"></i>
</div>
<h5>Intelligence Enhancement</h5>
<p>Want the best for your child? Give them supreme intellect. With the changed generation coming, you need to make sure your kid can keep up.</p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-4">
<div class="single-service-area mb-80">
<!-- Service Icon -->
<div class="service-icon">
<i class="icon_easel"></i>
</div>
<h5>Anti-Aging Package</h5>
<p>For those who want to look young for longer. This package includes wrinkling prevention, strengthening bones, and removal of grey hair.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Services Area End ***** -->
<!-- ***** Portfolio Area Start ***** -->
<section class="uza-portfolio-area section-padding-80">
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Success Stories</h2>
<p>We stay on top of our industry by being experts in your genes.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<!-- Portfolio Slides -->
<div class="portfolio-sildes owl-carousel">
<!-- Single Portfolio Slide -->
<div class="single-portfolio-slide">
<img src="./img/bg-img/Female 1.jpg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h4>Alice</h4>
<p>Having a family history of a rare incurable disease, Alice's parents were worried for their child's health...</p>
</div>
<!-- View More -->
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide -->
<div class="single-portfolio-slide">
<img src="./img/bg-img/Male 1.jpg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h4>Fraser</h4>
<p>His parents wanted to raise an olympian so they came to BioPlex and asked for help. When we heard we decided...</p>
</div>
<!-- View More -->
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide -->
<div class="single-portfolio-slide">
<img src="./img/bg-img/Female 2.jpg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h4>Jenna</h4>
<p>Jenna's family has a series of genetic mutations that renders their bodies with unattractive bumps on the skin...</p>
</div>
<!-- View More -->
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide -->
<div class="single-portfolio-slide">
<img src="./img/bg-img/Male 2.jpg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h4>Miller</h4>
<p>There was one goal with Miller: Intelligence. His local government mandated a minimum IQ so his parents wanted to ensure...</p>
</div>
<!-- View More -->
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide -->
<div class="single-portfolio-slide">
<img src="./img/bg-img/Female 3.jpg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h4>Ansley</h4>
<p>Being the first human to be modified successfully. Ansley is our first and one of our greatest successes for humans...</p>
</div>
<!-- View More -->
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide -->
<div class="single-portfolio-slide">
<img src="./img/bg-img/Male 3.jpg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h4>Richard</h4>
<p>His parents wanted him to look younger than their own grandchildren. This semi-strange request was fulfilled by...</p>
</div>
<!-- View More -->
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Client Feedback Area Start -->
<div class="clients-feedback-area mt-80 section-padding-80 clearfix">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Testimonial Slides -->
<div class="testimonial-slides owl-carousel">
<!-- Single Testimonial Slide -->
<div class="single-testimonial-slide d-flex align-items-center">
<!-- Testimonial Thumbnail -->
<div class="testimonial-thumbnail">
<img src="./img/bg-img/Coke.jpg" alt="">
</div>
<!-- Testimonial Content -->
<div class="testimonial-content">
<h4>“BioPlex has engineered thousands of my employees. Without them, my production rates would heavily decrease and the quality of my products would decrease significantly. Thank you BioPlex!”</h4>
<!-- Ratings -->
<div class="ratings">
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
</div>
<!-- Author Info -->
<div class="author-info">
<h5>James Quincey <span>- CEO Coca-Cola</span></h5>
</div>
<!-- Quote Icon -->
<div class="quote-icon"><img src="img/core-img/quote.png" alt=""></div>
</div>
</div>
<!-- Single Testimonial Slide -->
<div class="single-testimonial-slide d-flex align-items-center">
<!-- Testimonial Thumbnail -->
<div class="testimonial-thumbnail">
<img src="./img/bg-img/POTUS.jpg" alt="">
</div>
<!-- Testimonial Content -->
<div class="testimonial-content">
<h4>“Because of BioPlex, we can make the United States army great again! Our soldiers are far stronger than they have ever been. Their record-breaking strength pushes the US military to be better than any other military. Thanks, BioPlex!”</h4>
<!-- Ratings -->
<div class="ratings">
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
</div>
<!-- Author Info -->
<div class="author-info">
<h5>Donald Trump <span>- POTUS</span></h5>
</div>
<!-- Quote Icon -->
<div class="quote-icon"><img src="img/core-img/quote.png" alt=""></div>
</div>
</div>
<!-- Single Testimonial Slide -->
<div class="single-testimonial-slide d-flex align-items-center">
<!-- Testimonial Thumbnail -->
<div class="testimonial-thumbnail">
<img src="./img/bg-img/Elon.jpg" alt="">
</div>
<!-- Testimonial Content -->
<div class="testimonial-content">
<h4>“Half of my team is BioPlex engineered. Without gene modification, I would have far fewer intellectuals to work with. These engineered workers are beyond experts in their fields. I wouldn't be able to make my companies without them. You're the best BioPlex!”</h4>
<!-- Ratings -->
<div class="ratings">
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
</div>
<!-- Author Info -->
<div class="author-info">
<h5>Elon Musk <span>- CEO Tesla & SpaceX</span></h5>
</div>
<!-- Quote Icon -->
<div class="quote-icon"><img src="img/core-img/quote.png" alt=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Client Feedback Area End -->
<!-- Border -->
<div class="container">
<div class="border-line"></div>
</div>
<!-- Background Curve -->
<div class="portfolio-bg-curve">
<img src="./img/core-img/curve-3.png" alt="">
</div>
</section>
<!-- ***** Portfolio Area End ***** -->
<!-- ***** Blog Area Start ***** -->
<section class="uza-blog-area">
<!-- Background Curve -->
<div class="blog-bg-curve">
<img src="./img/core-img/curve-4.png" alt="">
</div>
<!-- CTA Area Start -->
<div class="uza-cta-area section-padding-0-80">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<div class="cta-content mb-80">
<h2>Interested in our services?</h2>
<h6>Give us a call!</h6>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="cta-content mb-80">
<div class="call-now-btn">
<a href="#"><span>Call us now:</span> (404) 436-6234</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Area End -->
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center">
<h2>In the News...</h2>
<p>the latest and greatest about gene editing</p>
</div>
</div>
</div>
<div class="row">
<!-- Single Blog Post -->
<div class="col-12 col-lg-4">
<div class="single-blog-post bg-img mb-80" style="background-image: url(./img/bg-img/8.jpg);">
<!-- Post Content -->
<div class="post-content">
<span class="post-date"><span>28</span> November, 2019</span>
<a href="#" class="post-title">One Year Later, Mystery Surrounds China’s Gene-Edited Babies</a>
<p>Chinese scientist He Jiankui shocked the world by claiming he had helped make the first gene-edited...</p>
<a href="https://time.com/5741069/he-jiankui-china-scientist-gene-edited-babies/" class="read-more-btn">Read More <i class="arrow_carrot-2right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="col-12 col-lg-4">
<div class="single-blog-post bg-img mb-80" style="background-image: url(./img/bg-img/9.jpg);">
<!-- Post Content -->
<div class="post-content">
<span class="post-date"><span>4</span> November, 2019</span>
<a href="#" class="post-title">A Revolutionary Experiment To Edit Human Genes</a>
<p>Victoria Gray has sickle cell disease, a painful and debilitating genetic condition that affects millions of...</p>
<a href="https://www.npr.org/2019/11/01/775332170/a-revolutionary-experiment-to-edit-human-genes" class="read-more-btn">Read More <i class="arrow_carrot-2right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="col-12 col-lg-4">
<div class="single-blog-post bg-img mb-80" style="background-image: url(./img/bg-img/10.jpg);">
<!-- Post Content -->
<div class="post-content">
<span class="post-date"><span>06</span> November, 2019</span>
<a href="#" class="post-title">Doctors try CRISPR gene editing for cancer, a 1st in the US</a>
<p>The first attempt in the United States to use a gene editing tool called CRISPR against cancer seems safe...</p>
<a href="https://www.nbcnews.com/health/health-news/doctors-try-crispr-gene-editing-cancer-1st-us-n1077281" class="read-more-btn">Read More <i class="arrow_carrot-2right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Blog Area End ***** -->
<!-- ***** Newsletter Area Start ***** -->
<section class="uza-newsletter-area">
<div class="container">
<div class="row align-items-center justify-content-between">
<!-- Newsletter Content -->
<div class="col-12 col-md-6 col-lg-6">
<div class="nl-content mb-80">
<h2>Subscribe to our Newsletter</h2>
<p>Subscribe our newsletter gor get notification about new updates, etc...</p>
</div>
</div>
<!-- Newsletter Form -->
<div class="col-12 col-md-6 col-lg-5">
<div class="nl-form mb-80">
<form action="#" method="post">
<input type="email" name="nl-email" value="" placeholder="Your Email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
<!-- Border Bottom -->
<div class="border-line"></div>
</div>
</section>
<!-- ***** Newsletter Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area section-padding-80-0">
<div class="container">
<div class="row justify-content-between">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Contact Us</h4>
<!-- Footer Content -->
<div class="footer-content mb-15">
<h3>(404) 436-6234</h3>
<p>1100 South Marietta Pkwy SE, Marietta, GA 30060<br> hi@improvingyoufromabcto.xyz</p>
</div>
<p class="mb-0">Mon - Fri: 9:00am - 9:00pm <br>
Closed on Weekends</p>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Quick Link</h4>
<!-- Nav -->
<nav>
<ul class="our-link">
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Forum Registeration</a></li>
<li><a href="#">Forum Sign In</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Resources</h4>
<!-- Nav -->
<nav>
<ul class="our-link">
<li><a href="#">Customer Support</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Media & Press</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">About Us</h4>
<p>We want to build a better future by improving you from abc to xyz.</p>
<!-- Copywrite Text -->
<div class="copywrite-text mb-30">
<p>© Copyright 2019 <a href="#">BioPlex</a>.</p>
</div>
<!-- Social Info -->
<div class="footer-social-info">
<a href="#" class="facebook" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="pinterest" data-toggle="tooltip" data-placement="top" title="Pinterest"><i class="fa fa-pinterest"></i></a>
<a href="#" class="instagram" data-toggle="tooltip" data-placement="top" title="Instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="youtube" data-toggle="tooltip" data-placement="top" title="YouTube"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-bottom: 30px;">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This website was made by <a href="https://github.com/fried-man" target="_blank">Andrew Friedman</a>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- ******* All JS Files ******* -->
<!-- jQuery js -->
<script src="js/jquery.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- All js -->
<script src="js/uza.bundle.js"></script>
<!-- Active js -->
<script src="js/default-assets/active.js"></script>
</body>
</html>