-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
762 lines (680 loc) · 25.3 KB
/
index.html
File metadata and controls
762 lines (680 loc) · 25.3 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
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!DOCTYPE html>
<html lang="zxx">
<!-- Mirrored from www.innovationplans.com/idesign/personala/dark.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 19 Mar 2019 21:02:52 GMT -->
<head>
<!-- Metas -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="keywords" content="HTML5 Template Personala onepage themeforest" />
<meta name="description" content="Personala - Onepage Multi-Purpose HTML5 Template" />
<meta name="author" content="His7am" />
<!-- Title -->
<title>Steven Hobbs About Page</title>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:100i,300,400,600,700" rel="stylesheet">
<!-- Plugins -->
<link rel="stylesheet" href="css/plugins.css" />
<!-- Core Style Css -->
<link rel="stylesheet" href="css/style.css" />
<script data-ad-client="ca-pub-1772858390197934" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body class="dark-theme">
<!-- =====================================
==== Start Loading -->
<div class="loading">
<div class="text-center middle">
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
</div>
</div>
<!-- End Loading ====
======================================= -->
<!-- =====================================
==== Start Navbar -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo -->
<a class="logo" href="#">Steven Hobbs</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"><i class="fas fa-bars"></i></span>
</button>
<!-- navbar links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="#" data-scroll-nav="0">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-scroll-nav="1">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-scroll-nav="2">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-scroll-nav="3">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-scroll-nav="4">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-scroll-nav="5">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-scroll-nav="6">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar ====
======================================= -->
<!-- =====================================
==== Start Header -->
<header class="header valign bg-img" data-scroll-index="0" data-overlay-dark="5" data-background="img/bg1.jpg" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="vertical-center full-width text-center caption">
<h2>I Love To Design </h2>
<h1 class="cd-headline clip">
<span class="blc">I Am </span>
<span class="cd-words-wrapper">
<b class="is-visible">Steven Hobbs</b>
<b>a Developer</b>
<b>a Designer</b>
<b>a Scientist</b>
<b>a Engineer</b>
</span>
</h1>
</div>
</div>
</div>
<div class="arrow">
<a href="#" data-scroll-nav="1">
<i class="fas fa-chevron-down"></i>
</a>
</div>
</header>
<!-- End Header ====
======================================= -->
<!-- =====================================
==== Start Hero -->
<section class="hero section-padding" data-scroll-index="1">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="hero-img mb-md50">
<img src="img/hero.jpg" alt="">
</div>
</div>
<div class="col-lg-7">
<div class="content">
<h4 class="title title-left">I Am UI / UX Designer</h4>
<p>I am <span>Steven Hobbs</span> I will apply allthe knowledge gained from my experiences and contacts in order to leave a warm and lasting impression on the clientele. I would be right at home among any IT staff or application developers. I have conducted research at UCSC and Caltech through the Southern California Bioinformatics Institute and MARC/MBRS programs. I also received professional training in presenting scientific documents and reports.</p>
<div class="social-icon">
<a href="https://www.facebook.com/steven.hobbs.5855">
<span class="icon"><i class="fab fa-facebook-f"></i></span>
</a>
<a href="https://twitter.com/shobbsMH">
<span class="icon"><i class="fab fa-twitter"></i></span>
</a>
<a href="https://www.instagram.com/hobbsthegreat/">
<span class="icon"><i class="fab fa-instagram"></i></span>
</a>
<div id="like_button_container"></div>
</div>
<span class="buton text-center">
<a href="#0" front="Hire Me" back="" data-scroll-nav="6"></a>
</span>
<span class="buton buton-bord text-center">
<a href="CV.pdf" front="Download C.V" back="" download="CV.pdf"></a>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- End Hero ====
======================================= -->
<!-- =====================================
==== Start Resume -->
<section class="resume bg-img" data-overlay-dark="8" data-background="img/b4.jpg" data-scroll-index="1">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="item mb-md50">
<span class="icon icon-pencil"></span><br>
<h5 class="title title-left">Education</h5>
<ul>
<li>
<h6>University of California Santa Cruz</h6>
<p>Bachelor of Science</p>
</li>
<li>
<h6>Porter College</h6>
<p>Film and Digital Design</p>
</li>
<li>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="item mb-md50">
<span class="icon icon-briefcase"></span><br>
<h5 class="title title-left">Experience</h5>
<ul>
<li>
<h6>Bioinformatics Researcher</h6>
<p>MARC MBRS CAMP</p>
</li>
<li>
<h6>Teachers Assistant</h6>
<p>CalTeach</p>
</li>
<li>
<h6>Computer Networks Tutor</h6>
<p>Learning Support Services</p>
</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="item skills">
<span class="icon icon-layers"></span><br>
<h5 class="title title-left">My Skills</h5>
<div class="skill">
<h6>Web Design <span>70%</span></h6>
<div class="skills-progress"><span data-value='70%'></span></div>
</div>
<div class="skill">
<h6>Development Operations <span>80%</span></h6>
<div class="skills-progress"><span data-value='80%'></span></div>
</div>
<div class="skill">
<h6>Deployment<span>85%</span></h6>
<div class="skills-progress"><span data-value='85%'></span></div>
</div>
<div class="skill">
<h6>Machine Learning <span>75%</span></h6>
<div class="skills-progress"><span data-value='75%'></span></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Resume ====
======================================= -->
<!-- =====================================
==== Start Services -->
<section class="services section-padding" data-scroll-index="2">
<div class="container">
<div class="row">
<div class="section-head full-width">
<h4 class="title">My Services</h4>
</div>
<div class="col-lg-4 col-md-6">
<div class="item mb-md50">
<span class="icon icon-laptop"></span>
<h6>Web Design</h6>
<p>Custom Websites, Mobile Friendly, Local SEO & Marketing</p>
</div>
</div>
<div class="col-lg-4 col-md-6 active bolt">
<div class="item mb-md50">
<span class="icon icon-layers"></span>
<h6>Development</h6>
<p>Java, C, C++, Matlab, Perl, Python, R, Ruby,</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="item mb-md50">
<span class="icon icon-megaphone"></span>
<h6>Deployment</h6>
<p>Github, AWS, Google Compute, Linux, OSX Mojave, Windows 10</p>
</div>
</div>
<div class="bord full-width"></div>
<div class="col-lg-4 col-md-6">
<div class="item mb-md50">
<span class="icon icon-shield"></span>
<h6>Clean Code</h6>
<p>Lint, Unit Testing, SOLID principles,</p>
</div>
</div>
<div class="col-lg-4 col-md-6 active">
<div class="item mb-sm50">
<span class="icon icon-mobile"></span>
<h6>Fully Responsive</h6>
<p>Css, RESTful API, SOAP</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="item">
<span class="icon icon-gears"></span>
<h6>Custom Support</h6>
<p>local hosting, to Scaling to Cloud providers</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Services ====
======================================= -->
<!-- =====================================
==== Start Numbers -->
<div class="numbers bg-img" data-stellar-background-ratio="0.5" data-overlay-dark="8" data-background="img/b3.jpg">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="item mb-md50">
<span class="icon icon-happy"></span>
<h2 class="count"></h2>
<p>Happy Customers</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="item mb-md50">
<span class="icon icon-layers"></span>
<h2 class="count"></h2>
<p>Projects Completed</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="item mb-sm50">
<span class="icon icon-download"></span>
<h2 class="count"></h2>
<p>Files Downloaded</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="item">
<span class="icon icon-pencil"></span>
<h2 class="count"></h2>
<p>Lines Of Code</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Numbers ====
======================================= -->
<!-- =====================================
==== Start Portfolio -->
<section class="portfolio section-padding" data-scroll-index="3">
<div class="container">
<div class="row">
<!-- Section-Head -->
<div class="section-head full-width">
<h4 class="title">My Projects</h4>
</div>
</div>
<div class="row justify-content-center">
<!-- filter links -->
<div class="filtering text-center mb-50">
<span data-filter='*' class="active">All</span>
<span data-filter='.brand'>Art</span>
<span data-filter='.web'>Design</span>
<span data-filter='.graphic'>Photography</span>
</div>
<!-- gallery -->
<div class="gallery full-width">
<!-- gallery item -->
<div class="col-md-6 col-lg-4 items graphic">
<div class="item-img">
<img src="img/portfolio/1.jpg" alt="image">
<div class="item-img-overlay text-center valign">
<div class="overlay-info vertical-center full-width">
<h6>Still . Motion</h6>
<h5>Nature Captures</h5>
</div>
<a href="img/portfolio/1.jpg" class="link">
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
<!-- gallery item -->
<div class="col-md-6 col-lg-4 items web">
<div class="item-img">
<img src="img/portfolio/2.jpg" alt="image">
<div class="item-img-overlay text-center valign">
<div class="overlay-info vertical-center full-width">
<h6>Computational . Photography</h6>
<h5>360 Degree Spaces</h5>
</div>
<a href="img/portfolio/2.jpg" class="link">
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
<!-- gallery item -->
<div class="col-md-6 col-lg-4 items graphic">
<div class="item-img">
<img src="img/portfolio/3.jpg" alt="image">
<div class="item-img-overlay text-center valign">
<div class="overlay-info vertical-center full-width">
<h6>AI Photography</h6>
<h5>Imagination GPU</h5>
</div>
<a href="img/portfolio/3.jpg" class="link">
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
<!-- gallery item -->
<div class="col-md-6 col-lg-4 items web">
<div class="item-img">
<img src="img/portfolio/4.JPG" alt="image">
<div class="item-img-overlay text-center valign">
<div class="overlay-info vertical-center full-width">
<h6>Design . 3D Printing</h6>
<h5>Creative Design</h5>
</div>
<a href="img/portfolio/4.JPG" class="link">
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
<!-- gallery item -->
<div class="col-md-6 col-lg-4 items brand">
<div class="item-img">
<img src="img/portfolio/5.png" alt="image">
<div class="item-img-overlay text-center valign">
<div class="overlay-info vertical-center full-width">
<h6>GPU . Masking</h6>
<h5>Nature Design</h5>
</div>
<a href="img/portfolio/5.png" class="link">
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
<!-- gallery item -->
<div class="col-md-6 col-lg-4 items brand">
<div class="item-img">
<img src="img/portfolio/6.png" alt="image">
<div class="item-img-overlay text-center valign">
<div class="overlay-info vertical-center full-width">
<h6>GPU . Masking</h6>
<h5>Graffti Mural</h5>
</div>
<a href="img/portfolio/6.png" class="link">
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<!-- End Portfolio ====
======================================= -->
<!-- =====================================
==== Start Testimonails -->
<section class="testimonials section-padding bg-img" data-overlay-dark="8" data-background="img/b2.jpg" data-scroll-index="4">
<div class="container">
<div class="row">
<!-- Section-Head -->
<div class="section-head full-width mb-50">
<span class="icon icon-quote"></span><br>
<h4 class="title">Testimonials</h4>
</div>
<div class="offset-md-1 col-md-10">
<div class="owl-carousel owl-theme text-center">
<div class="citem">
<p>Steven's weekly essays were very good and displayed clear and
consistent written communication skills. Steven's participation in
discussion section was good particularly in relation to group work
and attendance.
</p>
<h5>Cressida Limon</h5><h6>Bioethics TA</h6>
</div>
<div class="citem">
<p> The overall work was excellent (A). The programs were
excellent (A). The tests and exams were excellent (A).
</p>
<h5>W.F Mackey</h5><h6>Computer Science Professor</h6>
</div>
<div class="citem">
<p>Hobbs was a valuable and engaged member of this Writing One section,
an insightful and active participant in group discussions both in
class and on the section email list. He proved an intelligent
interrogator of educational issues ranging from the reasons for
student "invisibility" and some ways to improve the situation (which
he constructed as a realistic creative play) to the educational
potential of a certain game to (the subject of his final research
essay) the potential of technology to re-engage students. </p>
<h5>Arthur,D.L</h5><h6>RHETORIC & INQUIRY INSTRUCTOR </h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonails ====
======================================= -->
<!-- =====================================
==== Start Blog -->
<section class="blog section-padding" data-scroll-index="5">
<div class="container">
<div class="row">
<div class="section-head full-width">
<h4 class="title">My Blog</h4>
</div>
<div class="owl-carousel owl-theme">
<div class="pitem">
<div class="post-img">
<a href="#0">
<img src="img/blog/1.jpg" alt="">
</a>
<a href="#0" class="tag">WordPress</a>
</div>
<div class="content">
<h3>
<a href="#0">ONLY USE WHAT YOU NEED DEVELOPING A HYBRID CLOUD</a>
</h3>
<p>Optimize consumption of services, it doesn’t make sense to pay for services that don’t add business value. First Calculate usage, cost plans and set hard limits on how much users, teams, or projects can consume services. …</p>
<div class="info">
<span class="more">
<a href="#0">Read More</a>
</span>
<span class="by">
<a href="#0">By : Steven Hobbs</a>
</span>
</div>
</div>
</div>
<div class="pitem">
<div class="post-img">
<a href="#0">
<img src="img/blog/2.jpg" alt="">
</a>
<a href="#0" class="tag">Writing Sample</a>
</div>
<div class="content">
<h3>
<a href="#0"> Architectural imagination A comparison between the ground and the sky a layered discussion</a>
</h3>
<p>Pay attention to features such as: how the buildings meet the ground and sky; the nature of the "wrapper" or enclosing envelope how light and shade are used; and how openings, such as windows and doors, are organized. …</p>
<div class="info">
<span class="more">
<a href="#0">Read More</a>
</span>
<span class="by">
<a href="#0">By : Steven Hobbs</a>
</span>
</div>
</div>
</div>
<div class="pitem">
<div class="post-img">
<a href="#0">
<img src="img/blog/3.jpg" alt="">
</a>
<a href="#0" class="tag">Presentations</a>
</div>
<div class="content">
<h3>
<a href="#0">Argonaute (RNA interference protein)</a>
</h3>
<p>Argonaute is the main effector molecule in eukaryotic RNA interference (gene silencing)…</p>
<div class="info">
<span class="more">
<a href="#0">Read More</a>
</span>
<span class="by">
<a href="#0">By : Steven Hobbs</a>
</span>
</div>
</div>
</div>
<div class="pitem">
<div class="post-img">
<img src="img/blog/4.jpg" alt="">
<a href="#0" class="tag">Writing Sample</a>
</div>
<div class="content">
<h3>
<a href="#0">K’ang Hsi, Description of his role as Emperor</a>
</h3>
<p>A Successful and prosperous ruler of China K’ang Hsi, was an intelligent and thoughtful person who thought twice before rushing into decision. He set forth to keep a detailed collection …</p>
<div class="info">
<span class="more">
<a href="#0">Read More</a>
</span>
<span class="by">
<a href="#0">By : Steven Hobbs</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Blog ====
======================================= -->
<!-- =====================================
==== Start Contact -->
<section class="contact section-padding bg-img" data-overlay-dark="8" data-background="img/b5.jpg" data-scroll-index="6">
<div class="container">
<div class="row">
<!-- Section-Head -->
<div class="section-head full-width mb-50">
<h4 class="title">Get In Touch</h4>
</div>
<div class="row">
<form name="contact" method="POST" data-netlify="true" data-netlify-recaptcha="true">
<p>
<label>Your Name: <input type="text" name="name" /></label>
</p>
<p>
<label>Your Email: <input type="email" name="email" /></label>
</p>
<p>
<label>Your Role: <select name="role[]" multiple>
<option value="Hiring Manager">Hiring Manager</option>
<option value="Recruter">Recruter</option>
<option value="Developer">Developer</option>
<option value="Designer">Designer</option>
</select></label>
</p>
<p>
<label>Message: <textarea name="message"></textarea></label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>
</div>
<div class="info full-width">
<div class="row">
<div class="col-md-4">
<div class="item mb-sm50">
<span class="icon icon-mobile"></span>
<div class="cont">
<h6>Phone</h6>
<p>+1 408 782 4204</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="item mb-sm50">
<span class="icon icon-envelope"></span>
<div class="cont">
<h6>Email</h6>
<p>mail.shobbs@gmail.com</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="item">
<span class="icon icon-map-pin"></span>
<div class="cont">
<h6>Address</h6>
<p>100 Ogier Ave Space 29, Morgan Hill, CA, 95037</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact ====
======================================= -->
<!-- =====================================
==== Start Footer -->
<footer class="footer">
<p>Copyright © And Made With Love All Rights Reserved.</p>
</footer>
<!-- End Footer ====
======================================= -->
<!-- Load React. -->
<!-- Note: when deploying, replace "development.js" with "production.min.js". -->
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<!-- Load our React component. -->
<script src="js/like_button.js"></script>
<!-- jQuery -->
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/jquery-migrate-3.0.0.min.js"></script>
<!-- popper.min -->
<script src="js/popper.min.js"></script>
<!-- bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- scrollIt -->
<script src="js/scrollIt.min.js"></script>
<!-- animated.headline -->
<script src="js/animated.headline.js"></script>
<!-- jquery.waypoints.min -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- jquery.counterup.min -->
<script src="js/jquery.counterup.min.js"></script>
<!-- owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- jquery.magnific-popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- stellar js -->
<script src="js/jquery.stellar.min.js"></script>
<!-- isotope.pkgd.min js -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- validator js -->
<script src="js/validator.js"></script>
<!-- custom scripts -->
<script src="js/scripts.js"></script>
<!-- custom added vanillia js -->
<script src="js/vanilla.js"></script>
</body>
<!-- Mirrored from www.innovationplans.com/idesign/personala/dark.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 19 Mar 2019 21:03:40 GMT -->
</html>