-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexcoffee.html
More file actions
738 lines (552 loc) · 41.9 KB
/
indexcoffee.html
File metadata and controls
738 lines (552 loc) · 41.9 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
<html lang="en"><head>
<script async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="https://www.google-analytics.com/analytics.js"></script><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102756588-1', 'auto');
ga('send', 'pageview');
</script>
<style>
html{
height: 100%;
}
.spellLoader{
display:none;
position: relative;
left: 47%;
top: 45%;
margin: -75px 0 0 -75px;
font-family: 'Herr Von Muellerhoff', cursive;
letter-spacing: 0;
<!-- background: url(images/animated1.png) repeat-y; -->
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: white;
-webkit-animation: aitf 0.5s linear infinite;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
font-size: 90px !important;
font-style: normal;
font-weight: 600;
line-height: 0.982143;
}
}
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Luvish Yadav</title>
<!-- Bootstrap Core CSS -->
<link href="https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Coming+Soon|Covered+By+Your+Grace|Gloria+Hallelujah|Handlee|Indie+Flower|Rock+Salt|Waiting+for+the+Sunrise" rel="stylesheet"><link href="css/bootstrap.css" rel="stylesheet">
<link rel="shortcut icon" href="images/fav.png">
<link href="css/stylecoffee.css" rel="stylesheet">
<link href="css/styleGraycoffee.css" rel="stylesheet">
<link href="css/mediaqueriescoffee.css" rel="stylesheet">
<link href="css/sweet.css" rel="stylesheet">
<link href="css/luvishcoffee.css" rel="stylesheet">
<!-- <link href="css/socialcss.css" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- <link href='https://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'> -->
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
</head><body onload="topFunction();" style="min-height: 100%; background-attachment: fixed;background-color: rgba(185, 195, 204, 0.16); background-image: url("images/mainback.jpg");"><nav class="social">
<!-- Custom CSS -->
<link href="css/small-business.css" rel="stylesheet">
<link href="css/loadercoffee.css" rel="stylesheet">
<!-- 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]-->
<script src="js/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<!-- <script type="text/javascript" src="js/scrolloverflow.js"></script> -->
<!-- <script type="text/javascript" src="js/jquery.fullPage.min.js"></script> -->
<!-- <script type="text/javascript" src="js/jquery.simplyscroll.js"></script> -->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<div id="topScroll"></div>
<button onclick="" id="myBtn" title="Go to top" style="display: none;">Top</button>
<button onclick="" id="myBtnHome" title="HOME">Home</button>
<!-- <i onclick="topFunction()" id="myBtnHome" class="fa fa-home" aria-hidden="true"></i> -->
<div id="loader-wrapper" style="">
<!-- <div id="loader"></div> -->
<p class="spellLoader" style="width: 250px;padding-top: 55px;border-radius: 100%;height: 200px;text-align: center;text-transform:capitalize;">Luvish</p>
</div>
<!-- <div class="containerL">
<div class="bannerL">
LOADING
<div class="bannerL-left"></div>
<div class="bannerL-right"></div>
</div>
</div> -->
<!-- Navigation -->
<nav class="navbar navbar-default animated fadeInDown navbar-fixed-top navbar-fixed " role="navigation" style="background-color: white; border-color: white; display: block;">
<div class="container-fluid" style="
">
<!-- Brand and toggle get grouped for better mobile display -->
<!-- <a class="navbar-brand" href="index.html">
HOME
</a> -->
<div class="navbar-header">
<button type="button" id="menuBtnL" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-menu" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse pull-left" id="">
<ul class="nav navbar-nav text-uppercase text-center">
<li class="luvish" data-menuanchor=""><a href="#home" onclick="topFunction()" class="hvr-underline-from-left">HOME</a></li>
</ul>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="navbar-collapse pull-right collapse" id="top-menu" aria-expanded="false" style="height: 0px;">
<ul class="nav navbar-nav text-uppercase text-center" style="
">
<!-- <li class="active"><a href="#section0" class="hvr-underline-from-left">About</a></li> -->
<li class="luvish" data-menuanchor="1p"><a id="1h" onclick="clickMenL()" class="hvr-underline-from-left">Skills</a></li>
<li class="luvish" data-menuanchor="2p"><a id="2h" onclick="clickMenL()" class="hvr-underline-from-left">Education</a></li>
<li class="luvish" data-menuanchor="3p"><a id="3h" onclick="clickMenL()" class="hvr-underline-from-left">EXPERIENCE</a></li>
<li class="luvish" data-menuanchor="4p"><a id="4h" onclick="clickMenL()" class="hvr-underline-from-left">INTEREST</a></li>
<li class="luvish" data-menuanchor="5p"><a id="5h" onclick="clickMenL()" class="hvr-underline-from-left">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container dontshowme">
<div class="fullpage">
<!-- Heading Row -->
<div id="section0" class="row dontshowme" style="margin-top: 10px;background: rgb(27, 54, 71);color:white;border: 1px solid rgb(90, 111, 120);background-image: url(images/mainback.jpg);box-shadow: 0px 20px 34px 20px rgba(0, 0, 0, 0.2);">
<div class="col-sm-6 col-md-4 text-center user-block animated fadeInUp">
<!-- <img class="img-responsive img-rounded" src="http://placehold.it/500x500" alt=""> -->
<img src="images/luvishsk2.jpg" alt="" class="img-responsive" style="
">
<h2 style="
font-family: 'Covered By Your Grace', cursive;
">I'm <b style="
">Luvish Yadav</b> </h2>
<p class="text-uppercase function"><b style="
color: #5a6f78;
">Developer</b></p>
</div>
<!-- /.col-md-8 -->
<div class="col-sm-6 col-md-7 user-description">
<h2 style="" id="helloID"><b style="font-family: 'Coming Soon', cursive; box-shadow: 0px 20px 34px 20px rgba(0, 0, 0, 0.2);
">Hello!</b></h2>
<!-- <h1>Business Name or Tagline</h1>
<p>This is a template that is great for small businesses. It doesn't have too much fancy flare to it, but it makes a great use of the standard Bootstrap core components. Feel free to use this template for any project you want!</p>
<a class="btn btn-primary btn-lg" href="#">Call to Action!</a> -->
<h2 class="animated-intro" style="font-family: 'Covered By Your Grace', cursive;">I'm <b>24</b>. I live in <b>Pune</b>. <br> I am developing and managing web applications for <b>1.7 years</b>. </h2><span class="typed-cursor">|</span><span class="typed-cursor">|</span><br><br>
<p class="tata" style="font-size: 18px;line-height: 1.4;margin-bottom: 50px;"><b style="
font-family: 'Coming Soon', cursive;
">Currenty working for TATA CONSULTANCY SERVICES </b></p>
<a target="_blank" href="Resume_Luvish.pdf" style=" margin-top: -25px !important;margin-bottom:15px;font-family: 'Coming Soon', cursive;" id="dwldId" class="btn text-uppercase"><i class="fa fa-file-pdf-o"></i> Download Resume</a>
</div>
<!-- /.col-md-4 -->
</div>
<!-- /.row -->
<section id="skills" class="section dontshowme">
<div class="container luvishTop">
<!-- SECTION TITLE -->
<div class="section-title">
<h4 class="text-uppercase text-center"><img src="images/mixer.png" alt="demo" data-sr-id="14" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">Skills</h4>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div id="skills-card" class="card" data-sr-id="15" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: box-shadow 0.25s ease 0s, -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: box-shadow 0.25s ease 0s, transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12" id="Skill1">
<div class="card-content luvishBox" >
<div class="skills-title">
<h6 class="text-center">Professional</h6>
</div>
<!-- FIRST SKILL BAR -->
<div class="skillbar" data-percent="90%">
<div class="skillbar-title"><span>HTML5</span></div>
<div class="skillbar-bar" style="width: 90%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="53"></div>
<div class="skill-bar-percent">90%</div>
</div>
<!-- SECOND SKILL BAR -->
<div class="skillbar" data-percent="90%">
<div class="skillbar-title"><span>CSS3</span></div>
<div class="skillbar-bar" style="width: 90%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="54"></div>
<div class="skill-bar-percent">90%</div>
</div>
<!-- THIRD SKILL BAR -->
<div class="skillbar" data-percent="70%">
<div class="skillbar-title"><span>jQuery</span></div>
<div class="skillbar-bar" style="width: 70%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="55"></div>
<div class="skill-bar-percent">70%</div>
</div>
<!-- FOURTH SKILL BAR -->
<div class="skillbar" data-percent="68%">
<div class="skillbar-title"><span>JAVA</span></div>
<div class="skillbar-bar" style="width: 70%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="56"></div>
<div class="skill-bar-percent">70%</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" id="Skill2">
<div class="card-content luvishBox" >
<div class="skills-title">
<h6 class="text-center">Personal</h6>
</div>
<!-- FIRST SKILL BAR -->
<div class="skillbar" data-percent="80%">
<div class="skillbar-title"><span>Communication</span></div>
<div class="skillbar-bar" style="width: 80%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="57"></div>
<div class="skill-bar-percent">80%</div>
</div>
<!-- SECOND SKILL BAR -->
<div class="skillbar" data-percent="60%">
<div class="skillbar-title"><span>Teamwork</span></div>
<div class="skillbar-bar" style="width: 80%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="58"></div>
<div class="skill-bar-percent">80%</div>
</div>
<!-- THIRD SKILL BAR -->
<div class="skillbar" data-percent="70%">
<div class="skillbar-title"><span>Creativity</span></div>
<div class="skillbar-bar" style="width: 70%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="59"></div>
<div class="skill-bar-percent">70%</div>
</div>
<!-- FOURTH SKILL BAR -->
<div class="skillbar" data-percent="70%">
<div class="skillbar-title"><span>Dedication</span></div>
<div class="skillbar-bar" style="width: 80%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="60"></div>
<div class="skill-bar-percent">80%</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" id="Skill3">
<div class="card-content luvishBox" >
<div class="skills-title">
<h6 class="text-center">Languages</h6>
</div>
<!-- FIRST SKILL BAR -->
<div class="skillbar" data-percent="80%">
<div class="skillbar-title"><span>English</span></div>
<div class="skillbar-bar" style="width: 80%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="61"></div>
<div class="skill-bar-percent">80%</div>
</div>
<!-- SECOND SKILL BAR -->
<div class="skillbar" data-percent="70%">
<div class="skillbar-title"><span>Hindi</span></div>
<div class="skillbar-bar" style="width: 90%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="62"></div>
<div class="skill-bar-percent">90%</div>
</div>
<!-- THIRD SKILL BAR -->
<div class="skillbar" data-percent="60%">
<div class="skillbar-title"><span>Marathi</span></div>
<div class="skillbar-bar" style="width: 60%;; visibility: visible; -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; transition: transform 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s; " data-sr-id="63"></div>
<div class="skill-bar-percent">60%</div>
</div>
</div>
</div>
</div>
<!-- luvish try start -->
<!-- luvish try start end -->
</div>
</div>
</div>
</div>
</section>
<section id="education" class="section">
<div class="container luvishTop">
<!-- SECTION TITLE -->
<div class="section-title">
<h4 class="text-uppercase text-center"><img src="images/book.png" alt="demo" data-sr-id="1" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">Education</h4>
</div>
<div id="timeline-education">
<!-- FIRST TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot" data-sr-id="2" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; "><i class="fa fa-book" aria-hidden="true"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content" data-sr-id="3" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: box-shadow 0.25s ease 0s, -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: box-shadow 0.25s ease 0s, transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<div class="card-content luvishBox" id="edu1">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Primary-Higher Secondary Education</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>Amrita Vidyalayam School/Jr College</small>
</h6>
<h6>
<small>Jun 1999 - Mar 20011</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
I completed my education from this prestigious institution.
I have successfully completed all the credits without any fallout and got A grade overall.
</p>
<!-- BUTTON TRIGGER MODAL -->
</div>
</div>
</div>
<!-- SECOND TIMELINE -->
<!-- THIRD TIMELINE -->
<!-- FOURTH TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot" data-sr-id="8" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; "><i class="fa fa-graduation-cap"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content" data-sr-id="9" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: box-shadow 0.25s ease 0s, -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: box-shadow 0.25s ease 0s, transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<div class="card-content luvishBox" id="edu2">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Software Engineering</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>Pune University(JSPM RSCOE)</small>
</h6>
<h6>
<small>Aug 2011 - Mar 2015</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
I completed this degree from this prestigious institution.
I have successfully completed all the credits without any fallout and got distinction overall.
</p>
</div>
</div>
</div>
<!-- FIFTH TIMELINE -->
<!-- SIXTH TIMELINE -->
</div>
</div>
</section>
<section id="experience" class="section">
<div class="container luvishTop">
<!-- SECTION TITLE -->
<div class="section-title">
<h4 class="text-uppercase text-center"><img src="images/layers.png" alt="demo" data-sr-id="16" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">Experience</h4>
</div>
<div id="timeline-experience">
<!-- FIRST TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<!-- <div class="timeline-dot" data-sr-id="17" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; "><h6>D</h6></div> -->
<!-- TIMELINE CONTENT -->
<div class="card timeline-content" data-sr-id="18" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: box-shadow 0.25s ease 0s, -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: box-shadow 0.25s ease 0s, transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<div class="card-content luvishBox" id="exp1">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Assistant Software Engineer Trainee</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>ILP/TCS-SMB:Bizapp</small>
</h6>
<h6>
<small>Oct 2015 - Oct 2016</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
I started my development carrier here.Spent a year learning and understanding basic fundamentals of development and the the development life cycle.
<br>Created number of small applications.
</p>
<!-- BUTTON TRIGGER MODAL -->
</div>
</div>
</div>
<div class="timeline-block">
<!-- DOT -->
<!-- <div class="timeline-dot" data-sr-id="17" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; "><h6>D</h6></div> -->
<!-- TIMELINE CONTENT -->
<div class="card timeline-content" data-sr-id="18" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: box-shadow 0.25s ease 0s, -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: box-shadow 0.25s ease 0s, transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<div class="card-content luvishBox" id="exp2">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Assistant Software Engineer</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>TCS-SMB:Bizapp</small>
</h6>
<h6>
<small>Oct 2016 - Present</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
I started my expertise carrier here.I am currently working on various development aspects,requirement gathering and designing.
</p>
<!-- BUTTON TRIGGER MODAL -->
</div>
</div>
</div>
</div>
</div>
</section>
<section id="interest" class="section">
<div class="container luvishTop">
<!-- SECTION TITLE -->
<div class="section-title" style="margin-top:40px;">
<h4 class="text-uppercase text-center"><img src="images/heart.png" alt="demo" data-sr-id="29" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">Interest</h4>
</div>
<div id="interest-card" class="card" data-sr-id="30" style="visibility: visible;-webkit-transform: translateY(0) scale(1);opacity: 1;transform: translateY(0) scale(1);opacity: 1;-webkit-transition: box-shadow 0.25s ease 0s, -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transition: box-shadow 0.25s ease 0s, transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;border-radius: 255px 15px 225px 15px/15px 225px 15px 255px !important;border: 2px solid #235258;height: 260px;box-shadow: 0px 20px 34px 20px rgba(0, 0, 0, 0.2);">
<!--INTEREST TEXT-->
<div class="card-content">
<p style="text-align:justify;font-family: 'Handlee', cursive;font-size: 20px;">
First of all I love music, Acoustic is my favorite. Love watching
football, movies and playing games with my buddies. I spend quite a lot of time
traveling across the country.This keeps me fresh.
</p>
</div>
<!--INTEREST ICONS-->
<div class="row no-gutters">
<!--INTEREST ICON ONE-->
<div class="col-md-2 col-sm-4 col-xs-6 box text-center">
<div class="interest-icon mobiletop " data-sr-id="31" style="margin-top:0px !important;visibility: visible;-webkit-transform: translateY(0) scale(1);opacity: 1;transform: translateY(0) scale(1);opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;">
<i class="fa fa-music"></i>
<span>Music</span>
</div>
</div>
<!--INTEREST ICON TWO-->
<div class="col-md-2 col-sm-4 col-xs-6 box text-center">
<div class="interest-icon-even mobiletop" data-sr-id="32" style="margin-top:0px !important;visibility: visible;-webkit-transform: translateY(0) scale(1);opacity: 1;transform: translateY(0) scale(1);opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;">
<i class="fa fa-gamepad"></i>
<span>Gaming</span>
</div>
</div>
<!--INTEREST ICON THREE-->
<div class="col-md-2 col-sm-4 col-xs-6 box text-center">
<div class="interest-icon mobiletop" data-sr-id="33" style="margin-top:2px !important; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<i class="fa fa-camera"></i>
<span>Photography</span>
</div>
</div>
<!--INTEREST ICON FOUR-->
<div class="col-md-2 col-sm-4 col-xs-6 box text-center">
<div class="interest-icon-even mobiletop" data-sr-id="34" style="margin-top:2px !important; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<i class="fa fa-futbol-o"></i>
<span>Football</span>
</div>
</div>
<!--INTEREST ICON FIVE-->
<div class="col-md-2 col-sm-4 col-xs-6 box text-center">
<div class="interest-icon mobiletop" data-sr-id="35" style="margin-top:4px !important; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">
<i class="fa fa-plane"></i>
<span>Traveling</span>
</div>
</div>
<!--INTEREST ICON SIX-->
<div class="col-md-2 col-sm-4 col-xs-6 box text-center">
<div class="interest-icon-even mobiletop" data-sr-id="36" style="margin-top:4px !important;visibility: visible;-webkit-transform: translateY(0) scale(1);opacity: 1;transform: translateY(0) scale(1);opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;margin-right: 5px;">
<i class="fa fa-film"></i>
<span>Movies</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container luvishTop">
<div class="section-title">
<h4 class="text-uppercase text-center"><img src="images/envelope.png" alt="demo" data-sr-id="46" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; ">Contact</h4>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="card-content luvishBox contactCard" style=" height: 380px;">
<h6 class=" text-center" style="padding-top: 15px;color: #1b3647;text-shadow: 2px 2px 4px rgba(27, 54, 71, 0.18);">Keep In Touch</h6>
<div class="address contactChange">
<span class="info-icon"><i class="fa fa-map-marker"></i></span>
<span class="info-text infotext500">RH-14,Sambhajinagar,Pune-19</span>
</div>
<div class="email contactChange">
<span class="info-icon"><i class="fa fa-envelope"></i></span>
<span class="info-text infotext500">luvishyadav@gmail.com</span>
</div>
<div class="telephone contactChange">
<span class="info-icon"><i class="fa fa-phone"></i></span>
<span class="info-text infotext500">+91-7754906444</span>
</div>
<div class="website contactChange">
<span class="info-icon"><i class="fa fa-link"></i></span>
<span class="info-text infotext500">www.luvishyadav.com</span>
</div>
</div></div>
<div class="col-md-6 col-sm-6 col-xs-12" style="margin-top: 20px;">
<div class="card-content " style=" height: 380px;">
<div class="row-fluid">
<div class="span3 luvishSq facebook" onclick="window.open('https://www.facebook.com/luvishyadav')" style="background: #3B5997 url(images/facebook.png) no-repeat center center;"></div>
<div class="span3 luvishSq twitter" onclick="window.open('https://twitter.com/luvishyadav')" style="background: #2CA9E1 url(images/twitter.png) no-repeat center center;"></div>
<div class="span3 luvishSq google" onclick="window.open('https://plus.google.com/+Luvishyadav')" style="background: #CD1D1F url(images/gplus.png) no-repeat center center;"></div>
<div class="span3 luvishSq linked" onclick="window.open('https://www.linkedin.com/in/luvishyadav/')" style="background: #0073B2 url(images/linkedin.png) no-repeat center center;"></div>
</div>
</div>
</div>
</div>
</div></section></div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<!--FOOTER DETAILS-->
<p class="text-center">
© <script type="text/javascript">document.write(new Date().getFullYear());
</script> Luvish Yadav. All Rights Reserved
</p>
</div>
</footer>
<!-- /.container -->
<!-- jQuery -->
<script src="js/typed.js"></script>
<script src="js/moment.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/examples.js"></script>
<script type="text/javascript" src="js/sweet.js"></script>
<script type="text/javascript" src="js/luvishcoffee.js"></script>
<!-- <script src="js/function.js"></script> -->
<script>
function callScroll(){
var checkDevice = /Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent);
if (!checkDevice) {
window.sr = ScrollReveal({ reset: true,easing: 'cubic-bezier(0.6, 0.2, 0.1, 1)'});
sr.reveal('#section0 img', { duration: 2000});
sr.reveal('#helloID', { duration: 2000,origin: 'right',distance:'300px',delay:1000,easing: 'cubic-bezier(0.6, 0.2, 0.1, 1)' });
sr.reveal('#dwldId', { duration: 2000,delay:4000});
sr.reveal('#Skill1', { duration: 2000,distance:'200px',origin: 'left',viewFactor: 0.2});
sr.reveal('#Skill2', { duration: 2000,distance:'200px',origin: 'top',viewFactor: 0.2});
sr.reveal('#Skill3', { duration: 2000,distance:'200px',origin: 'right',viewFactor: 0.2});
sr.reveal('#edu1', { duration: 2000,origin: 'left',viewFactor: 0.2});
sr.reveal('#edu2', { duration: 2000,origin: 'right',viewFactor: 0.2});
sr.reveal('#exp1', { duration: 2000,origin: 'left',viewFactor: 0.2});
sr.reveal('#exp2', { duration: 2000,origin: 'right',viewFactor: 0.2});
sr.reveal('.box', { duration: 2000 }, 50);
sr.reveal('.facebook', { duration: 2000,rotate: { x: 180, y: 0, z: 0 } });
sr.reveal('.linked', { duration: 2000,rotate: { x: 180, y: 0, z: 0 } });
sr.reveal('.twitter', { duration: 2000,rotate: { x: 0, y: 180, z: 0 } });
sr.reveal('.google', { duration: 2000,rotate: { x: 0, y: 180, z: 0 } });
}
else {
window.sr = ScrollReveal({ reset: true,easing: 'cubic-bezier(0.6, 0.2, 0.1, 1)'});
sr.reveal('#section0 img', { duration: 2000});
//sr.reveal('#helloID', { duration: 2000,origin: 'right',distance:'100px',delay:1000 });
//sr.reveal('#dwldId', { duration: 2000,delay:4000});
sr.reveal('#Skill1', { duration: 1500,distance:'200px',origin: 'top',viewFactor: 0.2});
sr.reveal('#Skill2', { duration: 1500,distance:'200px',origin: 'top',viewFactor: 0.2});
sr.reveal('#Skill3', { duration: 1500,distance:'200px',origin: 'top',viewFactor: 0.2});
sr.reveal('#edu1', { duration: 1500,origin: 'top',viewFactor: 0.2});
sr.reveal('#edu2', { duration: 1500,origin: 'top',viewFactor: 0.2});
sr.reveal('#exp1', { duration: 1500,origin: 'top',viewFactor: 0.2});
sr.reveal('#exp2', { duration: 2000,origin: 'top',viewFactor: 0.2});
sr.reveal('.box', { duration: 1500 }, 50);
sr.reveal('.facebook', { duration: 2000,viewFactor: 0.2,rotate: { x: 180, y: 0, z: 0 } });
sr.reveal('.linked', { duration: 2000,viewFactor: 0.2,rotate: { x: 180, y: 0, z: 0 } });
sr.reveal('.twitter', { duration: 2000,viewFactor: 0.2,rotate: { x: 0, y: 180, z: 0 } });
sr.reveal('.google', { duration: 2000,viewFactor: 0.2,rotate: { x: 0, y: 180, z: 0 } });
}
}
</script>
</nav></body></html>