-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·537 lines (507 loc) · 23.9 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>徐东升</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<!-- 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="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.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>
<div id="colorlib-page">
<div class="container-wrap">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<aside id="colorlib-aside" role="complementary" class="border js-fullheight">
<div class="text-center">
<div class="author-img" style="background-image: url(images/xds.jpg);"></div>
<h1 id="colorlib-logo"><a href="index.html">Alvin (徐东升)</a></h1>
<span class="position">Chemical Engineer and Programmer</span>
</div>
<nav id="colorlib-main-menu" role="navigation" class="navbar">
<div id="navbar" class="collapse">
<ul>
<li class="active"><a href="#" data-nav-section="home">Home</a></li>
<li><a href="#" data-nav-section="about">About</a></li>
<li><a href="#" data-nav-section="skills">Skills</a></li>
<li><a href="#" data-nav-section="education">Education</a></li>
<li><a href="#" data-nav-section="experience">Experience</a></li>
<li><a href="#" data-nav-section="work">Work</a></li>
<li><a href="#" data-nav-section="contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="colorlib-footer">
<p><small>
<span>© <script>document.write(new Date().getFullYear());</script> Alvin</span>
<span>Adapted from template by <a href="https://colorlib.com" target="_blank">Colorlib</a></span>
</small></p>
<ul>
<li><a href="https://www.linkedin.com/in/xudongsheng/"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://github.com/alvinxds"><i class="icon-github"></i></a></li>
<li><a href="mailto:[email protected]"><i class="icon-mail5"></i></a></li>
</ul>
</div>
</aside>
<div id="colorlib-main">
<section id="colorlib-hero" class="js-fullheight" data-section="home">
<div class="flexslider js-fullheight">
<ul class="slides">
<li style="background-image: url(images/nwu.jpg);">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 col-sm-12 col-xs-12 js-fullheight slider-text">
<div class="slider-text-inner js-fullheight" style="background-color: #fffa">
<div class="desc">
<h1>Hi! <br>I'm Alvin (徐东升)</h1>
<h2>A student studying chemical kinetics at NWU</h2>
<p><a href="xu_dongsheng_resume.pdf" download class="btn btn-primary btn-learn">Download Resume <i class="icon-download4"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(images/pavilion.jpg);">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 col-sm-12 col-xs-12 js-fullheight slider-text">
<div class="slider-text-inner" style="background-color: #fffa">
<div class="desc">
<h1>I am a <br> programmer</h1>
<h2>Currently, focus on <a href="https://rmg.mit.edu">Reaction Mechanism Generator</a></h2>
<p><a class="btn btn-primary btn-learn" href="https://github.com/alvinxds">View GitHub <i class="icon-github"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="colorlib-about" data-section="about">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-12">
<div class="row row-bottom-padded-sm animate-box" data-animate-effect="fadeInLeft">
<div class="col-md-12">
<div class="about-desc">
<span class="heading-meta">About Me</span>
<h2 class="colorlib-heading">Who Am I?</h2>
<p>Hi! I am <strong>Alvin (徐东升)</strong>, a chemical engineer and programmer working in the Chemical Energing Institute at NWU.</p>
<p>I was born in Xi'an of China, spending my formative years in a suburban country near Xi'an before attending Liaoning Univerdity of Petroleum and Chemical Technology for my undergraduate studies. My love of chemistry and desire to do fundamental research led me to NWU, where I worked on chemical kinetics.</p>
<p>As part of my research, I was engaged in heavy oil hydrogenation work, and a large part of my thesis work involves the simulation of surface catalysis through MS, VASP,CP2K, and Chemkin for preparation of the performable catalyst. Moreover, I am interested in the <strong>Reaction Mechanism Generator</strong> (RMG) software for the complicated catalytic reaction mechanism. </p>
<p>Additionally, I had the opportunity to participate in the Chemical Engineering Practice as part of my master's work, which involved 2 very different projects over 2 years at 2 companies, which gave me invaluable experience in project management, solving engineering problems, and writing proper project reporter. </p>
<p>In my spare time, I enjoy travelling, reading, swimming, and gaming.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 animate-box" data-animate-effect="fadeInLeft">
<div class="services color-1">
<span class="icon2"><i class="icon-bulb"></i></span>
<h3>Open-Source Software</h3>
</div>
</div>
<div class="col-md-3 animate-box" data-animate-effect="fadeInRight">
<div class="services color-2">
<span class="icon2"><i class="icon-fire2"></i></span>
<h3>Chemical Kinetics</h3>
</div>
</div>
<div class="col-md-3 animate-box" data-animate-effect="fadeInTop">
<div class="services color-3">
<span class="icon2"><i class="icon-data"></i></span>
<h3>Quantum Chemistry</h3>
</div>
</div>
<div class="col-md-3 animate-box" data-animate-effect="fadeInBottom">
<div class="services color-4">
<span class="icon2"><i class="icon-globe2"></i></span>
<h3>Web Development</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="colorlib-counter" class="colorlib-counters" style="background-image: url(images/wall.jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="colorlib-narrow-content">
<div class="row">
</div>
<div class="row">
<div class="col-md-3 text-center animate-box">
<span class="colorlib-counter js-counter" data-from="0" data-to="610" data-speed="5000" data-refresh-interval="50"></span>
<span class="colorlib-counter-label">Commits</span>
</div>
<div class="col-md-3 text-center animate-box">
<span class="colorlib-counter js-counter" data-from="0" data-to="388" data-speed="5000" data-refresh-interval="50"></span>
<span class="colorlib-counter-label">Cups of coffee</span>
</div>
<div class="col-md-3 text-center animate-box">
<span class="colorlib-counter js-counter" data-from="0" data-to="149" data-speed="5000" data-refresh-interval="50"></span>
<span class="colorlib-counter-label">Quantum calculations</span>
</div>
<div class="col-md-3 text-center animate-box">
<span class="colorlib-counter js-counter" data-from="0" data-to="5" data-speed="5000" data-refresh-interval="50"></span>
<span class="colorlib-counter-label">Conferences</span>
</div>
</div>
</div>
</div>
<section class="colorlib-skills" data-section="skills">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<span class="heading-meta">My Specialty</span>
<h2 class="colorlib-heading animate-box">My Skills</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<p>On the programming front, I have 3+ years of experience in open-source development in Python, in Linux/MacOS environments using git/GitHub. As admin of a Linux server and Django website, I am also familiar with shell scripting, Django, HTML+CSS, JavaScript, and sqlite. In addition, my chemical engineering background gives me experience with chemical kinetic modeling and simulation (RMG, CHEMKIN, Cantera), quantum chemistry calculations (Gaussian, QChem, ORCA), process simulation (Aspen), computational fluid dynamics (COMSOL), 3D modeling (Solidworks, Inventor). Finally, MATLAB, Mathematica, LaTeX, and Microsoft Word/Excel/Powerpoint/Visio have been vital tools throughout my academic and professional work.</p>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>Python</h3>
<div class="progress">
<div class="progress-bar color-1" role="progressbar" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100" style="width:90%">
<span>90%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>git</h3>
<div class="progress">
<div class="progress-bar color-2" role="progressbar" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100" style="width:80%">
<span>80%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>MATLAB</h3>
<div class="progress">
<div class="progress-bar color-3" role="progressbar" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100" style="width:75%">
<span>75%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>Microsoft Office</h3>
<div class="progress">
<div class="progress-bar color-4" role="progressbar" aria-valuenow="95"
aria-valuemin="0" aria-valuemax="100" style="width:95%">
<span>95%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>Chemical Kinetics</h3>
<div class="progress">
<div class="progress-bar color-5" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100" style="width:70%">
<span>70%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>Quantum Chemistry</h3>
<div class="progress">
<div class="progress-bar color-6" role="progressbar" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100" style="width:65%">
<span>65%</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-education" data-section="education">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<span class="heading-meta">Education</span>
<h2 class="colorlib-heading animate-box">Education</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<div class="fancy-collapse-panel">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
M.S. Chemical Engineering
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>University of Northwest, Xi'an, Shaanxi<br>
<i>Expected 2020</i><br>
GPA: 3.29/4.0</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
B.S. Chemical Engineering and Craft
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<p>Liaoning Univerdity of Petroleum and Chemical Technology, Fushun, Liaoning<br>
<i>June 2016</i><br>
GPA: 3.13/4.0</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-experience" data-section="experience">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<span class="heading-meta">Experience</span>
<h2 class="colorlib-heading animate-box">Work Experience</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="timeline-centered">
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-1">
<i class="icon-pen2"></i>
</div>
<div class="timeline-label">
<h2>Process Researcher <span>Sep 2017 - Present</span></h2>
<p><i>Northwest University, Xi'an, Shaanxi</i></p>
<p>I work in Prof. Dan Yong & Li Wenhong's research group in heavy oil catalytic hydrogenation. My research focus is on the process of selective hydrogenation and conversion of heavy aromatics raw oil, for example, CPP diesel, to monocyclic aromatic hydrocarbons.</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-2">
<i class="icon-pen2"></i>
</div>
<div class="timeline-label">
<h2> Analytical Surveyor <span>Apr 2017 - July 2017</span></h2>
<p><i>Yangling Dailyhealth Bio-engineering Technology Co.,Ltd., Xian Yang, Shaanxi</i></p>
<p>As a analytical surveyor for the laboratory in the Dailhealth. To be uodated...</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInRight">
<div class="timeline-entry-inner">
<div class="timeline-icon color-3">
<i class="icon-briefcase3"></i>
</div>
<div class="timeline-label">
<h2 hidden>Practice School Consultant <span>Apr 2016 - May 2016</span></h2>
<p hidden><i>Woodside Energy, Perth, Australia</i></p>
<p hidden>I worked at Woodside for my second Practice School station. Our first project was resolving mass balance discrepancies within the high pressure fuel gas system at the plant via meter calibration and data reconciliation. Our second project was focused on heat exchanger design and analysis via CFD to explore geometries made possible by 3D printing.</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-4">
<i class="icon-briefcase3"></i>
</div>
<div class="timeline-label">
<h2 hidden>Practice School Consultant <span>Feb 2016 - Mar 2016</span></h2>
<p hidden><i>MedImmune, Gaithersburg, MD</i></p>
<p hidden>I worked at MedImmune for my first Practice School station. Our first project focused on developing computational tools to simplify data analysis for hydrogen-deuterium exchange mass spectrometry, and our second project focused on improving understanding of protein solution behavior through both experimentation and computation.</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInTop">
<div class="timeline-entry-inner">
<div class="timeline-icon color-5">
<i class="icon-pen2"></i>
</div>
<div class="timeline-label">
<h2 hidden>Undergraduate Teaching Assistant <span>Aug 2011 - May 2014</span></h2>
<p hidden><i>Georgia Institute of Technology, Atlanta, GA</i></p>
<p hidden>I was a teaching assistant for MATH 2403 Differential Equations for three semesters, in charge of one or two class sections of around 35 students each per semester. Responsibilities included teaching two 50 minute recitation sessions per week per class, holding office hours for individual help, as well as writing, proctoring, and grading quizzes and exams.</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInTop">
<div class="timeline-entry-inner">
<div class="timeline-icon color-6">
<i class="icon-pen2"></i>
</div>
<div class="timeline-label">
<h2 hidden>Undergraduate Research Assistant <span>Jan 2013 - Aug 2013</span></h2>
<p hidden><i>Georgia Institute of Technology, Atlanta, GA</i></p>
<p hidden>I worked with Dr. Wei Liu in the research group of Prof. Yulin Deng on the development and optimization of a polyoxometalate (POM) based fuel cell. We successfully designed an air breathing PEM fuel cell that uses POMs as a mediator between raw biomass and oxygen. We performed tests with various POMs and biomass sources, including starch, cellulose, lignin, switchgrass, and wood powder.</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInTop">
<div class="timeline-entry-inner">
<div class="timeline-icon color-1">
<i class="icon-briefcase3"></i>
</div>
<div class="timeline-label">
<h2 hidden>R&D Engineer Co-op <span>May 2011 - Dec 2012</span></h2>
<p hidden><i>Georgia-Pacific Gypsum, Decatur, GA</i></p>
<p hidden>As an R&D co-op at GP Gypsum, I worked on improving the performance of wallboard and underlayment products along with product testing. Screened various additives to understand effects on product performance. Evaluated methods to improve lab practices to better replicate full scale process conditions. Developed preliminary plans to implement pilot line at the research facility. Learned about industry standards and regulations as well as standard testing procedures for wallboard products.</p>
</div>
</div>
</article>
<article class="timeline-entry begin animate-box" data-animate-effect="fadeInBottom">
<div class="timeline-entry-inner">
<div class="timeline-icon color-none">
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-work" data-section="work">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<span class="heading-meta">My Work</span>
<h2 class="colorlib-heading animate-box">Publications and Presentations</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<div class="hire">
Sorry, this section is still under construction!
</div>
</div>
</div>
</section>
<section class="colorlib-contact" data-section="contact">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<span class="heading-meta">Get in Touch</span>
<h2 class="colorlib-heading">Contact</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-globe-outline"></i>
</div>
<div class="colorlib-text">
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-map"></i>
</div>
<div class="colorlib-text">
<p>229 TaiBaiBeiLu<br>BeiLin Distict<br>Xi'an, Shaanxi 710069</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-phone"></i>
</div>
<div class="colorlib-text">
<p><a href="tel:+8613359298215">+86 133-592-98215</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
</div><!-- end:colorlib-main -->
</div><!-- end:container-wrap -->
</div><!-- end:colorlib-page -->
<!-- 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>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Sticky-Kit -->
<script src="js/jquery.sticky-kit.min.js"></script>
<!-- Owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Counters -->
<script src="js/jquery.countTo.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>