-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
958 lines (892 loc) · 51.3 KB
/
Copy pathindex.html
File metadata and controls
958 lines (892 loc) · 51.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
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
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Updesh Srivastava - Portfolio</title>
<meta name="description" content="This is the resume and portfolio of Updesh Srivastava, a budding Competitive Programmer and Web-App Developer, Feel free to visit.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="resume updeshxp updeshsr updesh srivastava portfolio website">
<meta name="author" content="https://updeshxp.blogspot.com">
<!-- Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" >
<!-- Stylesheets -->
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/materialize.min.css" media="screen,projection" />
<link rel="stylesheet" href="assets/css/bootstrap.css" media="screen,projection" />
<link rel="stylesheet" href="assets/css/animate.min.css" media="screen,projection" />
<link rel="stylesheet" href="assets/libs/owl-carousel/owl.carousel.css" media="screen,projection" />
<link rel="stylesheet" href="assets/libs/owl-carousel/owl.transitions.css" media="screen,projection" />
<link rel="stylesheet" href="assets/libs/owl-carousel/owl.theme.css" media="screen,projection" />
<link rel="stylesheet" href="assets/css/main.css">
<!-- Choose your default colors -->
<!--<link rel="stylesheet" href="assets/css/colors/color1.css">-->
<!-- <link rel="stylesheet" href="assets/css/colors/color2.css"> -->
<!-- <link rel="stylesheet" href="assets/css/colors/color3.css"> -->
<!-- <link rel="stylesheet" href="assets/css/colors/color4.css"> -->
<!-- <link rel="stylesheet" href="assets/css/colors/color5.css"> -->
<!-- <link rel="stylesheet" href="assets/css/colors/color6.css"> -->
<link rel="stylesheet" href="assets/css/colors/color7.css">
<!--<link rel="stylesheet" href="assets/css/colors/color8.css">-->
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loader">
<svg class="circle-loader" height="50" width="50">
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="6" stroke-miterlimit="10" />
</svg>
</div>
</div><!--preloader end-->
<!-- Main Container -->
<main id="app" class="main-section">
<!-- header navigation start -->
<header id="navigation" class="root-sec white nav">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="nav-inner">
<nav class="primary-nav">
<div class="nav-wrapper">
<a href="#home" class="left brand-logo"><img src="images/logo.png" alt="home"></a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger waves-effect"><i class="material-icons" style="font-size: 1.8rem;line-height: 50px;">menu</i></a>
<ul class="right static-menu">
<li class="tooltips tooltipped waves-effect" data-placement="bottom" data-tooltip="LinkedIn Profile"><a href="http://linkedin.com/in/updeshxp"><i class="fa fa-linkedin"></i></a></li>
<li>
<a class="dropdown-button blog-submenu-init waves-effect" href="#!" data-target="dropdown1">
<i class="material-icons right">more_vert</i>
</a>
</li>
</ul>
<ul class="right inlinenav hide-on-med-and-down">
<li><a href="#about" data-section="#about" class="waves-effect smoothScroll">About Me</a>
</li>
<li><a href="#skill" data-section="#skill" class="waves-effect smoothScroll">Skills</a>
</li>
<li><a href="#experience" data-section="#experience" class="waves-effect smoothScroll">Experience</a>
</li>
<li><a href="#education" data-section="#education" class="waves-effect smoothScroll">Education</a>
</li>
<li><a href="#projects" data-section="#projects" class="waves-effect smoothScroll">Projects</a>
</li>
<li><a href="#blog" data-section="#blog" class="waves-effect smoothScroll">Blog</a>
</li>
<li><a href="#contact" data-section="#contact" class="waves-effect smoothScroll">Contact</a>
</li>
</ul>
<ul class="inline-menu sidenav" id="mobile-demo">
<li><div class="user-view">
<div class="background">
<img style="filter:brightness(40%);-webkit-filter: brightness(40%); height:100%;" src="images/home-bg.jpg">
</div>
<a href="#user"><img class="circle" src="images/person.png"></a>
<a href="#name"><span class="white-text name">Updesh Srivastava</span></a>
<a style="margin-bottom: 0px;" href="#email"><span class="white-text email">updesh.94@gmail.com</span></a>
</div></li>
<!-- Mini Profile // only visible in Tab and Mobile -->
<!-- <li class="mobile-profile">
<div class="profile-inner">
<div class="pp-container">
<img src="images/person.png" alt="Updesh Srivastava">
</div>
<h3>Updesh Srivastava</h3>
<h5>Programmer and Developer</h5>
</div>
</li> -->
<li><a href="#about" data-section="#about" class="waves-effect smoothScroll"><i class="material-icons">person</i>About Me</a>
</li>
<li><a href="#skill" data-section="#skill" class="waves-effect smoothScroll"><i class="material-icons">text_snippet</i>Skills</a>
</li>
<li><a href="#experience" data-section="#experience" class="waves-effect smoothScroll"><i class="material-icons">work</i>Experience</a>
</li>
<li><a href="#education" data-section="#education" class="waves-effect smoothScroll"><i class="material-icons">school</i>Education</a>
</li>
<li><a href="#projects" data-section="#projects" class="waves-effect smoothScroll"><i class="material-icons">business_center</i>Projects</a>
</li>
<li><a href="#blog" data-section="#blog" class="waves-effect smoothScroll"><i class="material-icons">edit</i>Blog</a>
</li>
<li><a href="#contact" data-section="#contact" class="waves-effect smoothScroll"><i class="material-icons">send</i>Contact Me</a>
</li>
</ul>
<ul id="dropdown1" class="submenu-ul dropdown-content">
<li><a href="http://github.com/updeshxp"><i class="fa fa-github"></i>Github Profile</a></li>
<li><a href="http://codechef.com/users/updeshxp"><i class="fa fa-code"></i>CodeChef ID</a></li>
<li><a href="https://www.hackerearth.com/@updesh94"><i class="fa fa-code-fork"></i>HackerEarth ID</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- .container end -->
</header>
<!-- #header navigation end -->
<!-- Home Section start -->
<section id="home" class="scroll-section root-sec grey lighten-5 home-wrap">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="home-inner">
<div class="center-align home-content">
<h1 class="home-title"><span>Updesh Srivastava</span></h1>
<h2 class="home-subtitle">Android Enthusiast, Java and Web-App Developer</h2>
<a href="#contact" class="hire-me-btn btn waves-effect waves-light btn-large brand-bg white-text regular-text"><i class="material-icons left">send</i>Contact Me</a>
</div>
</div>
</div>
</div>
</div>
<!-- .container end -->
<div class="section-call-to-area">
<div class="container">
<div class="row">
<a href="#about" class="btn-floating btn-large button-middle call-to-about section-call-to-btn animated btn-up btn-hidden">
<i class="material-icons">expand_more</i>
</a>
</div>
</div>
<!-- .container end -->
</div>
</div>
</section>
<!-- #home Section end -->
<!-- About Section start -->
<section id="about" class="scroll-section root-sec padd-tb-60 grey lighten-5 about-wrap">
<div class="container">
<div class="row">
<div class="clearfix about-inner">
<div class="col-sm-12 col-md-4">
<div class="person-about">
<h3 class="about-subtitle">My Story</h3>
<p>Hi There, I like solving real life problems via Programming and making life easier. I enjoy experimenting with Android in mobile and add exciting features to my phone. Love to develop web apps in Java, Spring Boot and their Front-End in various frameworks including Bootstrap. Pursued B.Tech. from Dr. APJ Abdul Kalam University (AKTU). <br />
I code in multiple languages including Java and C++ in Codechef and Hackerearth.</p>
<a href="https://drive.google.com/file/d/0B7zmg0jGgFcjMm8zR0E4SnVhdWc/view" class="waves-effect waves-light btn-large brand-bg white-text"><i class="material-icons left">archive</i> View Resume</a>
</div>
</div>
<!-- about me description-->
<div class="col-sm-6 col-md-4">
<div class="person-img wow fadeIn">
<img class="z-depth-1" src="images/myPortraitCloseSquare.jpg" alt="Updesh Srivastava">
</div>
</div>
<!-- about me image -->
<div class="col-sm-6 col-md-4">
<div class="person-info">
<h3 class="about-subtitle">Personal Information</h3>
<h5><span>Name :</span> Updesh Srivastava</h5>
<h5><span>Age :</span> 32 Years</h5>
<h5><span>Email :</span> updesh.94@gmail.com</h5>
<h5><span>Address :</span> Noida, India</h5>
<h5><span>Permanent Address :</span> Jhansi, India</h5>
</div>
<div class="about-social">
<ul>
<li class="tooltips tooltipped" data-placement="bottom" data-tooltip="Instagram Profile">
<a href="https://instagram.com/updeshsr" class="btn-floating waves-effect waves-light white"><i class="fa fa-instagram"></i></a>
</li>
<li class="tooltips tooltipped" data-placement="bottom" data-tooltip="Twitter Profile">
<a href="https://twitter.com/updeshxp" class="btn-floating waves-effect waves-light white" ><i class="fa fa-twitter" ></i></a>
</li>
<li class="tooltips tooltipped" data-placement="bottom" data-tooltip="LinkedIn Profile">
<a href="http://linkedin.com/in/updeshxp" class="btn-floating waves-effect waves-light white"><i class="fa fa-linkedin"></i></a></li>
<li class="tooltips tooltipped" data-placement="bottom" data-tooltip="CodeChef Profile">
<a href="https://www.codechef.com/users/updeshxp" class="btn-floating waves-effect waves-light white"><i class="fa fa-code"></i></a>
</li>
<li class="tooltips tooltipped" data-placement="bottom" data-tooltip="HackerEarth Profile">
<a href="https://www.hackerearth.com/@updesh94" class="btn-floating waves-effect waves-light white"><i class="fa fa-code-fork"></i></a>
</li>
</ul>
</div>
</div>
<!-- about me info -->
</div>
</div>
</div>
<!-- .container end -->
</section>
<!-- #about Section end -->
<!-- Resume Section start -->
<section id="skill" class="root-sec white skill-wrap">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="clearfix skill-inner">
<div class="col-sm-12 col-md-3">
<div class="skill-left">
<h2 class="title">Skills</h2>
<p class="regular-text" style="color: black;">Well, Only a few of them..</p>
</div>
</div>
<!-- skills container -->
<div class="col-sm-12 col-md-7">
<div class="skill-right">
<div id="skillSlider" class="clearfix skill-graph">
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="70%">
<div class="skill-visible">
<span class="skill-title">Java Core/J2EE</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Advanced</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="55%">
<div class="skill-visible">
<span class="skill-title">Spring Boot</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Intermediate</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="65%">
<div class="skill-visible">
<span class="skill-title">React</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Intermediate</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="65%">
<div class="skill-visible">
<span class="skill-title">Web-Development</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Intermediate</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="45%">
<div class="skill-visible">
<span class="skill-title">AWS Cloud</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Beginner</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="50%">
<div class="skill-visible">
<span class="skill-title">Python</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Beginner</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="65%">
<div class="skill-visible">
<span class="skill-title">Database</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Intermediate</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="60%">
<div class="skill-visible">
<span class="skill-title">Competitive Programming</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Intermediate</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="70%">
<div class="skill-visible">
<span class="skill-title">Android (OS)</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Advanced</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="60%">
<div class="skill-visible">
<span class="skill-title">Algorithms</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Intermediate</span>
</div>
</div>
</div>
<!-- /single skill-->
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="65%">
<div class="skill-visible">
<span class="skill-title">Operating Systems</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">Advanced</span>
</div>
</div>
</div>
<!-- /single skill-->
</div>
</div>
</div>
<!-- /skills container -->
</div>
</div>
<div class="btn-wrapp skl-ctrl">
<a class="btn-floating waves-effect waves-light btn-large brand-bg white-text go go-left"><i class="material-icons">keyboard_arrow_left</i></a>
<a class="btn-floating waves-effect waves-light btn-large brand-bg white-text go go-right"><i class="material-icons">keyboard_arrow_right</i></a>
</div>
</div>
</div>
<!-- .container end -->
</section>
<section id="experience" class="root-sec padd-tb-120 brand-bg experience-wrap">
<div class="container">
<div class="row">
<div class="experience-inner">
<div class="col-sm-12 col-md-10 card-box-wrap">
<div class="row">
<div class="clearfix section-head experience-text">
<div class="col-sm-12">
<h2 class="title">Experience</h2>
<br>
<div class="timeline">
<!-- <div class="item">
<div class="work-place">
<h3 class="place">Google</h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>Mountain View</div>
</div>
<div class="job-meta">
<div class="title">Senior Software Engineer</div>
<div class="time">2016 - Present</div>
</div>
<div class="job-desc">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Donec pede justo ante</li>
<li>Maecenas tempus tellus eget </li>
</ul>
</div>
</div> -->
<div class="item">
<div class="work-place">
<h3 class="place">Oracle India</h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>Gurgaon, India</div>
</div>
<div class="job-meta">
<div class="job-title">Software Developer</div>
<div class="time">June 2022 - Present</div>
</div>
<div class="job-desc">
<p style="font-size: 14px">
After about 4 years of experience, Started working for Oracle India (CGIU).
I get Hands-on experience on latest versions of Java with Spring Boot and React as Frontend in Mac, Linux as well as Windows Environment in a Source Version Control System (git) in Agile development methodology.
</p>
</div>
</div>
<div class="item">
<div class="work-place">
<h3 class="place">Amdocs DVCI</h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>Gurgaon, India</div>
</div>
<div class="job-meta">
<div class="job-title">Software Engineer</div>
<div class="time">Sep 2018 - June 2022</div>
</div><!--//job-meta-->
<div class="job-desc">
<p style="font-size: 14px">
Since graduation, started working in Amdocs: a software and services provider to comm. and media companies of all sizes in over 85 countries.
Hands-on experience of Java and Python app development in Linux as well as working on Cloud servers.
Backend as well as Frontend development in a Source Version Control System in Agile development methodology.
</p>
</div><!--//job-desc-->
</div><!--//item-->
<!-- <div class="item">
<div class="work-place">
<h3 class="place">Startup Hub</h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>London</div>
</div>
<div class="job-meta">
<div class="title">Founder & Lead Developer</div>
<div class="time">2012 - 2013</div>
</div>
<div class="job-desc">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
</div>
</div>//item -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--//section-->
<section id="education" class="root-sec grey lighten-5 padd-tb-120 education-wrap">
<div class="container">
<div class="row">
<div class="education-inner">
<div class="col-sm-12 col-md-10 card-box-wrap">
<div class="row">
<div class="clearfix section-head education-text">
<div class="col-sm-12">
<h2 class="title">Education</h2>
</div>
</div>
<div class="col-lg-12">
<div class="overflow-hidden">
<div class="row">
<div id="educationSlider" class="clearfix card-element-wrapper">
<!-- single education -->
<div class="col-sm-4 single-card-box wow fadeInUpSmall" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">2014 - 2018</h2>
<img class="activator" src="images/coll.jpg" alt="AKGEC">
</div>
<div class="card-content">
<span class="card-title activator brand-text">Computer Science Engineering<i class="material-icons right">more_vert</i></span>
<p>AKGEC, Ghaziabad</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Bachelor of Technology<i class="material-icons right">close</i></span>
<p>Dr.APJ Abdul Kalam University (AKTU)</p>
</div>
<p class="rev-content">
Ajay Kumar Garg Engineering College is located in Ghaziabad, Uttar Pradesh, India. It was founded in 1998 and is approved by AICTE. At the post-graduate level, the college offers MCA and Master of Technology courses in six engineering disciplines. It has consistently maintained excellent academic results and placements.</p>
</div>
</div>
</div> <!-- single education -->
<!-- single education -->
<div class="col-sm-4 single-card-box wow fadeInUpSmall" data-wow-delay=".2s" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">2012 - 2013</h2>
<img class="activator" src="images/inter.jpg" alt="Mahatma Hansraj Modern School">
</div>
<div class="card-content">
<span class="card-title activator brand-text">Intermediate<i class="material-icons right">more_vert</i></span>
<p>Mahatma Hansraj Modern School</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Physics, Chemistry and Maths<i class="material-icons right">close</i></span>
<p>Central Board of Secondary Education (CBSE)</p>
</div>
<p class="rev-content">Mahatma Hansraj Modern School is a private senior secondary school in Jhansi, Uttar Pradesh, India. Founded in 1997, it has emerged as one of the best CBSE schools in Jhansi.</p>
</div>
</div>
</div> <!-- single education -->
<div class="col-sm-4 single-card-box wow fadeInUpSmall" data-wow-delay=".4s" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">2010 - 2011</h2>
<img class="activator" src="images/highs.jpg" alt="Christ the King College">
</div>
<div class="card-content">
<span class="card-title activator brand-text">High School<i class="material-icons right">more_vert</i></span>
<p>Christ the King College</p>
</div>
<!-- Reveal content-->
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Science and Social Studies<i class="material-icons right">close</i></span>
<p>Concil for Indian School Certificate Examinations (ICSE)</p>
</div>
<p class="rev-content">
Christ the King College was founded in January, 1940 by the Late Bishop F. X. Fenech and continually nourished by his Lordship Rt. Rev. Frederick D'Souza (Bishop of Jhansi) and is conducted by the Catholic Diocese of Jhansi Education Society.</p>
</div>
</div>
</div> <!-- single education end -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btn-wrapp edu-ctrl">
<a class="btn-floating waves-effect waves-light btn-large brand-bg go go-left"><i class="material-icons">keyboard_arrow_left</i></a>
<a class="btn-floating waves-effect waves-light btn-large brand-bg go go-right"><i class="material-icons">keyboard_arrow_right</i></a>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="root-sec padd-tb-120 brand-bg experience-wrap">
<div class="container">
<div class="row">
<div class="experience-inner">
<div class="col-sm-12 col-md-10 card-box-wrap">
<div class="row">
<div class="clearfix section-head experience-text">
<div class="col-sm-12">
<h2 class="title">Projects</h2>
<p class="regular-text">Here are some of my projects..</p>
</div>
</div>
<div class="col-lg-12">
<div class="overflow-hidden">
<div class="row">
<div id="experienceSlider" class="clearfix card-element-wrapper">
<div class="col-sm-4 cold-xs-12 single-card-box wow fadeInUpSmall" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">2020 - Present</h2>
<img class="activator" src="images/thehealthyway.png" alt="TheHealthyWay website">
</div>
<div class="card-content">
<span class="card-title activator brand-text">TheHealthyWay Website<i class="material-icons right">more_vert</i></span>
<p>WebApp using Flask (Python)</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Full Stack Developer<i class="material-icons right">close</i></span>
<p>Hosted on GCloud</p>
</div>
<p class="rev-content">
An online website for health consultation, booking appointnment and knowledge sharing via articles by integration with Blogger, Sheets for form responses and analytics by Google.
<br><br>Project: <a href="https://thehealthyway.in">Website Link</a></p>
</div>
</div>
</div>
<div class="col-sm-4 cold-xs-12 single-card-box wow fadeInUpSmall" data-wow-delay=".2s" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">November 2016 - Present</h2>
<img class="activator" src="images/mysite.png" alt="My Portfolio Website">
</div>
<div class="card-content">
<span class="card-title activator brand-text">My Portfolio Website<i class="material-icons right">more_vert</i></span>
<p>UI and Backend</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">UI Designer and Backend Developer<i class="material-icons right">close</i></span>
<p>My Portfolio Website</p>
</div>
<p class="rev-content">
Created this static website using basic knowledge of Bootstrap/Materialise frameworks and JavaScript Language from a basic template. It is updated regularly, uses Google Analytics and follows Google's Material Guidelines.
</p>
</div>
</div>
</div>
<div class="col-sm-4 cold-xs-12 single-card-box wow fadeInUpSmall" data-wow-delay=".4s" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">November 2017 - December 2017</h2>
<img class="activator" src="images/androidN.png" alt="Nougat">
</div>
<div class="card-content">
<span class="card-title activator brand-text">Serenity for Galaxy J5<i class="material-icons right">more_vert</i></span>
<p>Custom ROM</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Port from 2016 Edition<i class="material-icons right">close</i></span>
<p>Android 7.1.1 from J500F/FN/M</p>
</div>
<p class="rev-content">
Successfully ported the stock Touchwiz ROM of Galaxy J5 2016 edition to 2015 edition. J5 2015 now runs Samsung Experience 8.5 with Android 7.1.1 which is better optimised than 6.0.1 and with all the latest Samsung features.
<br><br><br> XDA Page of the ROM: <a href="https://forum.xda-developers.com/galaxy-j5/development/rom-j5-2016-port-j500f-fn-09-nov-2017-t3702355">Serenity J5</a></p>
</div>
</div>
</div>
<div class="col-sm-4 cold-xs-12 single-card-box wow fadeInUpSmall" data-wow-delay=".4s" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">September 2017 - March 2018</h2>
<img class="activator" src="images/androidapp.png" alt="AKGEC Connect">
</div>
<div class="card-content">
<span class="card-title activator brand-text">AKGEC Connect<i class="material-icons right">more_vert</i></span>
<p>Android App</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Backend Developer<i class="material-icons right">close</i></span>
<p>Android App</p>
</div>
<p class="rev-content">
Worked on an Android app to display feeds and news about all the events happening in the college and also display latest notices. It also featured College hangouts and locations to ease navigation.
</p>
</div>
</div>
</div>
<div class="col-sm-4 cold-xs-12 single-card-box wow fadeInUpSmall" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">2017 - 2018</h2>
<img class="activator" src="images/multibanking.png" alt="MultiBanking System">
</div>
<div class="card-content">
<span class="card-title activator brand-text">MultiBanking System<i class="material-icons right">more_vert</i></span>
<p>WebApp using J2EE (JSP)</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">Backend Developer<i class="material-icons right">close</i></span>
<p>Ducat, Noida</p>
</div>
<p class="rev-content">
Collaboratively developed this portal where a person can perform transactions among his/her multiple bank accounts seamlessly and simultaneously. This portal uses a database and Java as Backend (JSP and Servlets). Currently under development..
<br><br>Project Link: <a href="http://multibanking.herokuapp.com">MultiBanking System</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btn-wrapp exp-ctrl">
<a class="btn-floating waves-effect waves-light btn-large white go go-left"><i class="material-icons brand-text">keyboard_arrow_left</i></a>
<a class="btn-floating waves-effect waves-light btn-large white go go-right"><i class="material-icons brand-text">keyboard_arrow_right</i></a>
</div>
</div>
</div>
</div>
</section>
<!-- #resume Section end -->
<!-- Blog Section end -->
<section id="blog" class="scroll-section root-sec grey lighten-5 padd-tb-120 blog-wrap">
<div class="container">
<div class="row">
<div class="blog-inner">
<div class="col-sm-12 card-box-wrap">
<div class="row">
<div class="clearfix section-head blog-text">
<div class="col-sm-10">
<h2 class="title">Blog</h2>
<p class="regular-text">Personal journal featuring technology hacks, customizations, unpopular apps as well as my experiences as a software developer and an individual.</p>
</div>
</div>
<div class="clearfix card-element-wrapper" id="blog-posts">
<!-- ./blogposts -->
<svg height="50" width="50">
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="6" stroke-miterlimit="10" />
</svg>
<p class="regular-text"> Loading..</p>
</div>
<div class="clearfix left-align">
<div class="col-sm-12">
<a href="https://updeshxp.blogspot.com" class="waves-effect waves-light btn-large load-more">See More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- ./container -->
</section>
<!-- #blog Section end -->
<!-- Contact Section end -->
<section id="contact" class="scroll-section root-sec brand-bg padd-tb-120 contact-wrap">
<div class="container">
<div class="row">
<div class="contact-inner">
<div class="col-sm-12 card-box-wrap">
<div class="row">
<div class="clearfix section-head contact-text">
<div class="col-sm-12">
<h2 class="title">Contact</h2>
<p class="regular-text">Feel free to share your views about my portfolio and Contact me</p>
<ul class="clearfix contact-info">
<li><a href="mailto:updesh.94@gmail.com">updesh.94@gmail.com</a>
</li>
</ul>
</div>
</div> <!-- contact text end -->
<div class="clearfix contact-form">
<!-- Contact Form start -->
<div class="col-md-10">
<div class="clearfix card-panel grey lighten-5 cform-wrapper">
<form id='sendInfo' accept-charset='UTF-8' action="" method='POST'>
<div class="input-field">
<input id="contact_name" type="text" name="Name" class="validate input-box" required>
<label for="contact_name" class="input-label">Name</label>
</div>
<div class="input-field">
<input id="email" type="email" name="Email" class="validate input-box" required>
<label for="email" class="input-label">Email</label>
</div>
<div class="input-field">
<input id="subject" type="text" name="Subject" class="validate input-box" required>
<label for="subject" class="input-label">Subject</label>
</div>
<div class="input-field textarea-input">
<textarea id="textarea1" name="Message" class="validate materialize-textarea" style="height: 22px;" required></textarea>
<label for="textarea1" class="input-label">Message</label>
<input type="hidden" name="after" value="https://updeshxp.github.io/thanks">
</div>
<div class="input-field submit-wrap clearfix">
<button type="submit" class="left waves-effect btn-flat brand-text submit-btn">send message</button>
<div class="right form-loader-area">
<svg class="circular size-20" height="20" width="20">
<circle class="path" cx="10" cy="10" r="7" fill="none" stroke-width="3" stroke-miterlimit="10" />
</svg>
</div>
</div>
</form>
</div>
</div> <!-- ./contact form end -->
</div>
</div>
</div>
</div>
</div>
</div> <!-- ./container end -->
<div class="section-call-to-area">
<div class="container">
<div class="row">
<a href="#home" id="expand_less" class="btn-floating btn-large button-middle call-to-home section-call-to-btn animated btn-up btn-hidden" data-section="#home">
<i class="material-icons">expand_less</i>
</a>
</div>
</div>
</div>
</section>
<!-- #contact Section end -->
<!-- Footer Section end -->
<footer id="footer" class="root-sec white root-sec footer-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="clearfix footer-inner">
<ul class="left social-icons">
<li><a href="https://instagram.com/updeshsr" class="tooltips tooltipped instagram" data-position="top" data-delay="50" data-tooltip="Instagram"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="http://linkedin.com/in/updeshxp" class="tooltips tooltipped linkedin" data-position="top" data-delay="50" data-tooltip="Linkedin"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="http://twitter.com/updeshxp" class="tooltips tooltipped twitter" data-position="top" data-delay="50" data-tooltip="Twitter"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.hackerearth.com/@updesh94" class="tooltips tooltipped hacker-earth" data-position="top" data-delay="50" data-tooltip="HackerEarth"><i class="fa fa-code-fork"></i></a>
</li>
<li><a href="https://www.codechef.com/users/updeshxp" class="tooltips tooltipped codechef" data-position="top" data-delay="50" data-tooltip="CodeChef"><i class="fa fa-code"></i></a>
</li>
</ul> <!-- ./social icons end -->
<div class="right copyright">
<p style="color:black">"My code is guaranteed 100% 'mistrake' free!" - Updesh Srivastava</p>
</div>
</div>
</div>
</div>
</div> <!-- ./container end-->
</footer>
<!-- #footer end -->
</main>
<!-- Main Container end-->
<!-- JavaScripts -->
<script type="text/javascript" src="assets/js/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="assets/js/detectmobilebrowser.js"></script>
<script type="text/javascript" src="assets/js/wow.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.waypoints.min.js"></script>
<!-- <script type="text/javascript" src="assets/js/jquery.nicescroll.min.js"></script> -->
<script type="text/javascript" src="assets/libs/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/js/materialize.min.js"></script>
<script type="text/javascript" src="assets/js/common.js"></script>
<script type="text/javascript" src="assets/js/main.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-103777506-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>