-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
404 lines (345 loc) · 17.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html>
<head>
<title>Shrey Nigam</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="image/1.jpg" type="image/jpg" >
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- link to Bootstrap minified css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- link to Jquery minified-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- link to Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- link to external CSS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<meta content="text/html; charset=iso-8859-2" http-equiv="Content-Type">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@master/devicon.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body >
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<script>
$(window).on("load",function(){
$(".loader-wrapper").fadeOut(5000);
});
</script>
<nav class="nav navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavBar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand"><b><span class="glyphicon glyphicon-check"></span> SHREY</b></a>
</div>
<div class="collapse navbar-collapse" id="mynavBar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about"><span class="glyphicon glyphicon-home"></span> About</a></li>
<li><a href="#skills"><span class="glyphicon glyphicon-education"></span> Skills & Certification</a></li>
<li><a href="#experience"><span class="glyphicon glyphicon-stats"></span> Experience</a></li>
<li><a href="#work"><span class="glyphicon glyphicon-book"></span> Projects</a></li>
<li><a href="#contact"><span class="glyphicon glyphicon-phone-alt"></span> Contact</a></li>
<li><a href="image/shrey_resume.pdf" download onclick="window.open('image/shrey_resume.pdf')"><span class="glyphicon glyphicon-download"></span> Resume</a></li>
</ul>
</div>
</div>
</nav>
<a name="about" style="text-decoration:none;">
<div class ="content">
<center>
<div class = "head" style="font-weight: bold;">Hi there, I'm Shrey Nigam 👋</div><br>
As an Application Development Associate at Accenture, I possess Weblogic Services domain experience and a dedication to innovation for delivering top-notch solutions. My background in Web Development and strong engineering acumen enables me to adapt fast and collaborate effectively in a cross-functional setting as a fresh talent eager to learn new technologies.
<!-- <img src="image/6.gif" type="image/gif"> -->
</center>
</div></a>
<!-- -->
<a name="skills" style="text-decoration:none;">
<div class ="content1">
<center>
<div class = "head1" style="font-weight: bold;">Skills & Certifications</div><br>
<div class = "head2" style="font-weight: bold;">Skills:</div>
<div class="head3" style="padding-left: 20px;">
<center>
<table style="width:100%">
<tr>
<td>● Oracle SOA/OSB 11g and 12c</td>
<td>● Weblogic Server 11g and 12c</td>
</tr>
<tr>
<td>● ESB Applications</td>
<td>● Solace</td>
</tr>
<tr>
<td>● Grafana</td>
<td>● Web Development</td>
</tr>
<tr>
<td>● Digital Marketing</td>
<td>● Databases</td>
</tr>
</table></center><br><br>
</div>
<div class = "head2" style="font-weight: bold;">Certifications:</div>
<div class="head3">
<ul>
<li>Cloud System Administration (ICT Academy, IIT-K)</li>
<li>Comprehensive Linux Course (ICT Academy, IIT-K)</li>
<li>Web Development (Internshala)</li>
<li>Introduction to HTML 5 (Coursera)</li>
<li>Algorathmic Toolbox (Coursera)</li>
<li>The Web Developer Bootcamp (Udemy)</li>
</ul>
</div>
<br>
<div class="head4">
<i class="devicon-html5-plain"></i>
<i class="devicon-css3-plain"></i>
<i class="devicon-php-plain"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-bootstrap-plain"></i>
<i class="devicon-sass-original"></i>
<i class="devicon-react-original"></i>
<i class="devicon-nodejs-plain"></i>
<i class="devicon-cplusplus-plain"></i>
<i class="devicon-amazonwebservices-original"></i>
<i class="devicon-firebase-plain"></i>
<i class="devicon-git-plain"></i>
<i class="devicon-wordpress-plain"></i>
</div>
</center>
</div></a>
<!-- -->
<div id="experience" style="text-decoration:none;">
<div class ="content2">
<center>
<div class = "head1" style="font-weight: bold;">Work Experiences</div><br>
<div class="container1">
<div class="row">
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-flag"></span> Application Development Associate</h3>
<p>Accenture</p>
<p style="padding-right: 80px; padding-left: 80px; font-style: italic;">Worked for a Client Project:: Bharti Airtel (Agile Labs)<br>
<div text-align: left;>
● Working on ESB, Oracle SOA/OSB 11g and 12c, Solace, Weblogic,
Grafana applications.<br>
● Perform software system test automation process - Sanity,
functional, regression and integration.<br>
● Prepare test reports and report status of the testing activity.<br>
● Log and tracked defects using project defined defect tracking
tools</div></p>
</div></div>
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-flag"></span> Summer Trainee</h3>
<p>ICT Academy (IIT-Kanpur)</p>
<p style="padding-right: 80px; padding-left: 80px; font-style: italic;">Worked and trained on Amazon Web Services Platform. Did Cloud System Administration. There worked on a project entitled AWS Elastic Load Balancing Inside a Virtual Private Cloud.</p>
</div></div></div>
</div>
<!-- <table style="width:100%">
<tr> <td style="width:50%">
<div class="column">
<div class="card" >
<h3><span class="glyphicon glyphicon-flag"></span> Core Team Member</h3>
<p>E-Cell (JUET, Guna)</p>
</div></div></td>
<td style="width:50%">
<div class="column" >
<div class="card">
<h3><span class="glyphicon glyphicon-flag"></span> A level- Cadet </h3>
<p>National Cadet Corps (Air Wing)</p>
</div></div></td>
</tr>
</table> -->
</div>
</center>
</div></center></div></div>
<!-- -->
<!-- -->
<div id="experience" style="text-decoration:none;">
<div class ="content2">
<center>
<div class = "head1" style="font-weight: bold;">Extra-Curricular Work Experiences</div><br>
<div class="container1">
<div class="row">
<div class="column">
<div class="card" >
<h3><span class="glyphicon glyphicon-flag"></span> Core Team Member</h3>
<p>E-Cell (JUET, Guna)</p>
</div></div>
<div class="column" >
<div class="card">
<h3><span class="glyphicon glyphicon-flag"></span> A level- Cadet </h3>
<p>National Cadet Corps (Air Wing)</p>
</div></div>
</div>
</center>
</div></center></div></div>
<!-- -->
<div id="work" style="text-decoration:none;">
<div class ="content2">
<center>
<div class = "head1" style="font-weight: bold;">Projects</div><br>
<div class="container1">
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="5000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> Questionnaire</h3>
<p>An online examination system</p>
<p><a href="https://github.com/shrey6162/Questionnaire.github.io" target="_blank"><i class="devicon-github-plain"></i></a> <a href="http://questionnaire.42web.io/" target="_blank"><i class="glyphicon glyphicon-link"></i></a> <a href="http://questionnaire.epizy.com/" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div>
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> CodeStorm</h3>
<p>An online IDE</p>
<p><a href="https://github.com/shrey6162/CodeStorm" target="_blank"><i class="devicon-github-plain"></i></a> <a href="http://codestorm.42web.io/?i=1" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div></div>
</div>
<div class="item">
<div class="row">
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> Runrate</h3>
<p>Webapp that displays online live scores and upcoming match details.</p>
<p><a href="https://github.com/shrey6162/Runrate" target="_blank"><i class="devicon-github-plain"></i></a> <a href="https://powerful-bayou-92639.herokuapp.com/" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div>
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> AWS</h3>
<p>Elastic Load Balancing inside a Virtual Private Cloud</p>
<p><a href="https://github.com/shrey6162/AWS" target="_blank"><i class="devicon-github-plain"></i></a> <a href="https://drive.google.com/file/d/1KfwT8_KftfVzdOiXCGXBOJypIY-XTjtR/view" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div></div>
</div>
<div class="item">
<div class="row">
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> Term Paper</h3>
<p>The effect of online examination system in present scenario</p>
<p><a href="https://github.com/shrey6162/Term-Paper" target="_blank"><i class="devicon-github-plain"></i></a> <a href="https://drive.google.com/file/d/1tV2bv086dNr-97pApAgAoAivPazggcvs/view?usp=sharing" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div>
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> E-Cell</h3>
<p>E-Cell@JUET-Guna demo website</p>
<p><a href="https://github.com/shrey6162/E-CellJUET.github.io" target="_blank"><i class="devicon-github-plain"></i></a> <a href="https://ecelljuet.netlify.app/" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div></div>
</div>
<div class="item">
<div class="row">
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> RED-Telecommunication</h3>
<p>A telecommunication company website</p>
<p><a href="https://github.com/shrey6162/RED-Telecommunication" target="_blank"><i class="devicon-github-plain"></i></a> <a href="https://shrey6162.github.io/RED-Telecommunication/RED%20Pvt.%20Ltd/index.html" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div>
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> Pithoragarh-Tourism</h3>
<p>A tourism company website</p>
<p><a href="https://github.com/shrey6162/Pithoragarh-Tourism" target="_blank"><i class="devicon-github-plain"></i></a> <a href="https://shrey6162.github.io/Pithoragarh-Tourism/html%20project/Pithoragarh.html" target="_blank"><i class="glyphicon glyphicon-link"></i></a></p>
</div></div></div>
</div>
<div class="item">
<div class="row">
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> Tip-and-Split</h3>
<p>A tip and bill split android calculator</p>
<p><a href="https://github.com/shrey6162/Tip-and-Split" target="_blank"><i class="devicon-github-plain"></i></a> <!-- <a href="https://shrey6162.github.io/Pithoragarh-Tourism/html%20project/Pithoragarh.html"><i class="glyphicon glyphicon-link"></i></a> --></p>
</div></div>
<div class="column">
<div class="card">
<h3><span class="glyphicon glyphicon-pushpin"></span> Phonebook</h3>
<p>It is a phonebook application made using python</p>
<p><a href="https://github.com/shrey6162/Phonebook" target="_blank"><i class="devicon-github-plain"></i></a> <!-- <a href="https://shrey6162.github.io/Pithoragarh-Tourism/html%20project/Pithoragarh.html"><i class="glyphicon glyphicon-link"></i></a> --></p>
</div></div></div>
</div>
</div><br><br>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div><a href="https://github.com/shrey6162" target="_blank"><b><font size="4.5px;"><i class="devicon-github-plain"></i><i> GitHub</i></font></b></a>
</div>
</center>
</div></center></div></div>
<!-- -->
<!-- -->
<a name="contact" style="text-decoration:none;">
<div class ="content3">
<center>
<div class = "head1" style="font-weight: bold;">Hello there,</div><br>
<div class="head3">
If you're looking to get in touch with me you're in the right place!... I'm currently looking for new opportunities, my inbox is always open.
<br><br>
<div class="head5">
<!-- <form action="mailto:[email protected]" method="get" enctype="text/plain"> -->
<!-- <form action="mail.php" method="post" style="background-color: rgba(0, 0, 0, 0.6); padding-top: 45px; padding-bottom: 45px;"> -->
<form action="https://formsubmit.co/[email protected]" method="post" style="background-color: rgba(0, 0, 0, 0.6); padding-top: 45px; padding-bottom: 45px;">
<div>
<label for="name" class="bodytext">Name:
<input type="text" name="name" id="name" style="color: black;" />
</label>
</div><br>
<div>
<label for="email" class="bodytext">Email:
<input type="text" name="email" id="email" style="color: black;"/>
</label>
</div><br>
<div>
<label class="bodytext">Message:</label>
<br />
<textarea name="comment" rows="9" cols="24" id="comment" class="bodytext" style="color: black;"></textarea><br><br>
</div>
<div class="bodytext" id="btn">
<input type="submit" name="submit" value="Send" style="color: black;"/>
<input type="reset" name="reset" value="Clear" style="color: black;"/></div>
</div>
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://shrey6162.netlify.app//thanks.html">
<!-- <input type="hidden" name="_autoresponse" value="Thanks for your response, will contact you shortly!!"> -->
</form>
</div>
</div>
</center>
</div></a>
<!-- -->
<footer>
<div class="container">
<b>Get in Touch</b><br>Through following links<br><br>
<a href="https://www.linkedin.com/in/shrey6162/" class="fa fa-linkedin" alt="linkedin" target="_blank"></a>
<a href="https://www.instagram.com/_._shrey_._/" class="fa fa-instagram" alt="instagram" target="_blank"></a>
<a href="https://github.com/shrey6162" class="fa fa-github" alt="github" target="_blank"></a><br><br>
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_HLjfZDVH0Yi4cJ" async> </script> </form>
<!-- <form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_HLiXDq94amvGDv" async> </script> </form> -->
<br>
<span class="glyphicon glyphicon-copyright-mark"></span>Developed by:Shrey Nigam
</div>
</footer>
</body>
</html>