-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
828 lines (784 loc) · 33.2 KB
/
index.html
File metadata and controls
828 lines (784 loc) · 33.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sandeep Singh</title>
<meta name="description" content="My personal website" />
<meta name="keywords" content="responsive, template, portfolio, html, css, javascript" />
<meta name="author" content="Sandeep Singh" />
<!-- Open Sans Google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">
<!-- Raleway Google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:700">
<!-- Favicons -->
<link rel="shortcut icon" href="img/tlogo.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/user.png">
<!-- Fontawesome fonts css file -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate.css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- Owl carousel css file -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Bootstrap file -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom styles css file -->
<link rel="stylesheet" href="css/style.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>
<!-- Start Preloader Page -->
<div class="preloader">
<div class="pulse"></div>
<div class="pulse"></div>
</div>
<!-- End Preloader Page -->
<!-- Start Header Section -->
<div class="header" id="header">
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
<div class="content center">
<div class="container">
<p>Hello, It's me</p>
<h1>Sandeep Singh</h1>
<p>I am a programmer / web developer</p>
<a href="#about-me">More about me</a>
<a href="#portfolio">my portfolio</a>
</div> <!-- End container -->
</div>
<div class="mouse" id="mouse"></div> <!-- Mouse Icon -->
</div>
</div>
<!-- End Header Section -->
<!-- Start Side Menu -->
<nav id="top-nav" style="min-height:7%">
<div class="menu" id="menu" >
<span class="bar b1"></span>
<span class="bar b2"></span>
<span class="bar b3"></span>
</div>
<div class="side-menu" id="side-menu"> <!-- Menu items -->
<a href="#header">Home</a>
<a href="#about-me">about me</a>
<a href="#services">services</a>
<a href="#skills">skills</a>
<a href="#experiences">experiences</a>
<a href="#testmonials">Projects</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact-me">Contact Me</a>
</div>
</nav>
<!-- End Side Menu -->
<!-- Start About Me Section -->
<div class="about-me clearfix" id="about-me">
<div class="container">
<div class="row">
<!-- Profile Pic -->
<div class="my-pic center col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="0.5s" data-wow-offset="200">
<img src="img/my-face.jpg" alt="my profile">
</div>
<div class="introduction col-sm-8 col-xs-12 wow fadeInUp" data-wow-duration="0.5s" data-wow-offset="200">
<h2 class="h2">Sandeep Singh</h2>
<div class="heading-line"></div>
<p class="introduce">Programmer / web developer / public speaker</p>
<p class="intro">I am a 19-year-old Open Source enthusiast who writes code out of the profession and loves to engage in tech communities out of passion. While I have a comprehensive developer background, my emphasis is on scalability and innovation, An articulate young individual looking for opportunities in Computing. </p>
</div>
</div>
<div class="row">
<div class="profile col-sm-4 col-xs-12 wow fadeInUp text-center" data-wow-duration="0.5s" data-wow-offset="200">
<h3>personal info</h3>
<div class="heading-line"></div>
<div class="personal-wrapper">
<span><strong>name: </strong>Sandeep Singh</span>
<span><strong>E-mail:</strong>singh.sandeep0173@gmail.com</span>
<span><strong>phone number: </strong>+91 8175814482</span>
<span><strong>website: </strong><a href="https://sandybcsald.github.io/">sandybcsald.github.io</a></span>
</div>
</div>
<div class="why-me col-sm-8 col-xs-12 wow fadeInUp" data-wow-duration="0.5s" data-wow-offset="200">
<!-- Start Accordion -->
<div class="accordion">
<div class="acc-item">
<div class="acc-title"><i class="fa fa-plus"></i> My career objective.</div>
<div class="acc-content">Software Engineering fresher with the ability to offer quick and effective tech solutions to businesses that are highly-tech driven. Looking for a challenging startup-like environment that provides me with a good opportunity for learning and advancement.</div>
</div>
<div class="acc-item">
<div class="acc-title"><i class="fa fa-plus"></i> My area of Strength.</div>
<div class="acc-content">I am proficient in C++, MERN Stack. I am also good at public speaking and also took handful of workshops in fields i specialize.</div>
</div>
<div class="acc-item">
<div class="acc-title"><i class="fa fa-plus"></i> My future goals</div>
<div class="acc-content">To secure a challenging position in a reputable organization to expand my learnings, knowledge, and skills.</div>
</div>
<div class="acc-item">
<div class="acc-title"><i class="fa fa-plus"></i>my hobbies.</div>
<div class="acc-content">In my free time I love to read about the new and upcoming technologies and also explore the avaiable applications and the stacks they're built upon when i get some more time, i also love to roam around and observe things around me. </div>
</div>
</div> <!-- End Accordion -->
</div>
</div>
</div>
</div>
<!-- End About Me Section -->
<!-- Start Fun Facts Section -->
<div class="fun-facts center" id="facts" style="padding-left:18%">
<div class="pattern"></div>
<div class="container" >
<div class="row" >
<!-- Fact No. 1 -->
<div class="col-md-3 col-sm-6">
<div class="fact">
<i class="fa fa-address-book-o"></i>
<p id="number_1">0</p>
<span style="font-size:25px"><b>SSC %(CBSE)</b></span>
</div>
</div>
<!-- Fact No. 2 -->
<div class="col-md-3 col-sm-6">
<div class="fact">
<i class="fa fa-suitcase"></i>
<p id="number_2">0</p>
<span style="font-size:25px"><b>HSC %(CBSE)</b></span>
</div>
</div>
<!-- Fact No. 3 -->
<div class="col-md-3 col-sm-6">
<div class="fact">
<i class="fa fa-graduation-cap"></i>
<p id="number_3">0</p>
<span style="font-size:25px"><b>B.TECH (CSE)</b></span>
</div>
</div>
<!-- Fact No. 4 -->
</div>
</div>
</div>
<!-- End Fun Facts Section -->
<!-- Start Services Section -->
<div class="services center" id="services">
<div class="container">
<!-- Title -->
<div class="title">
<h2 class="h2">what i'm doing</h2>
<div class="heading-line"></div>
<p class="main-para">Here is the overview of what all i am doing for my career.</p>
</div>
<div class="row">
<!-- Service No. 1 -->
<div class="col-md-3 col-sm-6">
<div class="service">
<i class="fa fa-laptop"></i>
<h3>Programming</h3>
<p>The foundation for a computer science student is competitive programming with efficiency in algorithms.</p>
</div>
</div>
<!-- Service No. 2 -->
<div class="col-md-3 col-sm-6">
<div class="service">
<i class="fa fa-code"></i>
<h3>Web development</h3>
<p>I'm equipped with the latest MERN Stack for creating high end website design and business solutions.</p>
</div>
</div>
<!-- Service No. 3 -->
<div class="col-md-3 col-sm-6">
<div class="service">
<i class="fa fa-group"></i>
<h3>Public speaking</h3>
<p>Skilled in presentation composition, communications technology including PowerPoint, and engaging, articulate audience presentations.</p>
</div>
</div>
<!-- Service No. 4 -->
<div class="col-md-3 col-sm-6">
<div class="service">
<i class="fa fa-magic"></i>
<h3>Management</h3>
<p>As an event manager, you are the one in charge of creating a vision and making it real!</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Services Section -->
<!-- Start Technical Skills Section -->
<div class="technical-skills center" id="skills">
<div class="pattern"></div>
<div class="container">
<!-- Title -->
<div class="title">
<h2 class="h2">technical skills</h2>
<div class="heading-line"></div>
<p class="title">Technical skills are the most important thing companies are looking at and i have a great knowledge and i am ready to take over. </p>
</div>
<!-- Start main skills -->
<div class="skills-wrapper row">
<!-- main skill No. 1 -->
<div class="skill col-md-3 col-sm-6">
<div class="chart center" data-percent="88">
<span><span id="chart_num_1">0</span> %</span>
</div>
<h2>Java</h2>
</div>
<!-- main skill No. 2 -->
<div class="skill col-md-3 col-sm-6">
<div class="chart center" data-percent="95">
<span><span id="chart_num_2">0</span> %</span>
</div>
<h2>Web Development</h2>
</div>
<!-- main skill No. 3 -->
<div class="skill col-md-3 col-sm-6">
<div class="chart center" data-percent="73">
<span><span id="chart_num_3">0</span> %</span>
</div>
<h2>C / C++</h2>
</div>
<!-- main skill No. 4 -->
<div class="skill col-md-3 col-sm-6">
<div class="chart center" data-percent="55">
<span><span id="chart_num_4">0</span> %</span>
</div>
<h2>Computer Networks</h2>
</div>
</div> <!-- End main skills -->
<div class="other-skills">
<h2 class="h2">other skills</h2>
<div class="heading-line"></div>
<p class="title">To get a better position in corporate world only technical skills are not enough so i also have various other skills which will help me.</p>
<!-- Start other skills -->
<div class="skills-wrapper row">
<!-- Skill No. 1 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="85" data-tooltip="true" data-label="Communication" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 2 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="80" data-tooltip="true" data-label="Organization" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 3 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="75" data-tooltip="true" data-label="Team management" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 4 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="65" data-tooltip="true" data-label="Leadership" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 5 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="70" data-tooltip="true" data-label="planning" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 6 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="80" data-tooltip="true" data-label="learning" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 7 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="55" data-tooltip="true" data-label="Photoshop" data-show-values="true" data-unit="%"></div>
</div>
<!-- Skill No. 8 -->
<div class='bar_group col-md-6 col-xs-12' data-max="100">
<div class=" bar_group__bar thick elastic" data-value="90" data-tooltip="true" data-label="Cryptography" data-show-values="true" data-unit="%"></div>
</div>
</div> <!-- End other skills -->
</div>
</div>
</div>
<!-- End Technical Skills Section -->
<!-- Start Experience Section -->
<div class="experiences center" id="experiences">
<div class="container">
<!-- Title -->
<div class="title wow fadeIn" data-wow-duration="0.5s" data-wow-offset="200">
<h2 class="h2">Experiences</h2>
<div class="heading-line"></div>
<p class="main-para">I have got training from various reputed company and institues where i learnt different skiil sets. </p>
</div>
<!-- start timeline -->
<div class="timeline wow fadeIn" data-wow-duration="0.5s" data-wow-offset="200">
<!-- Event No. 1 -->
<div class="timeline-block clearfix wow fadeInLeft" data-wow-duration="0.5s" data-wow-offset="200">
<div class="icon">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="content left round-corners">
<h3>University of Michigan</h3>
<span class="duration">( Nov 07 2018 : Jan 10 2019 )</span>
<span class="job-title">Course</span>
<p>I have done 3 month of specialization course from coursera ofeered by University od Michigan. The course was all about web development where a basic introduction to HTML5, CSS3, JavaScript, Bootstrap 4, and Responsive Web Design.</p>
</div>
</div>
<!-- Event No. 2 -->
<div class="timeline-block clearfix wow fadeInRight" data-wow-duration="0.5s" data-wow-offset="200">
<div class="icon">
<i class="fa fa-briefcase"></i>
</div>
<div class="content right round-corners">
<h3>Course</h3>
<span class="duration">( Jan 2019)</span>
<span class="job-title"> Certified in MERN Stack</span>
<p>I started working upon MERN Stack and modern desktop and mobile application development with react.</p>
</div>
</div>
<!-- Event No. 3 -->
<div class="timeline-block clearfix wow fadeInLeft" data-wow-duration="0.5s" data-wow-offset="200">
<div class="icon">
<i class="fa fa-archive"></i>
</div>
<div class="content left round-corners">
<h3>SRM TEXUS</h3>
<span class="duration">(March 2019 )</span>
<span class="job-title"> Event Organizer</span>
<p>Organizing a National level event is not an easy task. My college has been organizing a national level techfest TEXUS'19 and in that I had organised an event named "Tech-A-byte" which was a grand success.</p>
</div>
</div>
<!-- Event No. 4 -->
<div class="timeline-block clearfix wow fadeInRight" data-wow-duration="0.5s" data-wow-offset="200">
<div class="icon">
<i class="fa fa-star"></i>
</div>
<div class="content right round-corners">
<h3>MongoDB Course</h3>
<span class="duration">( July 2019)</span>
<span class="job-title">Certified By MongoDB University</span>
<p>I completed my certification for MongoDB from MongoDB University for backend services of the MERN Stack and also for database handling. </p>
</div>
</div>
</div> <!-- End Timeline -->
</div>
</div>
<!-- End Experience Section -->
<!-- Start project Section -->
<div class="testmonials center" id="testmonials">
<div class="overlay"></div>
<div style="color:white;font-size:60px;margin-top:-5%; opacity:0.9;">Various projects</div>
<div class="pattern"></div>
<div class="container">
<div class="test-owl">
<!-- Clinent No.1 -->
<div class="client text-center">
<h3>Project-1</h3>
<p>Hotel Management</p>
<div class="opinion">
<i class="fa fa-quote-left"></i>
<p>I did this project in my 3rd Semester, where i created a destop application to be used on any hotel reception to keep a track and record of all the data with a secure login system.</p>
<i class="fa fa-quote-right reversed"></i>
</div>
</div>
<!-- Clinent No.2 -->
<div class="client text-center">
<h3>Project-2</h3>
<p>FRAVEL</p>
<div class="opinion">
<i class="fa fa-quote-left"></i>
<p>I'm currently working on this project where we try to faciltate easiness in car and bike pooling along same paths, reducing travel costs and protection to nature. </p>
<i class="fa fa-quote-right reversed"></i>
</div>
</div>
<!-- Clinent No.3
<div class="client text-center">
<h3>Project-3</h3>
<p>Stewart platform</p>
<div class="opinion">
<i class="fa fa-quote-left"></i>
<p>This project was the combination of both computer science and electronics. As the components was too costly we have used the "solid works" software and created the virtual Stewart platform and implemented.</p>
<i class="fa fa-quote-right reversed"></i>
</div>
</div>
-->
</div>
</div>
</div>
<!-- End project Section -->
<!-- Start Portfolio Section -->
<div class="portfolio" id="portfolio">
<div class="container">
<!-- Title -->
<div class="center">
<h2 class="h2">Portfolio</h2>
<div class="heading-line"></div>
<p class="main-para">Here are some amazing moments of my life from different places and different categories.</p>
</div>
<!-- Mixitup controls -->
<div class="controls center">
<button class="filter round-corners" data-filter="all" data-content="All">All</button>
<button class="filter round-corners" data-filter=".photos" data-content="Event">Tech-A-Byte</button>
<button class="filter round-corners" data-filter=".branding" data-content="my speech">During Speech</button>
<button class="filter round-corners" data-filter=".illustration" data-content="images">Personal</button>
</div>
<div id="Container">
<!-- Project No. 1 -->
<div class="mix branding col-md-3 col-sm-6 col-xs-6" data-my-order="1">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/7.jpg" class="center-block img-responsive" alt="project 1">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-1"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-1" tabindex="-1" role="dialog" aria-labelledby="label_1">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_1">College Lab</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/7.jpg" alt="project-1">
<p>
</p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 2 -->
<div class="mix photos col-md-3 col-sm-6 col-xs-6" data-my-order="2">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/2.jpg" class="center-block img-responsive" alt="project 2">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-2"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-2" tabindex="-1" role="dialog" aria-labelledby="label_2">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_2">CODECHEF Event (Workshop on DSA)</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/2.jpg" alt="project-2">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 3 -->
<div class="mix illustration col-md-3 col-sm-6 col-xs-6" data-my-order="3">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/5.jpg" class="center-block img-responsive" alt="project 3">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-3"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-3" tabindex="-1" role="dialog" aria-labelledby="label_3">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_3">Mahabalipuram Trip</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/5.jpg" alt="project-3">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 4 -->
<div class="mix photos col-md-3 col-sm-6 col-xs-6" data-my-order="4">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/4.jpg" class="center-block img-responsive" alt="project 4">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-4"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-4" tabindex="-1" role="dialog" aria-labelledby="label_4">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_4">Chennai</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/4.jpg" alt="project-4">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 5 -->
<div class="mix branding col-md-3 col-sm-6 col-xs-6" data-my-order="5">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/8.jpg" class="center-block img-responsive" alt="project 5">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-5"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-5" tabindex="-1" role="dialog" aria-labelledby="label_5">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_5">Club Speech</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/8.jpg" alt="project-5">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 6 -->
<div class="mix illustration col-md-3 col-sm-6 col-xs-6" data-my-order="6">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/6.jpg" class="center-block img-responsive" alt="project 6">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-6"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-6" tabindex="-1" role="dialog" aria-labelledby="label_6">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_6">My First Birthday at College</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/6.jpg" alt="project-6">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 7 -->
<div class="mix photos col-md-3 col-sm-6 col-xs-6" data-my-order="7">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/one.jpg" class="center-block img-responsive" alt="project 7">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-7"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-7" tabindex="-1" role="dialog" aria-labelledby="label_7">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_7">Shoot for College Video</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/one.jpg" alt="project-7">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
<!-- Project No. 8 -->
<div class="mix illustration col-md-3 col-sm-6 col-xs-6" data-my-order="8">
<div class="img-wrapper overlay-slide-right center">
<!-- Project Image -->
<img src="img/9.jpg" class="center-block img-responsive" alt="project 8">
<div class="overlay-content">
<span>Click on this button to know more about this image</span>
<i class="fa fa-hand-pointer-o" data-toggle="modal" data-target="#modal-8"></i>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-8" tabindex="-1" role="dialog" aria-labelledby="label_8">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_8">Chennai airport</h3>
<div class="heading-line"></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="img/9.jpg" alt="project-8">
<p></p>
</div>
</div>
</div>
</div> <!-- End Modal -->
</div>
</div>
</div>
</div>
<!-- End Portfolio Section -->
<!-- Start Contact Section -->
<div class="contact center" id="contact-me">
<div class="container">
<!-- Title -->
<div class="title wow fadeInUp" data-wow-duration="0.5s" data-wow-offset="200">
<h2 class="h2">Get in touch</h2>
<div class="heading-line"></div>
<p class="main-para"></p>
</div>
<!-- Contact Details -->
<div class="row contact-info">
<div class="col-md-3 col-sm-6 col-xs-12 info">
<i class="fa fa-phone center"></i>
<div class="info-content">
<h3>call me</h3>
<span>+91 8175814482</span>
<span>+91 6379091946</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 info">
<i class="fa fa-envelope center"></i>
<div class="info-content">
<h3>Send a message</h3>
<span>singh.sandeep0173@gmail.com</span>
<span>sandeepsingh_sa@srmuniv.edu.in</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 info">
<i class="fa fa-home center"></i>
<div class="info-content">
<h3>Visit me</h3>
<span>Ramapuram,chennai</span><span>India</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 info">
<i class="fa fa-clock-o center"></i>
<div class="info-content">
<h3>Work time</h3>
<span>Mon-fri : 04.00pm - 01.00Am </span>
<span>Sat-sun: 10.00Am - 11.00pm </span>
</div>
</div>
</div>
</div>
<!-- End Contact Section -->
<!-- Start Footer Section -->
<div class="footer center">
<div class="container">
<div class="row">
<div class="follow-me">follow me</div>
<div class="col-md-12 col-xs-12 links">
<!-- Social links -->
<div class="icon-wrapper center">
<!-- Facebook Link -->
<a href="https://www.facebook.com/sandeeps109" class="icon fb" target="_blank">
<i class="fa fa-facebook"></i>
<i class="fa fa-facebook"></i>
</a>
<!-- instagram Link -->
<a href="https://www.instagram.com/mr.singh_saab_25/" class="icon in" target="_blank">
<i class="fa fa-instagram"></i>
<i class="fa fa-instagram"></i>
</a>
<!-- Google Plus Link -->
<a href="https://plus.google.com/" class="icon gp" target="_blank">
<i class="fa fa-google-plus"></i>
<i class="fa fa-google-plus"></i>
</a>
<!-- Linkedin Link -->
<a href="https://www.linkedin.com/in/sandeep-singh-alld/" class="icon lin" target="_blank">
<i class="fa fa-linkedin"></i>
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
<div class="col-md12 col-xs-12 copyright">
<h6>© Made with ♥ by Sandeep Singh in 2019. All Rights Reserved.</h6>
</div>
</div>
</div>
</div>
<!-- End Footer Section -->
<!-- Start To Top button -->
<div class="back-to-top center">
<i class="fa fa-long-arrow-up"></i>
</div>
<!-- End To Top button -->
<!-- Start scroll percentage -->
<div id="scroll"></div>
<!-- End scroll percentage -->
<!-- Including jQuery file -->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- Including jQuery.appear file -->
<script src="js/jquery.appear.js"></script>
<!-- Bootstrap js file -->
<script src="js/bootstrap.min.js"></script>
<!-- easy pie chart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- NiceScroll plugin -->
<script src="js/jquery.nicescroll.min.js"></script>
<!-- animate numbers plugin -->
<script src="js/jquery.animatenumber.min.js"></script>
<!-- Horizontal bar chart -->
<script src="js/bars.js"></script>
<!-- mixitup plugin -->
<script src="js/jquery.mixitup.min.js"></script>
<!-- animated background header -->
<script src="js/tweenlite.min.js"></script>
<!-- form validation file -->
<script src="js/validator.min.js"></script>
<!-- Owl carousel js file -->
<script src="js/owl.carousel.min.js"></script>
<!-- Google Map -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBJOx2cEs3x3dTSubqABijclN_3uEmL7f8"></script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script> -->
<!-- Custom file -->
<script src="js/plugins.js"></script>
<!-- Wow.js file -->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
<!-- Mirrored from ahmedbeheiry.com/works/tf/marqa/ by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 04 Apr 2018 19:45:19 GMT -->
</html>