-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
714 lines (681 loc) · 26.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>AboutMe | Kimberly Howard</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<!-- ALL CSS Here -->
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- icofont css -->
<link rel="stylesheet" href="css/icofont.css">
<!-- animated-headline css -->
<link rel="stylesheet" href="css/animated-headline.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- magnific-popup css -->
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/meanmenu.min.css">
<!-- owl.carousel.min css -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/perfect-scrollbar.min.css">
<link rel="stylesheet" href="css/owl.theme.min.css">
<link rel="stylesheet" href="css/owl-transtion.css">
<!-- style css -->
<link rel="stylesheet" href="style.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!-- preloder Start -->
<div class="about-me-preloder">
<div class="spinner"></div>
</div>
<!-- preloder End -->
<!-- hero-slider-area start -->
<section class="hero-slider-area hero-slide-bg" id="home">
<div class="hero-slide-info">
<img src="img/KH.jpg" alt="Me">
<div class="hero-text">
<h1>I am
<strong> Kimberly Howard</strong>
</h1>
<div class="cd-headline clip is-full-width">
<span>I am a web</span>
<span class="cd-words-wrapper">
<b class="is-visible">developer</b>
<b>designer</b>
<b>mentor</b>
<b>user</b>
</span>
</div>
<p>I am a MERN Full Stack Web Developer looking for a job where I can use my skills in collaboration, leadership, and
teaching. </p>
</div>
<!-- hero-text end -->
<!-- social-links start -->
<div class="social-links">
<a href="https://www.linkedin.com/in/kimhoward10/" target="_blank">
<img src="img/links/linkedin.png" alt="">
</a>
</div>
<div class="social-links">
<a href="https://github.com/kimberlyhoward" target="_blank">
<img src="img/links/github.png" alt="">
</a>
</div>
<!-- social-links end -->
</div>
</section>
<!-- hero-slider-area end -->
<!-- header-navbar-area start -->
<div class="header-navbar-area">
<div id="menu-stick" class="header-top">
<div class="container">
<div class="row hidden-xs">
<div class="col-md-9">
<!-- manu-navbar start -->
<div class="menu-navbar text-right">
<nav class="collapse navbar-collapse">
<ul class="nav">
<li>
<a href="#home" class="smooth">Home</a>
</li>
<li>
<a href="#about" class="smooth">About</a>
</li>
<li>
<a href="#education" class="smooth">Education</a>
</li>
<li>
<a href="#portfolio" class="smooth">Portfolio</a>
</li>
<li>
<a href="#contact" class="smooth">Contact</a>
</li>
</ul>
</nav>
</div>
<!-- manu-navbar end -->
</div>
</div>
</div>
</div>
</div>
<!-- header-navbar-area end -->
<!-- mobile-mean-menu-area start -->
<div class="mobile-mean-menu-area hidden-lg hidden-md hidden-sm">
<div id="sticker-mobile" class="header-top">
<div class="container">
<div class="row">
<div class="col-sm-12">
</div>
<div class="col-sm-12">
<div class="meanmenu-wrap">
<nav>
<ul class="nav">
<li>
<a href="#home" class="smooth">Home</a>
</li>
<li>
<a href="#about" class="smooth">About</a>
</li>
<li>
<a href="#education" class="smooth">Education</a>
</li>
<li>
<a href="#portfolio" class="smooth">Portfolio</a>
</li>
<li>
<a href="#contact" class="smooth">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- mobile-meanmenu-end -->
<!-- about-me-area start -->
<section class="about-me-area ptb-90" id="about">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- section-title start -->
<div class="section-title">
<h1>About me</h1>
<div class="poly-shape"></div>
<div class="l-shape"></div>
</div>
<!-- section-title end -->
</div>
</div>
<!-- about-myself start -->
<div class="about-myself">
<!-- about-me-all-info start -->
<div class="about-me-all-info">
<div class="row">
<div class="col-md-4 text-center">
<!-- about-me-img start -->
<div class="about-me-img">
<img src="img/KH.jpg" alt="">
</div>
<!-- about-me-img end -->
</div>
<div class="col-md-8 text-center">
<!-- about-me-info start -->
<div class="about-me-info">
<h2>Kimberly Howard</h2>
<p>Full Stack Developer</p>
<a href="img/KH Resume.pdf" target="_blank" class="resume-btn">Download Resume</a>
</div>
<!-- about-me-info end -->
</div>
</div>
</div>
<!-- about-me-all-info end -->
<div class="row">
<div class="col-md-4">
<!-- about-me start -->
<div class="about-me">
<h4>About Me</h4>
<p>Hello! I’m Kimberly. Feel free to call me Kim. I am MERN Full Stack Web Developer looking for a job where I
can use my skills in collaboration, leadership, and teaching to have an awesome, fun job. I have 6 months
experience developing custom and responsive web applications. </p>
</div>
<!-- about-me end -->
</div>
<div class="col-md-6">
<!-- about-personal-info start -->
<div class="about-personal-info">
<ul>
<li>
<strong>Full Name :</strong>Kimberly Howard</li>
<li>
<strong>Email :</strong>khoward1020@gmail.com</li>
<li>
<strong>Location :</strong>Bountiful, Utah</li>
<li>
<strong>Job :</strong>Full Stack Developer</li>
<li>
Willing to Relocate</li>
<br>
<br>
</ul>
<br>
</div>
<!-- about-personal-info end -->
</div>
<div class="col-md-2">
<!-- social-links start -->
<div class="social-links">
<a href="https://www.linkedin.com/in/kimhoward10/" target="_blank">
<img src="img/links/linkedin.png" alt="">
</a>
</div>
<div class="social-links">
<a href="https://github.com/kimberlyhoward" target="_blank">
<img src="img/links/github.png" alt="">
</a>
</div>
<!-- social-links end -->
</div>
</div>
</div>
<!-- about-myself end -->
</div>
</section>
<!-- about-me-area end -->
<!-- all-skill-area start -->
<section class="all-skill-area ptb-90" id="skill">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- section-title start -->
<div class="section-title">
<h1>Skills</h1>
<div class="poly-shape"></div>
<div class="l-shape"></div>
</div>
<!-- section-title end -->
</div>
</div>
<div class="row">
<div class="col-md-7">
<!-- professonal-skill start -->
<div class="professonal-skill text-uppercase m-top-20">
<h3>Professonal Skills</h3>
<!-- HTML progress start -->
<div class="progress">
<div class="p-title">HTML</div>
<div class="progress-bar wow fadeInLeft" data-progress="85%" style="width: 85%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">85%</span>
</div>
</div>
<!-- HTML progress end -->
<!-- css3 progress start -->
<div class="progress">
<div class="p-title">CSS</div>
<div class="progress-bar wow fadeInLeft" data-progress="70%" style="width: 70%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">70%</span>
</div>
</div>
<!-- css3 progress end -->
<!-- Bootstrap progress start -->
<div class="progress">
<div class="p-title">Bootstrap</div>
<div class="progress-bar wow fadeInLeft" data-progress="65%" style="width: 65%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">65%</span>
</div>
</div>
<!-- Bootstrap progress end -->
<!-- JAVA progress start -->
<div class="progress">
<div class="p-title">Java Script</div>
<div class="progress-bar wow fadeInLeft" data-progress="65%" style="width: 65%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">65%</span>
</div>
</div>
<!-- JAVA progress end -->
<!-- MySQL progress start -->
<div class="progress">
<div class="p-title">mySQL</div>
<div class="progress-bar wow fadeInLeft" data-progress="70%" style="width: 70%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">50%</span>
</div>
</div>
<!-- mySQL progress end -->
<!-- node progress start -->
<div class="progress">
<div class="p-title">Node</div>
<div class="progress-bar wow fadeInLeft" data-progress="70%" style="width: 70%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">70%</span>
</div>
</div>
<!-- node progress end -->
<!-- Teamwork progress start -->
<div class="progress">
<div class="p-title">Teamwork</div>
<div class="progress-bar wow fadeInLeft" data-progress="90%" style="width: 90%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">90%</span>
</div>
</div>
<!-- Teamwork progress end -->
<!-- Teaching Skills progress start -->
<div class="progress">
<div class="p-title">Teaching Skills</div>
<div class="progress-bar wow fadeInLeft" data-progress="80%" style="width: 80%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">80%</span>
</div>
</div>
<!-- Teaching Skills progress end -->
<!-- People Skills progress start -->
<div class="progress">
<div class="p-title">People Skills</div>
<div class="progress-bar wow fadeInLeft" data-progress="80%" style="width: 80%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">80%</span>
</div>
</div>
<!-- Project Management progress start -->
<div class="progress">
<div class="p-title">Project Management</div>
<div class="progress-bar wow fadeInLeft" data-progress="75%" style="width: 75%;" data-wow-duration="1.5s" data-wow-delay=".8s">
<span class="pull-right">65%</span>
</div>
</div>
<!-- Project Management progress end -->
<!-- People Skills progress end -->
</div>
<div class="col-md-12">
<!-- resume-print start -->
<div class="resume-print text-center">
<a href="img/KH Resume.pdf" target="_blank" class="resume-btn">Download
<i class="icofont icofont-download-alt"></i>
</a>
<a href="img/KH Resume.pdf" class="resume-btn print">Print
<i class="icofont icofont-print"></i>
</a>
</div>
<!-- resume-print end -->
</div>
</div>
</div>
</section>
<!-- all-skill-area end -->
<!-- education-area start -->
<section class="education-area ptb-90" id="education">
<div class="container">
<div class="row m-bottom-0">
<div class="col-md-12 text-center">
<!-- section-title start -->
<div class="section-title">
<h1>Education</h1>
<div class="poly-shape"></div>
<div class="l-shape"></div>
</div>
<!-- section-title end -->
</div>
</div>
<!-- section-divide-line start -->
<div class="section-divide-line">
<div class="row">
<div class="col-sm-6 col-xs-6">
<!-- rounded-shape end -->
<div class="rounded-shape wow bounceIn">
</div>
<!-- rounded-shape end -->
<!-- single-education-item start -->
<div class="single-education-item info-line-shape top-20 wow slideInLeft">
<div class="eucation-info">
<h4>Coding BootCamp</h4>
<h5>University of Utah</h5>
<p>Hands on experience in HTML, CSS, JavaScript, Bootstrap, JQuery, React, and GitHub, just to name a few.</p>
</div>
</div>
<!-- single-education-item end -->
</div>
<div class="col-sm-6 col-xs-6">
<!-- edu-ses-item start -->
<div class="edu-ses-item line-shape text-right wow slideInRight">
<h4>Duration
<span>(6 Months)</span>
</h4>
<h5>January - July 2018</h5>
</div>
<!-- edu-ses-item end -->
</div>
</div>
<div class="row left">
<div class="col-sm-6 col-xs-6">
<!-- rounded-shape start -->
<div class="rounded-shape wow bounceIn animated">
</div>
<!-- rounded-shape end -->
<!-- edu-ses-item start -->
<div class="edu-ses-item line-shape text-right wow slideInLeft">
<h4>Duration
<span>(2 Years)</span>
</h4>
<h5>2005-2007</h5>
</div>
<!-- edu-ses-item end -->
</div>
<div class="col-sm-6 col-xs-6">
<!-- single-education-item start -->
<div class="single-education-item info-line-shape wow slideInRight">
<div class="eucation-info">
<h4>Masters of Education, Project Management</h4>
<h5>Western Governors' University</h5>
</div>
</div>
<!-- single-education-item end -->
</div>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6">
<!-- rounded-shape -->
<div class="rounded-shape wow bounceIn">
</div>
<!-- rounded-shape end -->
<!-- single-education-item start -->
<div class="single-education-item last info-line-shape top-20 wow slideInLeft">
<div class="eucation-info">
<h4>Bachelors of Science</h4>
<h5>Brigham Young University</h5>
<p>Elementary Education</p>
</div>
</div>
<!-- single-education-item end -->
</div>
<div class="col-sm-6 col-xs-6">
<!-- edu-ses-item start -->
<div class="edu-ses-item line-shape text-right wow slideInRight">
<h4>Duration
<span>(5 years)</span>
</h4>
</div>
<!-- edu-ses-item end -->
</div>
</div>
</div>
<!-- section-divide-line end-->
</div>
</section>
<!-- education-area end -->
<!-- portfolio-area start -->
<section class="portfolio-area ptb-90" id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- section-title start -->
<div class="section-title">
<h1>Portfolio</h1>
<div class="poly-shape"></div>
<div class="l-shape"></div>
</div>
<!-- section-title end -->
</div>
</div>
<div class="row">
<div class="col-md-12">
</div>
</div>
<!-- portfolio-items-active start -->
<div class="portfolio-items-active">
<div class="row margin">
<div class="col-md-4 col-sm-6 grid-item ux photography">
<!-- Accessible Travel -portfolio-item start -->
<a href="https://accessibletravel.herokuapp.com/" target="_blank">Accessible Travel</a>
<br>
<br>
<div class="single-portfolio-item">
<div class="portfolio-img">
<a href="img/portfolio/accessibleTravel.JPG" title="Accessible Travel" class="portfolio-lightbox">
<img src="img/portfolio/accessibleTravel.JPG" alt="Accessible Travel">
<div class="portfolio-icon">
<i class="icofont icofont-plus"></i>
</div>
</a>
<div class="portfolio-borders">
<span class="x"></span>
<span class="y"></span>
</div>
</div>
</div>
<!-- Accessible Travel-portfolio-item end -->
</div>
<div class="col-md-4 col-sm-6 grid-item illustration web ux">
<!-- Flower Game-portfolio-item start -->
<div class="single-portfolio-item">
<div class="portfolio-img">
<a href="https://flowermemorygame.herokuapp.com/" target="_blank">Flower Memory Game</a>
<br>
<div class="col-md-12"></div>
<a href="img/portfolio/flowerMemoryGame.PNG" title="flowerMemoryGame" class="portfolio-lightbox">
<img src="img/portfolio/flowerMemoryGame.PNG" alt="io/flowerMemoryGame.P">
<div class="portfolio-icon">
<i class="icofont icofont-plus"></i>
</div>
</a>
<div class="portfolio-borders">
<span class="x"></span>
<span class="y"></span>
</div>
</div>
</div>
<!-- Flower Memeory Game-portfolio-item end -->
</div>
<div class="col-md-4 col-sm-4 grid-item photography ux web">
<!-- Out N Go-portfolio-item start -->
<div class="single-portfolio-item">
<div class="portfolio-img">
<a href="https://kimberlyhoward.github.io/projectOutNGo/" target="_blank">Out N Go</a>
<div class="col-md-12"></div>
<a href="img/portfolio/OutNGo.JPG" title="portfolio-image" class="portfolio-lightbox">
<img src="img/portfolio/OutNGo.JPG" alt="OutNGo">
<div class="portfolio-icon">
<i class="icofont icofont-plus"></i>
</div>
</a>
<div class="portfolio-borders">
<span class="x"></span>
<span class="y"></span>
</div>
</div>
</div>
<!-- Out N Go -portfolio-item end -->
</div>
<div class="col-md-4 col-sm-4 grid-item illustration ux">
<br>
<br>
<br>
<!-- Train Schedule-portfolio-item start -->
<div class="single-portfolio-item">
<div class="portfolio-img">
<a href="https://kimberlyhoward.github.io/trainSchedule/" target="_blank">Train Schedule</a>
<br>
<a href="img/portfolio/trainSchedule.PNG" title="portfolio-image" class="portfolio-lightbox">
<img src="img/portfolio/trainSchedule.PNG" alt="">
<div class="portfolio-icon">
<i class="icofont icofont-plus"></i>
</div>
</a>
<div class="portfolio-borders">
<span class="x"></span>
<span class="y"></span>
</div>
</div>
</div>
<!-- Train Schedule-portfolio-item end -->
</div>
<div class="col-md-4 col-sm-4 grid-item phography ux">
<!-- Crystal Game-portfolio-item start -->
<div class="single-portfolio-item">
<div class="portfolio-img">
<a href="https://kimberlyhoward.github.io/crystalGame/" target="_blank">Crystal Game</a>
<br>
<a href="img/portfolio/crystalCollectingGame.PNG" title="portfolio-image" class="portfolio-lightbox">
<img src="img/portfolio/crystalCollectingGame.PNG" alt="">
<div class="portfolio-icon">
<i class="icofont icofont-plus"></i>
</div>
</a>
<div class="portfolio-borders">
<span class="x"></span>
<span class="y"></span>
</div>
</div>
</div>
<!-- Crystal Game-portfolio-item end -->
</div>
<div class="col-md-4 col-sm-4 grid-item web illustration">
<!-- Giphy Dogs-portfolio-item start -->
<div class="single-portfolio-item">
<div class="portfolio-img">
<a href="https://kimberlyhoward.github.io/GiphyDogs/" target="_blank">Giphy Dogs</a>
<br>
<a href="img/portfolio/giphyDogs.PNG" title="portfolio-image" class="portfolio-lightbox">
<img src="img/portfolio/giphyDogs.PNG" alt="Giphy Dogs">
<div class="portfolio-icon">
<i class="icofont icofont-plus"></i>
</div>
</a>
<div class="portfolio-borders">
<span class="x"></span>
<span class="y"></span>
</div>
</div>
</div>
<!-- Giphy Dogs-portfolio-item end -->
</div>
</div>
</div>
</div>
<!-- portfolio-items-active start -->
</div>
</section>
<!-- portfolio-area end -->
<!-- contact-area start -->
<section class="contact-area p-top-90" id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- section-title start -->
<div class="section-title">
<h1>contact</h1>
<div class="poly-shape"></div>
<div class="l-shape"></div>
</div>
<!-- section-title end -->
</div>
<div class="row">
<div class="col-sm-12">
<!-- contact-address-info start -->
<div class="contact-address-info">
<a href="mailto:khoward1020@gmail.com?Subject=Portfolio Contact" target="_top" target="_blank" class="contact-btn">Contact Me</a>
<p>
<i class="icofont icofont-ui-dial-phone"></i>
</span>801-721-1495</p>
</div>
<!-- contact-address-info end -->
</div>
</div>
</div>
<!-- contact-area end -->
<!-- footer-copyright-area start -->
<div class="footer-copyright-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- copyright-text start-->
<div class="copyright-text">
<p>Kimberly Howard </p>
<p>All Rights Reserved 2018</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact-area end -->
<!-- ALL JS HERE -->
<!-- jquery-3.2.1.min js -->
<script src="js/jquery-3.2.1.min.js"></script>
<!-- jbootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- animated-headline js -->
<script src="js/animated-headline.js"></script>
<!-- circle-progress js -->
<script src="js/circle-progress.min.js"></script>
<!-- isotope js -->
<script src="js/isotope-v3.0.4.min.js"></script>
<!-- magnific-popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- owl-carousel js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/wow.min.js"></script>
<!-- waypoints js -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- scrollUp js -->
<script src="js/jquery.scrollUp.min.js"></script>
<!-- meanmenu js -->
<script src="js/jquery.meanmenu.js"></script>
<!-- imagesloaded js -->
<script src="js/imagesloaded.pkgd.min.js"></script>
<!-- imagesloaded js -->
<script src="js/jquery.easing.min.js"></script>
<!-- gmap3 js -->
<script src="js/gmap3.min.js"></script>
<!-- google api js -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDtF5PUNbKPcGWm8w-JdH1U5gYb0Mkd8lM"></script>
<!-- manin js -->
<script src="js/main.js"></script>
</body>
</html>