-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
417 lines (363 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
415
416
417
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prashant Kumar | Portfolio</title>
<!-- <link rel="icon" href="/Images/letter_p.png"> -->
<link rel="shortcut icon" href="/Images/letter_p.png" type="image/png" />
<!--used css file-->
<link rel="stylesheet" href="CSS/app.css">
<link rel="stylesheet" href="CSS/mediaquery.css">
<!-- used fontawesome font style for social media icons -->
<script src="https://kit.fontawesome.com/a568ffbbed.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="navbar">
<nav class="navbar-menu">
<a href="#">Portfolio
</a>
<ul class="navbar-links">
<li><a class="navbar-link" href="#About_Me">About</a></li>
<li><a class="navbar-link" href="#Skills">Skills</a></li>
<li><a class="navbar-link" href="#Contact">Contact Me</a></li>
</ul>
<div class="toggle" aria-label="Open navigation menu"></div>
</nav>
</section>
<!--
<header id="navbar">
<nav class="navbar-container container">
<a href="#" class="home-link">
Portfolio
</a>
<div class="navbar-menu">
<ul class="navbar-links">
<li class="navbar-item"><a class="navbar-link" href="#About_Me">About</a></li>
<li class="navbar-item"><a class="navbar-link" href="#Skills">Skills</a></li>
<li class="navbar-item"><a class="navbar-link" href="#Contact">Contact</a></li>
</ul>
<div class="toggle" aria-label="Open navigation menu"></div>
</div>
</nav>
</header>
-->
<div id="left">
<div class="left_side">
<div class="left_side_child">
<section class="flex" id="About_Me">
<h1>Hi, I'm <span id="name">PRASHANT KUMAR</span></h1>
<p class="body_text">A Software Engineer at Jio Platforms, pursued a bachelor's degree in Computer
Engineering from Aligarh Muslim University, Aligarh. I am highly passionate to learn, explore
and work on new technologies. A hardworking and disciplined person
with positive mindset. and platform support. I am good at various sports like cricket and
badminton.
</p>
</h3>
</section>
<section class="flex">
<h2>Education</h2>
<table>
<thead>
<tr class="body_text">
<th> Class / Degree </th>
<th class="table_pad"> CPI </th>
<th class="table_pad"> Board </th>
<th class="table_pad"> College </th>
</tr>
</thead>
<tbody>
<tr class="body_text">
<td> 10th </td>
<td class="table_pad"> 10 </td>
<td class="table_pad"> CBSE </td>
<td class="table_pad"> <a class="a_tag"
href="https://www.navodaya.gov.in/nvs/nvs-school/ETAH/en/home/"
target="_blank">Jawahar
Navodaya Vidyalaya,
Etah</a></td>
</tr>
<tr class="body_text">
<td> 12th </td>
<td class="table_pad"> 92 </td>
<td class="table_pad"> CBSE </td>
<td class="table_pad"> <a class="a_tag"
href="https://www.navodaya.gov.in/nvs/nvs-school/ETAH/en/home/"
target="_blank">Jawahar
Navodaya Vidyalaya,
Etah</a></td>
</tr>
<tr class="body_text" id="table_last_child">
<td> B.Tech </td>
<td class="table_pad"> 9.3 </td>
<td class="table_pad"> AMU </td>
<td class="table_pad"> <a class="a_tag" href="https://www.amu.ac.in/" target="_blank">
ZHCET,
Aligarh Muslim
University </a></td>
</tr>
</tbody>
</table>
</section>
<!-- new changes for work exp....-->
<section class="flex" id="work_exp">
<h2> Work Experience</h2>
<div class="outerheading">
<div id="outero"><img src="/Images/jio_thumbnail.png" alt="company logo"></div>
<div id="outertw">Software Engineer at
<a href="https://careers.jio.com/" target="_blank"> <span id="cname"> Jio
Platforms</span></a>
</div>
<div id="outerth"> [June 2021 - present]</div>
</div>
<div class="outerinfo">
<!-- 5G Software Engineer -->
5G Software Development Engineer at Jio, I have been working here on various algorithms and
projects in real-time with the development team to achieve
low latency, enhancing and solving algorithm code-related problems to PRACH Channel, L1 Layer,
DPDK framework, Linux servers, etc.
<br><br>
Tech Stack: C/C++, Matlab, Shell Script, CentOS, Red-hat Linux, Phabricator
</div>
<div class="outerheading">
<div id="outero"><img src="/Images/iitk_thumbnail.png" alt="company logo"></div>
<div id="outertw">Internship at
<a href="https://www.iitk.ac.in/" target="_blank"> <span id="cname">IIT Kanpur</span></a>
</div>
<div id="outerth"> [June 2019 - July 2019]</div>
</div>
<div class="outerinfo">
I have done an Internship at IIT Kanpur, Organized by iSMRITI on AI, IoT, and robotics including
Machine Learning. This was a 45 days training and internship session where several
real-life-based projects were given from the areas covered in training. I worked on Facial
Emotion
Recognition System that was built using the Convolutional Neural Network (Deep learning
concept).
<br><br>
Tech Stack: Python, OpenCV, Machine Learning, AI, IoT, Google Colab, Anaconda.
</div>
<div class="outerheading">
<div id="outero"><img src="/Images/udaan_thumbnail.jpg" alt="company logo"></div>
<div id="outertw">Internship at
<a href="https://www.udaansociety.org/" target="_blank"> <span id="cname">Udaan
Society Aligarh</span></a>
</div>
<div id="outerth"> [June 2018 - July 2018]</div>
</div>
<div class="outerinfo">
This was my first non-technical work experience, A Social Internship with NGO. Various works
like awareness programs,
act play for social cause and development with a young team, fieldwork, and different camps were
organized to help
people living in the slum, addicted children. Worked with local police for lost children and
hand over them to their
parents. I also Worked on environmental issues openly with media and volunteers.
<br>
</div>
</section>
<!-- <section class="flex">
<h2>Internship Experience</h2>
<p>
<ul>
<li class="body_text">Internship at <a class="a_tag" href="https://www.udaansociety.org/" target="_blank"><span id="keywords">
Udaan Society</span></a>, A social Internship with NGOs to help lost children and hand over them to their parents. Also Worked on environmental issues openly with media and volunteers [1 June - 1 July, 2018].
</li>
<br>
<li class="body_text">Internship at <a class="a_tag" href="https://www.iitk.ac.in/" target="_blank"><span id="keywords">IIT
Kanpur</span></a>, Organized by iSMRITI on AI, IoT, and robotics including Machine Learning. Several projects were given. I worked on Facial Emotion Recognition using the Convolutional Neural Network [3 June - 12 July,
2019].
</li>
</ul>
</p>
</section> -->
<section class="flex">
<h2>Projects</h2>
<p>
<ul class="body_text">
<li> <a class="a_tag" href="https://github.com/prashantk01/task-manager-nodejs">Task Manager
Platform
</a>
<p> This is a Nodejs-based Task-Manager Application backend project with CRUD operations.
MongoDB is used to store user and
user's task, jsonwebtoken based Authorization is used and jest for testing. One can
create a user and store the user's
task in data. Express.js framework is used to manage servers and routes.
</p>
<p>Tech Stack- Nodejs, Express, Javascript, Mongodb, JSON Web Token, Jest.</p>
</li>
<br>
<li> <a class="a_tag" href=" https://github.com/prashantk01/nodejs-chatApp"
target="_blank">Nodejs Chat-App
</a>
<p>A Nodejs based Chat Application. Socket.IO is
used to enable websocket
protocol for bi-directional and event-based communication between a client and a server.
Mustache is used for html template rendering.
</p>
<p>Tech Stack- Nodejs, Express, Socket.IO, Javascript.</p>
</li>
<br>
<li>
<a class="a_tag" href="https://github.com/prashantk01/Calorie-estimation-from-food-images"
target="_blank">
Calories
Estimation from
fast
food images</a>
<p>This Project estimates Calories from fast-food images using Deep learning, Machine
learning Algorithms, and Models.
Android app is used for client-side and flask server to deploy ML Classifier.</p>
<p>Tech Stack- Python, Flask, Java, XML, Google colab.</p>
</li>
<br>
<li><a class="a_tag" href=" https://github.com/prashantk01/Facial_Emotion_Recognition"
target="_blank">Human
Facial
expression recognition
system</a>
<p>Machine Learning Model for Detecting Facial Emotion. This project is built with face
recognition algorithms CNN and used
openCV for GUI.</p>
<p>Tech Stack- Python, OpenCV, Anaconda (spyder), Google colab.</p>
</li>
<br>
<li><a class="a_tag" href=" https://github.com/prashantk01/prashantk01.github.io"
target="_blank">Portfolio Static Website</a>
<p>A static portfolio website which contains my work and extended resume</p>
<p>Tech Stack- HTML, CSS, Javascript.</p>
</li>
<br>
</ul>
</p>
</section>
<div class="flex" id="Skills">
<h2>Skills</h2>
<ul>
<li class="body_text"> Python </li>
<li class="body_text"> C / C++ </li>
<li class="body_text"> Javascript and Typescript </li>
<li class="body_text"> Mongodb - NoSQL database</li>
<li class="body_text"> Heroku and nodejs deployment environemt</li>
<li class="body_text"> Machine Learning and Deep learning Concepts</li>
<li class="body_text"> Nodejs and Express.js Framework for REST API</li>
</ul>
</div>
<!-- <section class="flex">
<h2>Achievements</h2>
<p>
<ul>
<li class="body_text">3rd rank in Hack-AMU, ZARF-19 Hackathon powered by FOSSASIA </li><br>
<li class="body_text">Second school Topper in 12th Board </li><br>
<li class="body_text">Have been school captain for a period of year (Leadership Quality)</li>
</ul>
</p>
</section> -->
<section class="flex">
<h2>Tools and Language support</h2>
<p>
<ul>
<li class="body_text">Communication Language: Hindi and English</li><br>
<li class="body_text">Version Control: Git, Github, Gitlab and Phabricator</li><br>
<li class="body_text">OS support: Windows, Linux distributions (CentOS, Red Hat and Ubuntu)
</li><br>
</ul>
</p>
</section>
<section class="flex" id="Contact">
<div>
<h2>Contact Me </h2>
<form method="POST" name="response-form">
<!-- for now required is optional-->
<input type="text" id="re_name" placeholder="Full Name" required name="Full Name">
<input type="email" id="re_email" placeholder="Email" required name="Email">
<textarea cols="25" rows="6" placeholder="Message" id="re_message" required
name="Message"></textarea>
<button id="send_text" name="submit" type="submit"> SUBMIT</button>
</form>
</div>
</section>
</div>
</div>
</div>
<div id="left">
<section id="right_sec">
<section id="image">
<img id="profile_pic" src="/Images/blazer-removebg-preview.jpg" height="250px" alt="My profile pic">
<!--<button>
<a href="https://drive.google.com/file/d/1E93YsoxA34Brqf8B1vPmfrLZDkWup5o5/view?usp=sharing"
target="_blank"> Resume
</a>
</button>
-->
<!--
<section>
<p id="contact_details">
<br><br> <img id="thumbnail" style="max-width: 6%;" src="Images/education_thumbnail.png">
<a class="contact_details_a" href="https://www.amu.ac.in/" target="_blank" style="cursor:pointer"><label style="cursor: pointer"> B.Tech, AMU </label></a> <br><br>
<a class="contact_details_a" href="https://www.github.com/prashantk01/" target="_blank" style="cursor:pointer"><img style="max-width: 6%; vertical-align: text-top" src="Images/github_thumbnail.png"><label style="padding-left: 2%; cursor: pointer">Github</label></a><br><br>
<a class="contact_details_a" href="https://www.linkedin.com/in/prashantk01/" target="_blank" style="cursor:pointer"><img style="max-width: 6%; vertical-align: text-top" src="Images/linkedin_thumbnail.png"><label style="padding-left: 2%; cursor: pointer">LinkedIn</label></a><br><br>
<a class="contact_details_a" href="https://twitter.com/princek_01/" target="_blank" style="cursor:pointer"><img style="max-width: 6%; vertical-align: text-top" src="Images/twitter_thumbnail.png"><label style="padding-left: 2%; cursor: pointer">Twitter</label></a> <br><br>
<a class="contact_details_a" href="mailto:[email protected]"><img id="thumbnail" style="max-width: 6%; vertical-align:middle;" src="Images/mail_thumbnail.png"><label style="padding-left: 2%; cursor: pointer">Email</label></a> <br><br>
</p>
</section> -->
</section>
<footer>
<div class="social-icons">
<!-- <a href=""> <i class="fas fa-graduation-cap"></i></a> -->
<a href="https://www.linkedin.com/in/prashantk01/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.facebook.com/prashantk01" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i></a>
<a href="https://twitter.com/princek_01/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.github.com/prashantk01/" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://drive.google.com/file/d/1BIIAUULDeLvFDql0H2X0izMqYXuK9Pdf/view?usp=sharing"
target="_blank"><i class="fas fa-file"></i></a>
</div>
<div class="social-icons-mobile">
<!-- <a href=""> <i class="fas fa-graduation-cap"></i></a> -->
<div>
<a href="https://www.linkedin.com/in/prashantk01/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.facebook.com/prashantk01" target="_blank"><i
class="fab fa-facebook-f"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i></a>
</div>
<div>
<a href="https://twitter.com/princek_01/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.github.com/prashantk01/" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://drive.google.com/file/d/1BIIAUULDeLvFDql0H2X0izMqYXuK9Pdf/view?usp=sharing"
target="_blank"><i class="fas fa-file"></i></a>
</div>
</footer>
</section>
</div>
<!--JQUery-------------------->
<script type="text/javascript" src="JS/main.js"></script>
<script type="text/javascript" src="JS/JQuery.js"></script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbzBnmJUS2heEVRmSZxJfSm6JkBzEn6l0fUK7trk9nZyhoCKyaZdzUghJfzdADPdGQzz/exec'
const form = document.forms['response-form']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, {
method: 'POST',
body: new FormData(form)
})
.then(response => alert("Thanks for contacting Me !! I will contact you ASAP"))
.catch(error => console.error('Error!', error.message))
// window.location.reload();
})
</script>
<script type="text/javascript">
$(document).ready(function () {
$('.toggle').click(function () {
$('.toggle').toggleClass('active')
$('nav').toggleClass('active')
$('nav.active').click(function () {
$('nav').toggleClass('hide');
})
})
})
</script>
</body>
</html>