-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
837 lines (703 loc) · 33.4 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
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
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/icon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Personal website, resume, and certificate for Shumbul Arifa">
<meta name="author" content="Shumbul Arifa">
<title>SHUMBUL ARIFA</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="js/vegas/jquery.vegas.css" />
<link rel="stylesheet" type="text/css" href="css/dripicon.css" />
<link rel="stylesheet" type="text/css" href="css/swipebox.css" />
<!-- Custom Fonts -->
<link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Mrs+Sheppards' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index" oncontextmenu="return false">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-bottom navbar-wrapper">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">
SHUMBUL ARIFA
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll">
<a href="#about">Profile</a>
</li>
<li class="page-scroll">
<a href="#features">Resume</a>
</li>
<!-- <li class="page-scroll">
<a href="#pricing">Skill</a>
</li>
<li class="page-scroll">
<a href="#certificates">Certificates</a> -->
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid-fluid -->
</nav>
<!-- End of Navigation -->
<!-- Header -->
<header style="background:url('img/me.jpg')">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<div class="intro-text">
<h1>
<span>Hey there!</span>
</h1>
<br>
<span class="page-scroll">
<a class="color-white" href="#about">Scroll Down <i class="fa fa-arrow-down"></i></a>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="http://www.youtube.com/embed/eoK4i0SU3DA"></iframe>
</div> -->
</header>
<!-- End of Header -->
<!-- Profile Section -->
<section class="e-campuz" id="about">
<div class="ray ray1"></div>
<div class="ray ray2"></div>
<div class="ray ray3"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div data-sr="reset wait 2s enter top and move 150px" class="title-overview">
<h2>
<span class="border-white">About Me</span>
</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<img alt="" data-sr="reset wait 2s enter bottom and move 150px" class="admin-pic img-circle" src="https://avatars2.githubusercontent.com/u/50404539?s=460&v=4">
</div>
<div class="col-sm-8">
<div class="about-nest">
<h2 data-sr="reset wait 1.5s enter left please, and hustle 20px">I am
<strong>Shumbul Arifa</strong><br>
</h2>
<h2 data-sr="reset wait 1.5s enter left please, and hustle 20px">Software Engineer at Microsoft</h2>
<br>
<p data-sr="reset enter left please, and hustle 20px">
I am a driven, hard-working individual who is passionate about technology. <br>
I pursued my B.Tech degree in Computer Science & Engineering at National Institute of Technology, Karnataka (NITK batch of 2022). <br>
I love exploring, travelling, learning, cooking, swimming, exercising, and also playing various sports.
</p>
<br>
<ul data-sr='reset enter right please, and hustle 40px' class="about-detail">
<li><i class="icon-user-group"></i>Female</li>
<br>
<li><i class="icon-calendar"></i>Born on September 9, 2001</li>
<br>
<li><i class="icon-location"></i>India</li>
<br>
<li><i class="icon-heart"></i>Hindi, English, Urdu</li>
<br>
<li><i class="icon-gaming"></i>Coding, Cooking, Public Speaking, Badminton, Skating, Swimming</li>
<br>
</ul>
<ul data-sr='reset wait 1.5s enter right please, and hustle 40px' class="list-inline pull-right social-list">
<li>
<a href="https://github.com/shumbul" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-github-alt"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/shumbul/" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a href="https://twitter.com/ShumbulArifa" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ray-bottom ray1"></div>
<div class="ray-bottom ray2"></div>
<div class="ray-bottom ray3"></div>
</section>
<!-- End of Profile Section -->
<!-- Resume Section -->
<section class="e-campuz">
<section class="success" id="features">
<div class="arrow-down"></div>
<div class="ray-top ray1"></div>
<div class="ray-top ray2"></div>
<div class="ray-top ray3"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="title-overview">
<h2 class="color-yellow title-change-color">
<span class="border-color">Resume</span>
</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9">
<div class="resume-content">
<h3><span>Experience</span></h3>
</div>
</div>
<div class="col-md-12">
<div class="resume-content">
<h4>Microsoft</h4>
<i>Software Engineer</i>
<h5>
<span><i class="icon-calendar"></i>May 2022 - Present</span>
</h5>
<br>
<br>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9">
<div class="resume-content">
<h3><span>Education</span></h3>
</div>
</div>
<div class="col-md-12">
<div class="resume-content">
<h4>National Institute of Technology, Karnataka</h4>
<i>Bachelor of Technology in Computer Science & Engineering</i>
<h5>
<span><i class="icon-calendar"></i>July 2018 - May 2022</span>
</h5>
<ul>
<li>Relevant coursework: </li>
<span class="col-md-6">Data Structures and Algorithms</span>
<span class="col-md-6">Design & Analysis of Algorithms</span>
<span class="col-md-6">Theory of Computation</span>
<span class="col-md-6">Database Systems</span>
<span class="col-md-6">Operating Systems</span>
<span class="col-md-6">Compiler Design</span>
<span class="col-md-6">Computer Networks</span>
<span class="col-md-6">Wireless Netwroks</span>
<span class="col-md-6">Network Security</span>
<span class="col-md-6">Cryptography and Applications</span>
<span class="col-md-6">Machine Learning</span>
<span class="col-md-6">Artificial Intelligence</span>
<span class="col-md-6">Cloud Computing</span>
<span class="col-md-6">Software Engineering</span>
</ul>
<hr>
<br>
<h4>Kendriya Vidyalaya MEG & Centre, Bangalore</h4>
<span class="col-md-6">
<i>Class 12th - </i>
<i class="icon-calendar"></i>2018
<ul>
<li>94.4%</li>
<li>PCM + Computer Science</li>
</ul>
</span>
<span class="col-md-6">
<i>Class 11th - </i>
<i class="icon-calendar"></i>2017
<ul>
<li>87.8%</li>
<li>PCM + Computer Science</li>
</ul>
</span>
<hr>
<br>
<h4>Kendriya Vidyalaya MEG & Centre, Bangalore</h4>
<i>Class 10th - </i><i class="icon-calendar"></i>2016
<ul>
<li>CGPA 10</li>
<li>Recieved scholarship certificate by Indian Air Force Benevolent Accociation (2017-18) under Subroto Memorial Scholarship Scheme for excellence in academics</li>
</ul>
<hr>
<br>
<!-- <h4>Kendriya Vidyalaya MEG & Centre, Bangalore</h4>
<span class="col-md-6">
<i>Class 9th</i>
<h5>
<span><i class="icon-calendar"></i>2015</span>
</h5>
<ul>
<li>92%</li>
</ul>
</span>
<span class="col-md-6">
<i>Class 8th</i>
<h5>
<span><i class="icon-calendar"></i>2014</span>
</h5>
<ul>
<li>CGPA 10</li>
</ul>
</span> -->
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-9">
<div class="resume-content">
<h3><span>Organizational Experience</span></h3>
</div>
</div>
<div class="col-md-9">
<div class="resume-content">
<h4>HackVerse</h4>
<b>Hackathon by National Institute of Technology, Karnataka</b>
<h5>
<span><i class="icon-calendar"></i>Nov 2019 - Nov 2020</span>
</h5>
<div>
<ul>
<li>Content coordinator and member of the organizing team of the student organized hackathon.</li>
<li>HackVerse aims to empower hackers and support the growing community of developers</li>
<li>To know more of HackVerse, click <a href="https://hackverse.nitk.ac.in/" target="_blank"><u>here</u></a></li>
</ul>
</div>
<hr>
<h4>Engineer'19</h4>
<b>Technical Fest of National Institute of Technology, Karnataka</b>
<h5>
<span><i class="icon-calendar"></i>Oct 2018</span>
</h5>
<div>
<ul>
<li>Executive Member and member of the organizing and workshop team, and supervized the workshops</li>
<li>Check the official ENGINEER website <a href="http://engineer19.nitk.ac.in" target="_blank"><u>here</u></a>
<li>Engineer is the Technical Fest of NITK and one of the largest technical fests of South India. Every year, a lot of industry sponsored workshops are conducted in the campus by Industry Professionals.</li>
</ul>
</div>
<hr>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-9">
<div class="resume-content">
<h3><span>Experience</span></h3>
</div>
</div>
<div class="col-md-9">
<div class="resume-content">
<h4>COMUNEV</h4>
<b>New Delhi, India</b>
<h5>
<span><i class="icon-calendar"></i>Jun 2020 - Aug 2020</span>
</h5>
<div>
<ul>
<li>Implemented matchmaking algorithm by adding back-end services in node.js to modify MongoDB Server database.</li>
<li>To know more of Comunev, click <a href="https://hackverse.nitk.ac.in/" target="_blank"><u>here</u></a></li>
</ul>
</div>
<hr>
<h4>NITK ENGLISH MEDIUM HIGH SCHOOL</h4>
<b>Mangalore, India</b>
<h5>
<span><i class="icon-calendar"></i>Aug 2018 - Feb 2019</span>
</h5>
<div>
<ul>
<li>Taught mathematics for CBSE 10th grade students.</li>
<li>Check the official NITK English Medium School High website <a href="https://ems.nitk.ac.in/" target="_blank"><u>here</u></a>
</ul>
</div>
<hr>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-9">
<div class="resume-content">
<h3><span>Scholastic Achievements</span></h3>
</div>
</div>
<div class="col-md-9">
<div class="resume-content">
<h4>12th CBSE Board</h4>
<h5>
<span><i class="icon-calendar"></i>2018</span>
</h5>
<div>
<ul>
<li>School-level rank 2nd in CBSE 12th board, KV MEG & Centre</li>
</ul>
</div>
<hr>
<h4>Karnataka Common Entrance Test (KCET)</h4>
<h5>
<span><i class="icon-calendar"></i>2018</span>
</h5>
<div>
<ul>
<li>Among the top 0.01% of successful candidates of KCET 2018</li>
</ul>
</div>
<hr>
<h4>Joint Entrance Examination (JEE) Mains</h4>
<h5>
<span><i class="icon-calendar"></i>2018</span>
</h5>
<div>
<ul>
<li>Ranked in top 0.4% out of ~1.2 million students in JEE Mains</li>
</ul>
</div>
<hr>
</div>
</div>
</div>
<br>
<br>
</div>
</section>
</section>
<!-- End of Resume Section -->
<!-- Skill Section -->
<!-- <section class="e-campuz" id="pricing">
<div class="ray-top ray1"></div>
<div class="ray-top ray2"></div>
<div class="ray-top ray3"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="title-overview">
<h2>
<span class="border-white">Skill</span>
</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="skill-desc color-white">
<p>These numbers are based on my confidence and ability to perform with the various technologies.</p>
</div>
<div class="chart-horiz clearfix">
<ul class="chart">
<li class="title"></li>
<li class="current" title="C++">
<span class="bar" data-number="95"></span>
<span class="number">95%</span>
</li>
<li class="past" title="MySql">
<span class="bar" data-number="95"></span>
<span class="number">95%</span>
</li>
<li class="past" title="Competitive Programming">
<span class="bar" data-number="80"></span>
<span class="number">85%</span>
</li>
<li class="past" title="Data Structures and Algorithm">
<span class="bar" data-number="90"></span>
<span class="number">95%</span>
</li>
<li class="past" title="HTML">
<span class="bar" data-number="85"></span>
<span class="number">95%</span>
</li>
<li class="past" title="Python">
<span class="bar" data-number="75"></span>
<span class="number">90%</span>
</li>
<li class="current" title="JavaScript">
<span class="bar" data-number="65"></span>
<span class="number">75%</span>
</li>
<li class="past" title="CSS">
<span class="bar" data-number="65"></span>
<span class="number">75%</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ray-bottom ray1"></div>
<div class="ray-bottom ray2"></div>
<div class="ray-bottom ray3"></div>
</section> -->
<!-- End of Skill Section -->
<!-- Certificate Section -->
<!-- <section class="success" id="certificates">
<div class="arrow-down"></div>
<div class="ray-top ray1"></div>
<div class="ray-top ray2"></div>
<div class="ray-top ray3"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="title-overview">
<h2 class="color-yellow title-change-color">
<span class="border-color">Certificates</span>
</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="resume-content">
<h4>REFLECT</h4>
<i>A PLATFORM FOR GIRLS, BY WIE(Women In Engineering) IEEE club, NITK</i>
<h5>
<span><i class="icon-calendar"></i>Oct 2019</span>
</h5>
<ul>
<li>REFLECT is week-long event organized by the WIE Affinity Group from 25th October to 31st October 2019.</li>
<li>I've shared more about it <a href="https://medium.com/@hllosumbul/reflect-october-25-31-2019-18e0f7c188a9" target="_blank"><u>here</u></a> (click)</li>
</ul>
<hr>
<h4>IOT with Google Assistant</h4>
<i>Workshop conducted in Engineer'19</i>
<h5>
<span><i class="icon-calendar"></i>Oct 2018</span>
</h5>
<ul>
<li>Google Assistant can help one to show results with voice searching.</li>
<li>Learnt to customize google assistance on android.</li>
<li>Was conducted by Institution Heads.</li>
</ul>
<h4>Ethical Hacking</h4>
<i>Workshop conducted in Engineer'19</i>
<h5>
<span><i class="icon-calendar"></i>Oct 2018</span>
</h5>
<ul>
<li>People who hack into a system with permission, without any malicious intent, are known as ethical hackers and the process is known as ethical hacking.</li>
<li>Learnt to crack wifi usernames and passwords using several softwares and command prompt, also to customize Admin account and passwords.</li>
<li>Was conducted by Institution Heads.</li>
</ul>
<h4>Master Photograph</h4>
<i>A Summer Mentorship Programme by ISTE, NITK</i>
<h5>
<span><i class="icon-calendar"></i>June 2019 - Aug 2019</span>
</h5>
<ul>
<li>Mentored by B.Tech seniors and club members</li>
</ul>
<h4>Aero - Explore</h4>
<i>A Summer Mentorship Programme by ISTE, NITK</i>
<h5>
<span><i class="icon-calendar"></i>June 2019 - Aug 2019</span>
</h5>
<ul>
<li>Mentored by B.Tech seniors and club members</li>
</ul>
<h4>N.I.T.K English Medium School</h4>
<i>Tuted Mathematics for Senior Secondary students</i>
<h5>
<span><i class="icon-calendar"></i>Sep 2018 - Feb 2018</span>
</h5>
<ul>
<li>Tuted the weak students for 10th CBSE Board Exam</li>
</ul>
<h4>SQL Fundamental Course</h4>
<i>Completed SQL Fundamental Course on SoloLearn</i>
<h5>
<span><i class="icon-calendar"></i>Oct 2018</span>
</h5>
<ul>
<li>Check the certificate <a href="https://www.sololearn.com/Certificate/1060-13470975/pdf/" target="_blank"><u>here</u></a> (click)</li>
</ul>
</div>
</div>
</div>
<br>
<br>
</div>
</section> -->
<!-- End of Certificate Section -->
<!-- Footer -->
<footer id="contact" class="text-center footer-above" style="background-image: url(img/me_.png); background-size: cover;">
<div class="arrow-down-white"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div style="position:relative;z-index:999" class="title-overview">
<h2>
<span class="border-white color-black bg-black">Contact</span>
</h2>
</div>
</div>
</div>
<div class="row">
<!-- <div id="test1" class="gmap3"></div> -->
<div class="col-md-8 col-md-offset-2">
<!-- <address class="text-center nest-address">
<i class="icon-location"></i> 123 Street, Suite 123
<i class="icon-home"></i> San Francisco, CA 94107
<abbr title="Phone">
<i class="icon-phone"></i>
</abbr> (111) 111-1111
</address> -->
<form role="form" style="position:relative;z-index:9999;" method="POST" action="https://formspree.io/[email protected]">
<div class="row">
<div class="col-md-6">
<input type="text" name="name" class="form-control form-footer" placeholder="Your Name">
</div>
<div class="col-md-6">
<input type="text" name="_subject" class="form-control form-footer" placeholder="Subject">
</div>
</div>
<br>
<div class="row">
<div class="col-md-12">
<input type="text" name="_replyto" class="form-control form-footer" placeholder="Email">
</div>
</div>
<br>
<div class="row">
<div class="col-md-12">
<textarea class="form-control form-footer" name="message" rows="5" placeholder="Message"></textarea>
</div>
</div>
<br>
<button type="submit" class="btn bg-black text-center">Submit</button>
</form>
<br>
<br>
<br>
<span class="page-scroll"><a class="color-white" href="#about">Move To Top <i class="fa fa-arrow-up"></i></a></span>
</div>
</div>
</div>
</footer>
<div class="footer-below">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
Copyright © 2022 Shumbul Arifa
</div>
</div>
</div>
</div>
<!-- End of Footer -->
<!-- jQuery Version 1.11.0 -->
<script src="js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
<script src="js/horizBarChart.js"></script>
<!-- portfolio filtered -->
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
<script type="text/javascript" src="js/jquery.swipebox.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<!-- Gmap Option -->
<script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script type="text/javascript" src="js/gmap3.min.js"></script>
<!-- Sliding settting -->
<script src="js/jquery.tabSlideOut.v1.3.js"></script>
<script src='js/scrollReveal.js'></script>
<script>
window.sr = new scrollReveal();
</script>
<script type="text/javascript">
// $(function() {
// $('#test1').gmap3({
// marker: {
// address: "Virginia Beach, Virginia"
// },
// map: {
// options: {
// draggable: true,
// scrollwheel: false,
// zoom: 12
// }
// }
// });
// });
</script>
<script type="text/javascript">
$(function() {
//lightbox
$('.swipebox').swipebox();
//filtered portfolio
var filterList = {
init: function() {
// MixItUp plugin
// http://mixitup.io
$('#portfoliolist').mixitup({
targetSelector: '.portfolio',
filterSelector: '.filter',
effects: ['fade'],
easing: 'snap',
// call the hover effect
onMixEnd: filterList.hoverEffect()
});
},
hoverEffect: function() {
// Simple parallax effect
$('#portfoliolist .portfolio').hover(
function() {
$(this).find('.label').stop().animate({
bottom: 0
}, 200, 'easeOutQuad');
$(this).find('img').stop().animate({
top: -30
}, 500, 'easeOutQuad');
},
function() {
$(this).find('.label').stop().animate({
bottom: -40
}, 200, 'easeInQuad');
$(this).find('img').stop().animate({
top: 0
}, 300, 'easeOutQuad');
}
);
}
};
// Run the show!
filterList.init();
});
</script>
</body>
</html>