-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
567 lines (539 loc) · 23.2 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
<!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 name="theme-color" content="#000000" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Guard.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="online trained, offline malware detector" />
<meta name="keywords" content="malware, feature, detection" />
<meta name="author" content="https://github.com/easa" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="malware detector" />
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/55655695" />
<meta property="og:url" content="https://guardjs.github.io" />
<meta property="og:site_name" content="guardians" />
<meta property="og:description" content="online trained, offline malware detector" />
<meta name="twitter:title" content="malware detector" />
<meta name="twitter:image" content="https://avatars1.githubusercontent.com/u/55655695" />
<meta name="twitter:url" content="https://guardjs.github.io" />
<meta name="twitter:card" content="guardians" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/lbadge.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>
<header role="banner" id="fh5co-header">
<div class="fluid-container">
<nav class="navbar navbar-default navbar-fixed-top js-fullheight">
<div id="navbar" class="navbar-collapse js-fullheight">
<ul class="nav navbar-nav navbar-left">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="services"><span>Services</span></a></li>
<li><a href="#" data-nav-section="explore"><span>explore</span></a></li>
<li><a href="#" data-nav-section="footer"><span>footer</span></a></li>
</ul>
</div>
</nav>
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/bg.jpg);"
data-stellar-background-ratio="0.5">
<div class="gradient"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h1 class="to-animate">Malware Hunter</h1>
<h2 class="to-animate">The Github repository of
<a href="https://github.com/guardjs" target="_blank">guard.js</a>
<br> Crafted by
<a href="https://github.com/easa/" target="_blank" title="Free HTML5 Bootstrap Templates"
class="fh5co-link">easa</a>
</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-services" data-section="services">
<div class="fh5co-services">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Features</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext">
<h3 class="to-animate">
This project is about finding malwares file out by statistical information like the number of long
strings.
</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="core-features">
<div class="grid2 to-animate"
style="background-image: url(https://avatars3.githubusercontent.com/u/55655695?s=200&v=4);background-size: 50%;background-repeat: no-repeat;">
</div>
<div class="grid2">
<div class="core-f">
<div class="row">
<div class="col-md-12">
<div class="core">
<i class="icon-cloud-download to-animate-2"></i>
<div class="fh5co-post to-animate">
<h3>Availability</h3>
<p>This project would be free on github.</p>
</div>
</div>
<div class="core">
<i class="icon-laptop to-animate-2"></i>
<div class="fh5co-post to-animate">
<h3>Generality</h3>
<p>In the case to find other files like porno and prevent them to run,
this approach could be way helpful though!
</p>
</div>
</div>
<div class="core">
<i class="icon-gear to-animate-2"></i>
<div class="fh5co-post to-animate">
<h3>24/7 Help & Support</h3>
<p>I'm freely available also to help you out.</p>
</div>
</div>
<div class="core">
<i class="icon-columns to-animate-2"></i>
<div class="fh5co-post to-animate">
<h3>Educational & Technical</h3>
<p>I'm master of science of information of technology. I'm awair of any single algorithem used
in this project</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-counter-section" class="fh5co-counters">
<div class="container">
<div class="row to-animate">
<div class="col-md-3 text-center">
<span class="fh5co-counter js-counter" data-from="0" data-to="44" data-speed="44"
data-refresh-interval="50"></span>
<span class="fh5co-counter-label">Feature</span>
</div>
<div class="col-md-3 text-center">
<span class="fh5co-counter js-counter" data-from="0" data-to="1" data-speed="1"
data-refresh-interval="50"></span>
<span class="fh5co-counter-label">Client</span>
</div>
<div class="col-md-3 text-center">
<span class="fh5co-counter js-counter" data-from="0" data-to="4" data-speed="4"
data-refresh-interval="50"></span>
<span class="fh5co-counter-label">Projects</span>
</div>
<div class="col-md-3 text-center">
<span class="fh5co-counter js-counter" data-from="0" data-to="3" data-speed="2"
data-refresh-interval="50"></span>
<span class="fh5co-counter-label">Article</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-explore" data-section="explore">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Related Projects</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>There are three app developing, presented as below.</h3>
</div>
</div>
</div>
</div>
</div>
<div class="fh5co-project">
<div class="container">
<div class="row">
<div class="col-md-4 to-animate">
<div class="item-box-blog">
<div class="item-box-blog-image to-animate">
<div class="item-box-blog-date bg-blue-ui white"> <span class="mon">Chrome extension</span> </div>
<figure> <img alt="" src="images/ext.ico">
</figure>
</div>
<div class="item-box-blog-body">
<!--Text-->
<div class="item-box-blog-text">
<p>This is the chrome extention for detect malwares based on statistical features related to article
of this organization </p>
</div>
<div class="mt"> <a href="https://github.com/guardjs/chromeExtention" tabindex="0"
class="btn bg-blue-ui white read">read more on Github</a> </div>
<!--Read More Button-->
</div>
</div>
</div>
<div class="col-md-4 to-animate">
<div class="item-box-blog">
<div class="item-box-blog-image to-animate">
<!--Date-->
<div class="item-box-blog-date bg-blue-ui white"> <span class="mon">Model Maker</span> </div>
<!--Image-->
<figure> <img alt="" src="images/dtree.png">
</figure>
</div>
<div class="item-box-blog-body">
<!--Text-->
<div class="item-box-blog-text">
<p>Train a "model function" with the "decision tree algorithm" to farther use in test in online app
like browser extensions </p>
</div>
<div class="mt"> <a href="https://github.com/guardjs/ModelMaker" tabindex="0"
class="btn bg-blue-ui white read">read more on Github</a> </div>
<!--Read More Button-->
</div>
</div>
</div>
<div class="col-md-4 to-animate">
<div class="item-box-blog">
<div class="item-box-blog-image to-animate">
<!--Date-->
<div class="item-box-blog-date bg-blue-ui white"> <span class="mon">Feature Extractor</span> </div>
<!--Image-->
<figure> <img alt="" src="images/extract_logo.png">
</figure>
</div>
<div class="item-box-blog-body">
<!--Text-->
<div class="item-box-blog-text">
<p>This code will get source code and extracts features that indicates if a file is malware or not
</p>
</div>
<div class="mt"> <a href="https://github.com/guardjs/featureExtractor" tabindex="0"
class="btn bg-blue-ui white read">read more on Github</a> </div>
<!--Read More Button-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="fh5co-pricing" data-section="pricing">
<div class="fh5co-pricing">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Plans Built For Every One</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext">
<h3 class="to-animate">Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia, there live the blind texts. Separated they live in Bookmarksgrove. </h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="price-box to-animate">
<h2 class="pricing-plan">Starter</h2>
<div class="price"><sup class="currency">$</sup>7<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>10 projects</li>
<li>20 Pages</li>
<li>20 Emails</li>
<li>100 Images</li>
</ul>
<p><a href="#" class="btn btn-primary">Read More</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="price-box to-animate">
<h2 class="pricing-plan">Regular</h2>
<div class="price"><sup class="currency">$</sup>19<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>15 projects</li>
<li>40 Pages</li>
<li>40 Emails</li>
<li>200 Images</li>
</ul>
<p><a href="#" class="btn btn-primary">Read More</a></p>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-3 col-sm-6 to-animate">
<div class="price-box popular">
<div class="popular-text">Best value</div>
<h2 class="pricing-plan">Plus</h2>
<div class="price"><sup class="currency">$</sup>79<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>Unlimitted projects</li>
<li>100 Pages</li>
<li>100 Emails</li>
<li>700 Images</li>
</ul>
<p><a href="#" class="btn btn-primary">Read More</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="price-box to-animate">
<h2 class="pricing-plan">Enterprise</h2>
<div class="price"><sup class="currency">$</sup>125<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>Unlimitted projects</li>
<li>Unlimitted Pages</li>
<li>Unlimitted Emails</li>
<li>Unlimitted Images</li>
</ul>
<p><a href="#" class="btn btn-primary">Read More</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-push-3 to-animate">
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,
there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a
large language ocean. Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the
Semantics, a large language ocean</p>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,
there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a
large language ocean. Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the
Semantics, a large language ocean.</p>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-team" data-section="team">
<div class="fh5co-team">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Our Staff</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext">
<h3 class="to-animate">Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia, there live the blind texts. Separated they live in Bookmarksgrove. </h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="team-box text-center to-animate-2">
<div class="user"><img class="img-reponsive" src="images/user-1.jpg" alt="Roger Garfield"></div>
<h3>Roger Garfield</h3>
<span class="position">Co-Founder, Lead Developer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language
ocean.</p>
<ul class="social-media">
<li><a href="#" class="facebook"><i class="icon-facebook"></i></a></li>
<li><a href="#" class="twitter"><i class="icon-twitter"></i></a></li>
<li><a href="#" class="dribbble"><i class="icon-dribbble"></i></a></li>
<li><a href="#" class="codepen"><i class="icon-codepen"></i></a></li>
<li><a href="#" class="github"><i class="icon-github-alt"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="team-box text-center to-animate-2">
<div class="user"><img class="img-reponsive" src="images/user-2.jpg" alt="Roger Garfield"></div>
<h3>Kevin Steve</h3>
<span class="position">Co-Founder, Product Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language
ocean.</p>
<ul class="social-media">
<li><a href="#" class="facebook"><i class="icon-facebook"></i></a></li>
<li><a href="#" class="twitter"><i class="icon-twitter"></i></a></li>
<li><a href="#" class="dribbble"><i class="icon-dribbble"></i></a></li>
<li><a href="#" class="codepen"><i class="icon-codepen"></i></a></li>
<li><a href="#" class="github"><i class="icon-github-alt"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="team-box text-center to-animate-2">
<div class="user"><img class="img-reponsive" src="images/user-3.jpg" alt="Roger Garfield"></div>
<h3>Ross Standford</h3>
<span class="position">Full Stack Developer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language
ocean.</p>
<ul class="social-media">
<li><a href="#" class="facebook"><i class="icon-facebook"></i></a></li>
<li><a href="#" class="twitter"><i class="icon-twitter"></i></a></li>
<li><a href="#" class="dribbble"><i class="icon-dribbble"></i></a></li>
<li><a href="#" class="codepen"><i class="icon-codepen"></i></a></li>
<li><a href="#" class="github"><i class="icon-github-alt"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="getting-started getting-started-1">
<div class="getting-grid" style="background-image: url(images/full_image_1.jpg);">
<div class="desc text-center">
<h2>Getting Started</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind
texts. </p>
<p><a href="#" class="btn btn-primary">Get in touch</a></p>
</div>
</div>
</div>
-->
<section id="fh5co-footer" data-section="footer">
<div class="container">
<div class="row">
<div class="col-md-4 to-animate">
<h3 class="section-title">About Us</h3>
<p>I'm recently graduated from MS of information technology from university of Qom.
I freelance develope web-app using nodejs and reactjs.
I have some students and help them improve their skills.
</p>
<p class="copy-right">© 2019 easa <br>All Rights Reserved. <br>
Designed by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a>
Demo Images: <a href="http://unsplash.com/" target="_blank">Unsplash</a>
</p>
</div>
<div class="col-md-4 to-animate">
<h3 class="section-title">Our Address</h3>
<ul class="contact-info">
<li><i class="icon-map-marker"></i>Shahi Mazandaran Iran</li>
<li><i class="icon-phone"></i><a href="tel:+989156410503">+98 915 641 0503</a></li>
<li><i class="icon-envelope"></i><a href="malto:[email protected]">[email protected]</a></li>
<li><i class="icon-globe2"></i><a href="https://guardjs.github.io">guardjs.github.io</a></li>
</ul>
<h3 class="section-title">Connect with Us</h3>
<ul class="social-media">
<li><a href="https://facebook.com/eisanodehi" class="facebook"><i class="icon-facebook"></i></a></li>
<li><a href="https://twitter.com/eisanodehi" class="twitter"><i class="icon-twitter"></i></a></li>
<li><a href="https://t.me/eisanodehi" class="telegram"><i class="icon-crosshairs"></i></a></li>
<li><a href="https://github.com/easa" class="github"><i class="icon-github-alt"></i></a></li>
</ul>
</div>
<div class="col-md-4 to-animate">
<!--
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="horizontal"
data-theme="dark" data-vanity="easa"><a class="LI-simple-link"
href='https://ir.linkedin.com/in/easa?trk=profile-badge'>Eisa Nodehi</a></div> -->
<div dir="ltr" class="to-animate LI-badge-container-horizontal-dark LI-badge-container horizontal dark medium">
<div class="LI-profile-badge-header LI-name-container LI-row">
<div class="LI-col">
<div class="LI-profile-pic-container"><img
src="https://media.licdn.com/dms/image/C5603AQG9iMfjMUr0eA/profile-displayphoto-shrink_100_100/0?e=1575504000&v=beta&t=BTNPteP6bUfXvmMiZIGrUxEYgZqe_n1m0QQ1a5oW2us"
class="LI-profile-pic" alt="Eisa Nodehi" width="200" height="200"></div>
</div>
<div class="LI-col LI-header">
<div class="LI-name"><a href="https://ir.linkedin.com/in/easa?trk=profile-badge-name">Eisa Nodehi</a>
</div>
<div class="LI-title">Freelance Nodejs Developer</div>
</div>
</div>
<ul class="LI-more-info">
<li class="LI-field"><img
src="https://media.licdn.com/dms/image/C4E0BAQHhJn9PdYCmaw/company-logo_200_200/0?e=1577923200&v=beta&t=0eZcba4iDYb2EjxbP9n0F0UKmHM1LPJn3HzQkKjbTzc"
class="LI-field-icon" alt="Freelancer"><a
href="https://www.linkedin.com/company/lukaszfreelancer?trk=profile-badge-company">Freelancer</a></li>
<li class="LI-field"><img
src="https://media.licdn.com/dms/image/C560BAQFpsIcGIVLgqA/company-logo_200_200/0?e=1577923200&v=beta&t=UDBQOTvPw_KLJH8wE_EuaQWNJjjFIwZgtNcEAIsZvUA"
class="LI-field-icon" alt="University of Qom, Engineering Faculty"><a
href="https://www.linkedin.com/edu/university-of-qom-engineering-faculty-3210647?trk=profile-badge-school">University
of Qom, Engineering Faculty</a></li>
</ul>
<div class="LI-footer LI-row"><a href="https://ir.linkedin.com/in/easa?trk=profile-badge-cta"
class="LI-view-profile">View profile</a><span class="LI-logo"><img
src="https://static-exp1.licdn.com/scds/common/u/images/logos/linkedin/logo_linkedin_flat_white_93x21.png"
alt="LinkedIn" class="LI-icon"></span></div>
</div>
<!-- <h3 class="section-title">Drop us a line</h3>
<form class="contact-form">
<div class="form-group">
<label for="name" class="sr-only">Name</label>
<input type="name" class="form-control" id="name" placeholder="Name">
</div>
<div class="form-group">
<label for="email" class="sr-only">Email</label>
<input type="email" class="form-control" id="email" placeholder="Email">
</div>
<div class="form-group">
<label for="message" class="sr-only">Message</label>
<textarea class="form-control" id="message" rows="7" placeholder="Message"></textarea>
</div>
<div class="form-group">
<input type="submit" id="btn-submit" class="btn btn-send-message btn-md" value="Send Message">
</div>
</form> -->
</div>
</div>
</section>
</div>
<!-- <div id="map" class="fh5co-map"></div> -->
<!-- linkedin -->
<!-- <script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script> -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counters -->
<script src="js/jquery.countTo.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>