-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-1.html
More file actions
683 lines (662 loc) · 26.4 KB
/
blog-1.html
File metadata and controls
683 lines (662 loc) · 26.4 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
681
682
683
<!doctype html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Techvio - IT Solutions & Business Services Website Template</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- FlatIcon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Font Awesome Min CSS -->
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!-- Mran Menu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Nice Select Min CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Swiper Min CSS -->
<link rel="stylesheet" href="assets/css/swiper.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Start Preloader Area -->
<div class="preloader">
<div class="loader">
<div class="shadow"></div>
<div class="box"></div>
</div>
</div>
<!-- End Preloader Area -->
<!-- Start Navbar Area -->
<div class="navbar-area">
<div class="techvio-responsive-nav">
<div class="container">
<div class="techvio-responsive-menu">
<div class="logo">
<a href="index.html">
<img src="assets/img/logo.png" class="white-logo" alt="logo">
<img src="assets/img/logo-black.png" class="black-logo" alt="logo">
</a>
</div>
</div>
</div>
</div>
<div class="techvio-nav">
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" class="white-logo" alt="logo">
<img src="assets/img/logo-black.png" class="black-logo" alt="logo">
</a>
<div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="projects.html" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="pricing.html" class="nav-link">Services</a>
</li>
<!-- <li class="nav-item">
<a href="blog.html" class="nav-link">Blog</a>
</li> -->
<!-- <li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li> -->
</ul>
<div class="other-option"> <a class="default-btn" href="mailto:demo@example.com">
Get It Support
<span></span>
</a>
</div>
</div>
</nav>
</div>
</div>
</div>
<!-- End Navbar Area -->
<!-- Start Page Title Area -->
<div class="page-title-area item-bg1">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="page-title-content">
<!-- <h2>Blog Details</h2> -->
<!-- <ul> -->
<!-- <li><a href="index.html">Home</a> -->
<!-- </li> -->
<!-- <li>Blog Details</li> -->
<!-- </ul> -->
</div>
</div>
</div>
</div>
</div>
<!-- End Page Title Area -->
<!-- Start Blog Details Area -->
<section class="blog-details-area ptb-100">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="blog-details-desc">
<div class="article-image">
<img src="assets/img/blog-details/3.jpg" alt="image">
</div>
<div class="article-content">
<h4><strong>How OpenAI started</strong></h4>
<h5><strong>The evolution of the company that created ChatGPT</strong></h5>
<h4><strong>Introduction</strong></h4>
<p>
OpenAI started when Elon Musk and other tech leaders wanted to make artificial
intelligence more accessible to the public. They wanted to make sure that AI
development was done in a way that would be beneficial for everyone. The result
of this initiative is a non-profit research company focused on developing
open-source AI applications and algorithms.
</p>
<h4><strong>What people were involved</strong></h4>
<p>
Musk isn’t a stranger to artificial intelligence, having founded Neuralink in
2017. The company’s goal is to develop technology that can be used to enhance
the human brain and nervous system. Musk has said this could help with things
like long-term memory and faster learning.
</p>
<p>
Baidu founder Robin Li attended an event hosted by Alibaba’s CEO Jack Ma on
Sunday, where he announced OpenAI’s new research center in China.
</p>
<p>
Google DeepMind founder Demis Hassabis also took part in the announcement along
with Facebook AI Research head Yann LeCun and Microsoft AI & research leader
Harry Shum Jr., among others.”
</p>
<h4><strong>OpenAI and Microsoft</strong></h4>
<p>
OpenAI and Microsoft have been working together since 2016, when they signed a
Memorandum of Understanding — a non-binding agreement that allows the two
companies to share information and collaborate on open-source projects.
</p>
<p>
In March 2019, the two companies announced their latest collaboration: “OpenAI
Universe,” an open-source platform that makes it easier for developers to build
AI models using large datasets from multiple sources.
</p>
<h4><strong>Initial funding</strong></h4>
<p>
The initial funding came from Peter Thiel, a billionaire who has invested in
many startups and is known to be very successful. He is also the co-founder of
PayPal, cofounder of Facebook, and an investor in SpaceX (the rocket company).
</p>
<p>
The company has grown quickly and is now worth $34.6 billion. It has over 1
million active users and about 50 million users in over 190 countries around the
world.
</p>
<h4><strong>What people were involved</strong></h4>
<p>
It was a small team from the outset, but not an insignificant one: Elon Musk,
Sam Altman, and Greg Brockman from Y Combinator (the startup incubator where
OpenAI was born) along with Ilya Sutskever of Google. It had big-name backers,
too — Baidu, Microsoft and Facebook all signed on early as well as Amazon and
IBM.
</p>
<p>
In its first year, OpenAI produced some striking results. In October 2015 it
released Universe — a toolkit that made AI training easier by letting
researchers upload datasets to run experiments on; they could then download
models trained on them to test their own systems against existing ones or even
just use the pre-trained network for inference tasks like image recognition or
speech processing. The following February saw another important milestone when
DeepMind released its research into learning through reinforcement learning
(RL), which would allow AI agents to learn by trial and error rather than having
to be programmed directly by humans.
</p>
<h4><strong>History of GPT models</strong></h4>
<p>
GPT models are a class of deep neural networks that have been used for ImageNet
classification, object detection, and segmentation.
</p>
<p>
You can think of GPT models as a recent development from the conventional
convolutional neural network (CNN) architecture. In comparison to CNNs, GPTs
have achieved substantial progress in image recognition tasks by adding a
skip-connection layer before the last fully connected layer. This helps with
modeling long-term dependencies using memory cells and allows more computation
at each level of the network without increasing its size.
</p>
<h4><strong>ChatGPT</strong></h4>
<p>
Based on GPT-3.5, OpenAI created the big language model chatbot known as
ChatGPT. It is remarkably capable of engaging in conversational conversations
and responding in a way that occasionally seems surprisingly human.
</p>
<p>
The task of foretelling the following word in a string of words is carried out
by large language models.
</p>
<p>
ChatGPT learns how to obey instructions and provide responses that are
acceptable to humans using Reinforcement Learning with Human Feedback (RLHF), an
additional training layer.
</p>
<h4><strong>Conclusion</strong></h4>
<p>
As you can see, the story of OpenAI is a long and winding one. We hope that it
was at least somewhat interesting to you, and that you now have a better
understanding of this important company.
</p>
</div>
<!-- <div class="article-footer"> -->
<!-- <div class="article-tags"> <span>Tag:</span>
<a href="#">Solutions</a>, <a href="#">Guide</a>
</div> -->
<!-- <div class="article-share">
<ul class="social">
<li><span>Share:</span>
</li>
<li>
<a href="#"> <i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div> -->
<!-- </div> -->
<div class="post-navigation">
<div class="navigation-links">
<div class="nav-previous">
<a href="#"> <i class="fa fa-arrow-left"></i> Prev Post</a>
</div>
<div class="nav-next"> <a href="#">
Next Post
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<!-- <div class="comments-area"> -->
<!-- <h3 class="comments-title">3 Comments:</h3>
<ol class="comment-list">
<li class="comment">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img src="assets/img/client/1.jpg" class="avatar" alt="image"> <b class="fn">Wilson Swanson</b>
<span class="says">says:</span>
</div>
<div class="comment-metadata">
<a href="#">
<span>June 15 - 2021 12:30 PM</span>
</a>
</div>
</footer>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. enim ad minim veniam, quis nostrud exercitation.</p>
</div>
<div class="reply"> <a href="#" class="comment-reply-link">Reply</a>
</div>
</article>
<ol class="children">
<li class="comment">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img src="assets/img/client/2.jpg" class="avatar" alt="image"> <b class="fn">Ella Hodges</b>
<span class="says">says:</span>
</div>
<div class="comment-metadata">
<a href="#">
<span>June 15 - 2021 12:30 PM</span>
</a>
</div>
</footer>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. enim ad minim veniam, quis nostrud exercitation.</p>
</div>
<div class="reply"> <a href="#" class="comment-reply-link">Reply</a>
</div>
</article>
</li>
</ol>
</li>
<li class="comment">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img src="assets/img/client/4.jpg" class="avatar" alt="image"> <b class="fn">Melissa Bryant</b>
<span class="says">says:</span>
</div>
<div class="comment-metadata">
<a href="#">
<span>June 15 - 2021 12:30 PM</span>
</a>
</div>
</footer>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. enim ad minim veniam, quis nostrud exercitation.</p>
</div>
<div class="reply"> <a href="#" class="comment-reply-link">Reply</a></div>
</article>
</li>
</ol> -->
<!-- <div class="comment-respond">
<h3 class="comment-reply-title">Leave a Reply</h3>
<form class="comment-form">
<p class="comment-notes"> <span id="email-notes">Your email address will not be published.</span>
Required fields are marked <span class="required">*</span>
</p>
<p class="comment-form-comment">
<label>Comment</label>
<textarea name="comment" id="comment" cols="45" rows="5" maxlength="65525" required="required"></textarea>
</p>
<p class="comment-form-author">
<label>Name <span class="required">*</span>
</label>
<input type="text" id="author" name="author" required="required">
</p>
<p class="comment-form-email">
<label>Email <span class="required">*</span>
</label>
<input type="email" id="email" name="email" required="required">
</p>
<p class="comment-form-url">
<label>Website</label>
<input type="url" id="url" name="url">
</p>
<p class="comment-form-cookies-consent">
<input type="checkbox" value="yes" name="wp-comment-cookies-consent" id="wp-comment-cookies-consent">
<label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label>
</p>
<p class="form-submit">
<input type="submit" name="submit" id="submit" class="submit" value="Post Comment">
</p>
</form>
</div> -->
<!-- </div> -->
</div>
</div>
<!-- <div class="col-lg-4 col-md-12"> -->
<!-- <aside class="widget-area" id="secondary"> -->
<!-- <section class="widget widget_search">
<form class="search-form search-top">
<label> <span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search...">
</label>
<button type="submit"> <i class="fas fa-search"></i>
</button>
</form>
</section> -->
<!-- <section class="widget widget_techvio_posts_thumb">
<h3 class="widget-title">Popular Posts</h3>
<article class="item">
<a href="#" class="thumb"> <span class="fullimage cover bg1" role="img"></span>
</a>
<div class="info">
<span>June 10, 2021</span>
<h4 class="title usmall">
<a href="#">5 Technology Considerations for Office Relocations</a>
</h4>
</div>
</article>
<article class="item">
<a href="#" class="thumb"> <span class="fullimage cover bg2" role="img"></span>
</a>
<div class="info">
<span>June 15, 2021</span>
<h4 class="title usmall">
<a href="#">Everything you need to know about geo-blocking</a>
</h4>
</div>
</article>
<article class="item">
<a href="#" class="thumb"> <span class="fullimage cover bg3" role="img"></span>
</a>
<div class="info">
<span>June 25, 2021</span>
<h4 class="title usmall">
<a href="#">Machine Learning Applications for Every Industry</a>
</h4>
</div>
</article>
</section> -->
<!-- <section class="widget widget_categories">
<h3 class="widget-title">Categories</h3>
<ul>
<li> <a href="#">Business</a>
</li>
<li> <a href="#">Solutions</a>
</li>
<li> <a href="#">Technology</a>
</li>
<li> <a href="#">Guide</a>
</li>
<li> <a href="#">Uncategorized</a>
</li>
</ul>
</section>
<section class="widget widget_recent_comments">
<h3 class="widget-title">Recent Comments</h3>
<ul>
<li> <span class="comment-author-link">
<a href="#">A WordPress Commenter</a>
</span>
on <a href="#">Hello world!</a>
</li>
<li> <span class="comment-author-link">
<a href="#">Crimso</a>
</span>
on <a href="#">Hello world!</a>
</li>
<li> <span class="comment-author-link">
<a href="#">Wordpress</a>
</span>
on <a href="#">Hello world!</a>
</li>
<li> <span class="comment-author-link">
<a href="#">A WordPress Commenter</a>
</span>
on <a href="#">Hello world!</a>
</li>
<li> <span class="comment-author-link">
<a href="#">Techvio</a>
</span>
on <a href="#">Hello world!</a>
</li>
</ul>
</section>
<section class="widget widget_archive">
<h3 class="widget-title">Archives</h3>
<ul>
<li> <a href="#">June 2021</a>
</li>
<li> <a href="#">July 2021</a>
</li>
<li> <a href="#">August 2021</a>
</li>
</ul>
</section>
<section class="widget widget_tag_cloud">
<h3 class="widget-title">Tags</h3>
<div class="tagcloud"> <a href="#">
IT
<span class="tag-link-count"> (3)</span>
</a>
<a href="#"> Technology
<span class="tag-link-count"> (3)</span>
</a>
<a href="#">
Applications
<span class="tag-link-count"> (2)</span>
</a>
<a href="#">
Solutions
<span class="tag-link-count"> (2)</span>
</a>
<a href="#">
Overview
<span class="tag-link-count"> (1)</span>
</a>
<a href="#">
Industry
<span class="tag-link-count"> (1)</span>
</a>
<a href="#">
Marketing
<span class="tag-link-count"> (1)</span>
</a>
<a href="#">
Guide
<span class="tag-link-count"> (2)</span>
</a>
</div>
</section> -->
<!-- </aside> -->
<!-- </div> -->
</div>
</div>
</section>
<!-- End Blog Details Area -->
<!-- Start Footer & Subscribe Section -->
<section class="footer-subscribe-wrapper">
<!-- Start Subscribe Area -->
<div class="subscribe-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6">
<div class="subscribe-content">
<h2>Sign Up Our Newsletter</h2>
<span class="sub-title">We Offer An Informative Monthly Technology Newsletter - Check It Out.</span>
</div>
</div>
<div class="col-lg-6 col-md-6">
<form class="newsletter-form">
<input type="email" class="input-newsletter" placeholder="Enter your email" name="EMAIL" required autocomplete="off">
<button type="submit">Subscribe Now</button>
<div id="validator-newsletter" class="form-result"></div>
</form>
</div>
</div>
</div>
</div>
<!-- End Subscribe Area -->
<!-- Start Footer Area -->
<div class="footer-area ptb-100">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>About Us</h3>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco consectetur laboris.</p>
<ul class="footer-social">
<li>
<a href="#"> <i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-pinterest"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>Our Services</h3>
</div>
<ul class="footer-quick-links">
<li> <a href="#">IT Solution</a></li>
<li> <a href="projects.html">Web Development</a></li>
<li> <a href="services.html">Networking Services</a></li>
<li> <a href="team.html">SEO Optimization</a></li>
<li> <a href="contact.html">App Optimization</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>Useful Links</h3>
</div>
<ul class="footer-quick-links">
<li><a href="about.html">About Us</a></li>
<li><a href="projects.html">Case Study</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-condition.html">Terms & Conditions</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>Contact Info</h3>
</div>
<div class="footer-info-contact"> <i class="flaticon-phone-call"></i>
<h3>Phone</h3>
<span><a href="tel:0802235678">080 707 555-321</a></span>
</div>
<div class="footer-info-contact"> <i class="flaticon-envelope"></i>
<h3>Email</h3>
<span><a href="mailto:demo@example.com">demo@example.com</a></span>
</div>
<div class="footer-info-contact"> <i class="flaticon-placeholder"></i>
<h3>Address</h3>
<span>526 Melrose Street, Water Mill, 11976 New York</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Section -->
</section>
<!-- End Footer & Subscribe Section -->
<!-- Start Copy Right Section -->
<div class="copyright-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6">
<p> <i class="far fa-copyright"></i> 2021 Techvio - All Rights Reserved.</p>
</div>
<div class="col-lg-6 col-md-6">
<ul>
<li> <a href="terms-condition.html">Terms & Conditions</a>
</li>
<li> <a href="privacy-policy.html">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Copy Right Section -->
<!-- Start Go Top Section -->
<div class="go-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-chevron-up"></i>
</div>
<!-- End Go Top Section -->
<!-- jQuery Min JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper Min JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap Min JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- MeanMenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Appear Min JS -->
<script src="assets/js/jquery.appear.min.js"></script>
<!-- CounterUp Min JS -->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<!-- Owl Carousel Min JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup Min JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Nice Select Min JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- Isotope Min JS -->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!-- Swiper Min JS -->
<script src="assets/js/swiper.min.js"></script>
<!-- WOW Min JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>