-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·529 lines (445 loc) · 20.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Samyak Jain">
<meta name="keywords"
content="samyak jain, samyak, samyak jain data science, samyak jain indore, developer, machine learning, data science">
<meta name="description"
content="Samyak Jain - A computer science student with a passion for data science and machine learning, focused on building quality software and delivering valuable insights using the latest technologies.">
<meta property="og:image" content="https://jainsamyak.github.io/img/SJ.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta name="theme-color" content="#0c3350" />
<link rel="shortcut icon" href="img/SJ.png" type="image/x-icon">
<link rel="icon" href="img/SJ.png" type="image/x-icon">
<title>Samyak Jain: Data Science Enthusiast | Developer | Avgeek</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/material.min.css">
<!-- Custom styles for this template -->
<link href="css/resume.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132054755-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-132054755-1');
</script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Samyak Jain</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/samyak jain.jpg" alt="Samyak Jain">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
<li class="nav-item">
<a class="btn btn-outline-light mdc-ripple-surface" href="https://www.visualcv.com/samyak-jain"
target="_blank"> View Resume</a>
</li>
</ul>
</div>
<div class="navbar-bottom">
<span><i class="fas fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a></span>
<hr>
</div>
</nav>
<div class="container-fluid p-0">
<div class="wrapper section-1">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto about-column">
<div class="typewriter">
<h1>Samyak
<span class="text-primary">Jain</span>
</h1>
</div>
<div class="subheading mb-5">
Full Stack Developer & Data Science Wizard
</div>
<p class="lead mb-5">
Hi there! I’m Samyak Jain, a versatile and creative developer, posessing a passion for data science &
machine
learning. My skill-based degree has allowed me to pursue novel technologies and ideas through applied
learning, hands-on projects, and multiple industry exposures which fuels me with the essence and calibre of
a budding computer scientist. I'm also an Avgeek.
</p>
<div class="social-icons">
<a href="http://www.linkedin.com/in/samyakjain330" target="_blank" class="mdc-ripple-surface">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="http://github.com/jainsamyak" target="_blank" class="mdc-ripple-surface">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/samyak.jain.330" target="_blank" class="mdc-ripple-surface">
<i class="fab fa-facebook-f"></i>
</a>
</div>
<a href="https://www.visualcv.com/samyak-jain" target="_blank"
class="btn btn-outline-success resume-button mdc-ripple-surface"><i class="fas fa-download"></i> View
Resume</a>
</div>
</section>
</div>
<hr class="m-0">
<div class="wrapper section-2">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Intern - Robotic Process Automation</h3>
<div class="subheading mb-3">Infobeans</div>
<p>
<ul>
<li>Pursued training and certifications from UiPath Academy and developed automation workflows for
business process automation with <b>100% automation scope.</b></li>
<li>Developed an automation framework for attendance management capable of generating summarized
attendance report for the entire batch <b>within 30 seconds.</b></li>
</ul>
<a href="res/certificates/Infobeans.jpg" target="_blank"
class="btn btn-outline-primary btn-certificate mdc-ripple-surface">View
Certificate</a>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2018 - July 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Trainee - Angular 2.0</h3>
<div class="subheading mb-3">Diaspark</div>
<p>
<ul>
<li>Completed my training on the basics of the JavaScript framework Angular 2 (TypeScript).
<li>
Understood the concept of <b>MVC architecture</b> for single page applications.</li>
</li>
</ul>
<a href="res/certificates/Diaspark.jpg" target="_blank"
class="btn btn-outline-primary btn-certificate mdc-ripple-surface">View
Certificate</a>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2017 - July 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Educator & Content Creator</h3>
<div class="subheading mb-3">Unacademy</div>
<p>
<ul>
<li>Prepared a series of courses on the essentials and fundamentals of programming in C++ that have
been <b>followed by more than 4000 people</b> and have obtained <b>over 5500 lifetime views.</b>
</li>
</ul>
<a href="https://unacademy.com/user/captainsamyak" target="_blank"
class="btn btn-outline-primary btn-certificate mdc-ripple-surface">View
My Courses</a>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2017 - August 2017</span>
</div>
</div>
</div>
</section>
</div>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-3">
<div class="resume-content mr-auto">
<h3 class="mb-0">Symbiosis University of Applied Sciences</h3>
<div class="subheading mb-1">B.Tech - Computer Science & Information Technology</div>
<p><b>9.2478 CGPA</b></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2016 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-3">
<div class="resume-content mr-auto">
<h3 class="mb-0">The Emerald Heights International School</h3>
<div class="subheading mb-1">CBSE Senior School Examination (Class XII)</div>
<p><b>94.00%</b></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2015 - 2016</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-3">
<div class="resume-content mr-auto">
<h3 class="mb-0">The Emerald Heights International School</h3>
<div class="subheading mb-1">CBSE Secondary School Examination (Class X)</div>
<p><b>10.00 CGPA</b></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2014 - 2015</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Technology Stack</div>
<div>
<table class="table table-striped table-bordered text-center table-hover">
<tr>
<td class="align-middle mdc-ripple-surface">Web Development</td>
<td class="mdc-ripple-surface">
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fab fa-html5"></i>
<span>HTML 5</span>
</li>
<li class="list-inline-item">
<i class="fab fa-css3-alt"></i>
<span>CSS 3</span>
</li>
<li class="list-inline-item">
<i class="fab fa-js-square"></i>
<span>JavaScript</span>
</li>
<li class="list-inline-item">
<i class="fab fa-php"></i>
<span>PHP</span>
</li>
<li class="list-inline-item">
<i class="fab fa-node-js"></i>
<span>Node.js</span>
</li>
</ul>
</td>
</tr>
<tr>
<td class="align-middle mdc-ripple-surface">Data Science</td>
<td class="mdc-ripple-surface">
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fab fa-python"></i>
<span>Python</span>
</li>
<li class="list-inline-item">
<i class="fas fa-database"></i>
<span>SQL</span>
</li>
<li class="list-inline-item">
<i class="fab fa-kaggle"></i>
<span>Kaggle</span>
</li>
</li>
</ul>
</td>
</tr>
<tr>
<td class="align-middle mdc-ripple-surface">Frameworks</td>
<td class="mdc-ripple-surface">
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fas fa-code"></i>
<span>Django</span>
</li>
<li class="list-inline-item">
<i class="fas fa-bolt"></i>
<span>Electron</span>
</li>
<li class="list-inline-item">
<i class="fab fa-angular"></i>
<span>Angular</span>
</li>
</ul>
</td>
</tr>
</table>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="projects">
<div class="my-auto">
<h2 class="mb-5">Projects</h2>
<div class="project-wrapper">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block" src="img/IMG_2134-min_edited_edited.jpg" alt="First slide">
<div class="carousel-caption">
<div class="project d-flex mdc-ripple-surface">
<div class="number subheading align-middle">01</div>
<div class="project-content">
<div class="project-heading">Examination Management System</div>
<p>This project is focused on streamlining and automating the examination process of our
university through a single web-based application (deployed on our University LAN)
Handles all tasks & processes of the department from result feeding to mark sheet printing.
</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block" src="img/projectnimisha.png" alt="Second slide">
<div class="carousel-caption">
<div class="project d-flex mdc-ripple-surface">
<div class="number subheading">02</div>
<div class="project-content">
<div class="project-heading">Portfolio of Artist - Nimisha Verma</div>
<p>Developed & designed the complete portfolio of Nimisha Verma (artist, model & speaker).
The website has a different color theme for each day of the week
Uses AJAX to fetch & load more than 200 images on the site in full resolution.
</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block" src="img/quizwiz2.jpg" alt="Third slide">
<div class="carousel-caption">
<div class="project d-flex mdc-ripple-surface">
<div class="number subheading">03</div>
<div class="project-content">
<div class="project-heading">
FB Post Downloader
</div>
<p>This project is a data collector and statistics utility desktop application built using
Electron.
Allows viewing and downloading facebook posts of a public page along with the statistics.
</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block" src="img/quizwiz.jpg" alt="QuizWiz">
<div class="carousel-caption">
<div class="project d-flex mdc-ripple-surface">
<div class="number subheading">04</div>
<div class="project-content">
<div class="project-heading">QuizWiz 2017</div>
<p>The website was used to conduct an online preliminary round for the QuizWiz event.
Features & functionalities included online registration and one-time attempt, email
notification, timed quiz, and display of the final result.
</p>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">Awards & Certifications</h2>
<ul class="fa-ul mb-0 awards">
<li>
<i class="fa-li fas fa-certificate text-warning"></i>
<a href="https://www.coursera.org/account/accomplishments/certificate/L3YUH3E6JSSW" target="_blank">
Coursera - Applied Machine Learning in Python by University of Michigan</a>
</li>
<li>
<i class="fa-li fas fa-certificate text-warning"></i>
<a href="res/certificates/UiPath RPA Advanced Developer.pdf" target="_blank">
UiPath Advanced RPA Developer</a>
</li>
<li>
<i class="fa-li fas fa-certificate text-warning"></i>
<a href="res/certificates/QSTP Certificate of Completion.pdf" target="_blank"> QSTP Image Recognition -
Certificate of Completion</a>
</li>
<li>
<i class="fa-li fas fa-certificate text-warning"></i>
<a href="res/certificates/Data Camp + EdX_Statement of Accomplishment_Python.pdf" target="_blank"> DataCamp
& EdX - Python For Data Science Course</a>
</li>
<li>
<i class="fa-li fas fa-certificate text-warning"></i>
Certificate of Achievement - Academic Excellence
</li>
<li>
<i class="fa-li fas fa-certificate text-warning"></i>
<a href="res/certificates/MVA.pdf" target="_blank"> Microsoft Virtual Academy - Know It, Prove It Challenge
(IOT)</a>
</li>
<li>
<i class="fa-li fas fa-trophy text-warning"></i>
<a href="res/certificates/Sahodya Bal Vigyan.pdf" target="_blank">
Overall Best Presentation Award - Sahodya Bal Vigyan (Physics)</a>
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="res/certificates/Genius of the batch Samyak Jain.pdf" target="_blank"> Genius of the Batch</a>
</li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
<script src="js/material.min.js"></script>
<!-- Material ripple instantiation -->
<script>
var buttons = document.querySelectorAll('.mdc-ripple-surface');
for (const button of buttons) {
mdc.ripple.MDCRipple.attachTo(button);
}
</script>
</body>
</html>