-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
414 lines (382 loc) · 21.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Metas Page details-->
<title>Shubham Yadav</title>
<meta name="description" content="OnePage Resume Portfolio">
<meta name="author" content="">
<!-- Mobile Specific Metas-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--main style-->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
<!--google font style-->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!--font-family: 'Metrophobic', serif;-->
<link href='http://fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic,600italic' rel='stylesheet' type='text/css'>
<!--font-family: 'Open Sans', sans-serif;-->
<!-- font icon css style-->
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body onLoad="load()" onUnload="GUnload()">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!--wrapper start-->
<div class="wrapper noGap" id="wrapper">
<!--Header start -->
<header>
<!--menu start-->
<div class="menu">
<a href="#" class="nav-icon" id="nav-show"><i class="fa fa-bars"></i></a>
<div class="navbar-wrapper">
<div class="container">
<div class="navwrapper">
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<!--<div class="logo">logo</div> -->
<div class="navArea"><a href="#" class="closeMenu"><i class="fa fa-times"></i></a>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<!-- <a class="navbar-brand" href="#">Menu</a> --></div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menuItem active"><a href="#wrapper">Home</a></li>
<li class="menuItem"><a href="#aboutus">About Me</a></li>
<li class="menuItem"><a href="#skillset">Skills</a></li>
<li class="menuItem"><a href="#experience">Experience</a></li>
<li class="menuItem"><a href="#education">Education</a></li>
<li class="menuItem"><a href="#ourwork">Portfolio</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Navbar -->
</div>
</div>
</div>
<!--menu end-->
<!--banner start-->
<div class="banner row" id="banner">
<div class="bannerText">
<h1>I'm Shubham Yadav</h1>
<h3>Web Designer and Cloud Enthusiast</h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 noPadd slides-container" style="height:100%">
<!--background slide show start-->
<div class="slide">
<img src="images/header-image/image01.png" alt="image01"> </div>
<div class="slide">
<img src="images/header-image/image02.jpg" alt="image01"> </div>
<!--background slide show end-->
</div>
</div>
<!--banner end-->
</header>
<!--Header end -->
<!--about us start-->
<section class="aboutus" id="aboutus">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h2>About me</h2>
<h3>Web developer & skilled DevOps enthusiast with a strong Linux background and cloud deployments over AWS</h3>
</div>
</div>
</div>
<div class="row">
<div class=" col-lg-4 col-md-4 col-sm-4 col-xs-12 pull-right media"><img src="images/jhon-img.jpg" alt=""></div>
<div class=" col-lg-7 col-md-7 col-sm-7 col-xs-12 pull-left media">
<h5>Shubham Yadav</h5>
<h4>Webdesigner & Linux Administrator from Delhi</h4>
<p>As a web designer i would love to be a cloud architect and host websites over the cloud on AWS. I can code frequently in HTMl/CSS. I am familiar with the concepts of DevOps and have a certification of Red Hat Ansible. I study mostly online searching for new tech and watching online lessons about them. I want to be an automation engineer working as a cloud architect.</p>
<p>As a Linux System Administrator I am keen to work with the in-depth logic and concepts of Linux and its errors thsoe occur frequently. I am good at trouleshooting problems both at Windows and Linux OS. I have worked over Red Hat Enterprise Linux for about 6 months. I have my own LW Assistant that can remove most of the errors from the Linux OS over the fly on the cloud built itself by me and uses machine learning. </p>
<p><a href="ResumeLinks.pdf" target="_blank" role="button" class="btn btn-primary btn-lg">Download Printable Resume</a></p>
</div>
</div>
</div>
</section>
<!--about us end-->
<!--Skillset start -->
<section id="skillset" class="skillset">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h2>Skills & Expertice</h2>
<h3>I can say i’m quite good at</h3>
</div>
</div>
<div class="col-md-12">
<div class="col-md-6 col-sm-12 media">
<p>As a Linux Administrator in Red Hat Enterprise Linux I have worked over the various tech that are on a boom in the present era. I received expertise in Ansible and DevOps and is equally certified globally. I love to drive in to the life of a web designer and a developer and have worked over my skills in HTML/CSS. Docker and AWS launching and hosting the websites over the cloud is what i can do. I am familiar with the concepts of machine learning and Hadoop framework.</p>
</div>
<div class="col-md-6 col-sm-12">
<div class="skillbar clearfix " data-percent="80%">
<div class="skillbar-title"><span>Red Hat Linux</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="70%">
<div class="skillbar-title"><span>Web Design</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="45%">
<div class="skillbar-title"><span>HTML / CSS</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="75%">
<div class="skillbar-title"><span>Ansible</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="78%">
<div class="skillbar-title"><span>Python/Python3</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="76%">
<div class="skillbar-title"><span>Docker</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="80%">
<div class="skillbar-title"><span>Hadoop MapReduce</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="70%">
<div class="skillbar-title"><span>Machine Learning</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="52%">
<div class="skillbar-title"><span>php</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div> <!-- End Skill Bar -->
</div>
</div>
</div>
</div>
</section>
<!--Skillset end -->
<!--Work Experties start -->
<section id="experience" class="myexperties">
<div class="container">
<div class="heading">
<h2>Work Experience</h2>
<h3>My Internships</h3>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
June,2018<br>August 2018
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>Linux World</h4>
<h5>Intern</h5>
<p>During my internship at Linux World, Jaipur, I received various training over the current and leading tech such as Docker,Ansible,Hadoop,Spark,Hive and many more tech including machine learning. I even learnt about making my own cloud and how to operate over AWS cloud. I built my own LW Assistant during this period which is automation by speech recognition to remove the errors of the other linux OS over the cloud using image recognition and machine learning. I even got globally certified as a Red Hat Certified System Administrator and Red Hat Certified System Administrator in Ansible Automation during this tenure under the guidance of Mr. Vimal Daga(Mentor).</p>
</div>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
June,2017<br>August 2017
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>BSNL</h4>
<h5>Intern</h5>
<p>I served as an intern in the networking team in BSNL and learnt various concepts of networking and communications. I received the knowledge about the servers and towers with the physical relation of them to the technology.</p>
</div>
</div>
</div>
</section>
<!--Work Experties end -->
<!--Education & diploma start -->
<section id="education" class="educationdiploma">
<div class="container">
<div class="heading">
<h2>Education & Diplomas</h2>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
Mar,2011<br>March 2014
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>Earlier Education</h4>
<h5>St. Aloysius School</h5>
<p>I completed my Junior High School and Senior High School with a percentage of 89.3% and 73% respectively. I participated in various competitions held in the school and outside during this tenure. The co-curricular activities include running and poetry with taking part in cultural fests. I applied for IIT-JEE and UPTU and got a reasonable rank.</p>
</div>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
Mar,2015<br>March 2019
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>Bachelor of Technology</h4>
<h5>SRM University</h5>
<p>I have pursued my B.Tech degree in Computer Science and Engineering with a percentile of 82.55%/8.1 GPA in the period 2015-19. During this period I learnt about various subjects to pursue my career into and took part in various programmes/online competitions.</p>
</div>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
June,2018<br>August 2018
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>Other Skills</h4>
<h5>AWS Architect and DevOps Enthusiast</h5>
<p>I am good with the cloud services of AWS and have made my own project using full ansible over the cloud using machine learning. I am familiar with EC2,S3,CloudFormation and RDS of the AWS.</p>
</div>
</div>
</div>
</section>
<!--Education & diploma end -->
<!--portfolio start-->
<section class="protfolio" id="ourwork">
<div class="container">
<div class="heading">
<h2>Portfolio</h2>
<h3>What I have done in my academic career</h3>
</div>
</div>
<div class="row">
<div class="portfolioFilter">
<ul>
<li><a href="#" data-filter="*" class="current">All</a></li>
<!--<li><a href="#" data-filter=".wordpress">Ansible</a></li>-->
<li><a href="#" data-filter=".template">Web Design</a></li>
<li><a href="#" data-filter=".illustration">Certifications</a></li>
<li class="last"><a href="#" data-filter=".webdesign">Badges</a></li>
</ul>
</div>
<ul class="portfolioContainer row">
<li class="template col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/1.jpg" title="Project Title2" class="zoom lb lb_warsaw1"><i class="fa fa-plus fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb1.jpg" alt="" > </div>
</li>
<li class="template wordpress illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/2.jpg" title="RHCoE Ansible" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb2.jpg" alt="" > </div>
</li>
<li class="wordpress illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/3.jpg" title="RHCSA" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb3.jpg" alt="" > </div>
</li>
<li class="webdesign wordpress col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/4.jpg" title="RHCoE Ansible Badge" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb4.jpg" alt="" > </div>
</li>
<li class="wordpress template col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/5.jpg" title="Project Title5" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb5.jpg" alt="" > </div>
</li>
<li class="template webdesign illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/6.jpg" title="RHCSA Badge" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb6.jpg" alt="" > </div>
</li>
<li class="wordpress template col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/7.jpg" title="Project Title7" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb7.jpg" alt="" > </div>
</li>
<li class="template webdesign illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/8.jpg" title="Red Hat Certified" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb8.jpg" alt="" > </div>
</li>
<li class="template col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/9.jpg" title="Project Title1" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb9.jpg" alt="" > </div>
</li>
<li class="template wordpress col-xs-6 col-sm-3 col-md-4 col-lg-4">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/10.jpg" title="Project Title2" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb10.jpg" alt="" > </div>
</li>
<li class="wordpress col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/11.jpg" title="Project Title3" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb11.jpg" alt="" > </div>
</li>
<li class="template wordpress col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/12.jpg" title="Project Title4" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/thumb12.jpg" alt="" > </div>
</li>
</ul>
</div>
</section>
<!--portfolio end-->
<!--contact start-->
<!--contact end-->
<!--footer start-->
<section class="footer" id="footer">
<div class="container">
<ul>
<li><a href="http://www.facebook.com/shubh5729" target="_blank"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="http://www.linkedin.com/in/redshubh" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li><a href="http://www.instagram.com/letteri22 " target="_blank"><i class="fa fa-instagram fa-2x"></i></a></li>
</ul>
</div>
<p class="text-center"><a href="#wrapper" class="gototop"><i class="fa fa-chevron-up fa-2"></i></a></p>
</section>
<!--footer end-->
</div>
<!--wrapper end-->
<!--modernizr js-->
<script type="text/javascript" src="js/modernizr.custom.26633.js"></script>
<!--jquary min js-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--for placeholder jquery-->
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<!--for header jquery-->
<script type="text/javascript" src="js/stickUp.js"></script>
<script src="js/jquery.superslides.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
jQuery(function($) {
$(document).ready( function() {
//enabling stickUp on the '.navbar-wrapper' class
$('.navbar-wrapper').stickUp({
parts: {
0: 'banner',
1: 'aboutus',
2: 'skillset',
3: 'experience',
4: 'education',
5: 'ourwork',
6: 'contact'
},
itemClass: 'menuItem',
itemHover: 'active',
topMargin: 'auto'
});
});
});
</script>
<script>
$('#banner').superslides({
animation: 'fade',
play: 5000
});
</script>
<!--for portfolio jquery-->
<script src="js/jquery.isotope.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" id="theme" href="css/jquery-ui-1.8.16.custom.css">
<link type="text/css" rel="stylesheet" href="css/lightbox.min.css">
<script type="text/javascript" src="js/jquery.ui.widget.min.js"></script>
<script type="text/javascript" src="js/jquery.ui.rlightbox.js"></script>
<!--contact form js-->
<script type="text/javascript" src="js/jquery.contact.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.mousewheel.js"></script>
<script defer src="js/slideroption.js"></script>
<!--for theme custom jquery-->
<script src="js/custom.js"></script>
</body>
</html>