-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
581 lines (539 loc) · 23.3 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Manish Kumar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="MANISH" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Flaticons -->
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="colorlib-page">
<div class="container-wrap">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<aside id="colorlib-aside" role="complementary" class="border js-fullheight">
<div class="text-center">
<div class="author-img" style="background-image: url(images/about.jpg);"></div>
<h1 id="colorlib-logo"><a href="index.html">MANISH KUMAR</a></h1>
<span class="position">Student at SRM IST</span>
</div>
<nav id="colorlib-main-menu" role="navigation" class="navbar">
<div id="navbar" class="collapse">
<ul>
<li class="active"><a href="#" data-nav-section="home">Home</a></li>
<li><a href="#" data-nav-section="about">About</a></li>
<li><a href="#" data-nav-section="education">Education</a></li>
<li><a href="#" data-nav-section="experience">Experience</a></li>
<li><a href="#" data-nav-section="services">Certifications</a></li>
<li><a href="#" data-nav-section="skills">Skills</a></li>
<li><a href="#" data-nav-section="work">Achievements</a></li>
<li><a href="#" data-nav-section="contact">Contact</a></li>
</ul>
</div>
</nav>
</aside>
<div id="colorlib-main">
<section id="colorlib-hero" class="js-fullheight" data-section="home">
<div class="flexslider js-fullheight">
<ul class="slides">
<li style="background-image: url(images/img_bg_2.jpg);">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 col-sm-12 col-xs-12 js-fullheight slider-text">
<div class="slider-text-inner js-fullheight">
<div class="desc">
<h1>Hi! <br>I'm Manish</h1>
<h2><strong>I bring dedication and team work to the table.</strong></h2>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="colorlib-about" data-section="about">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-12">
<div class="row row-bottom-padded-sm animate-box" data-animate-effect="fadeInLeft">
<div class="col-md-12">
<div class="about-desc">
<h2>Who Am I?</h2>
<p><strong>Hi I'm Manish Kumar, </strong>a Computer Science Student who supports and contribute to open source projects. Machine Learning and Image Processing are my favorite research area. Self-learner motivated by the acquisition of complex skills.</p>
</div>
</div>
</div>
<div class="row">
<p><h2> Major Area of Interests</h2></p>
<div class="col-md-3 animate-box" data-animate-effect="fadeInLeft">
<div class="services color-1">
<span class="icon2"><i class="icon-bulb"></i></span>
<h3>Graphic</br> Design</h3>
</div>
</div>
<div class="col-md-3 animate-box" data-animate-effect="fadeInRight">
<div class="services color-2">
<span class="icon2"><i class="icon-globe-outline"></i></span>
<h3>Machine Learning</h3>
</div>
</div>
<div class="col-md-3 animate-box" data-animate-effect="fadeInTop">
<div class="services color-3">
<span class="icon2"><i class="icon-data"></i></span>
<h3>Image Processing</h3>
</div>
</div>
<div class="col-md-3 animate-box" data-animate-effect="fadeInBottom">
<div class="services color-4">
<span class="icon2"><i class="icon-phone3"></i></span>
<h3>Application Development</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-education" data-section="education">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Education</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<div class="fancy-collapse-panel">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Bachelor Degree
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<ul>
<li><strong>Degree </strong> Bachelor of Technology,Computer Science and Engineering</li>
<li><strong>University </strong> SRM Institute of Science and Technology </li>
<li><strong>Duration </strong> 2016-2020 </li>
<li><strong>Percentage</strong> 75.09% </li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">XII (Senior Secondary)
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<li><strong>School </strong> Kendriya Vidyalaya ONGC, Dehradun </li>
<li><strong>Year of Completion </strong> 2016 </li>
<li><strong>Percentage</strong> 79.80% </li>
<li><strong>Branch</strong> Science - PCM with Computer Science</li>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">X (Secondary)
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">
<li><strong>School </strong> Army Public School,Pune </li>
<li><strong>Year of Completion </strong> 2014 </li>
<li><strong>CGPA</strong> 9.2 </li>
<li><strong>Board</strong> CBSE</li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-experience" data-section="experience">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Work Experience</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="timeline-centered">
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-1">
<i class="icon-pen2"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Co-Founder at Codezoned</a> <span>AUG 2018-Present</span></h2>
<p>Codezoned is an Open source non-profit-organization which is targeting on educating and spreading our core belief of 'learning by doing. I’m part of the core team and maintainer of the repositories also. I love to contribute to open-source projects.</p>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInRight">
<div class="timeline-entry-inner">
<div class="timeline-icon color-2">
<i class="icon-pen2"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Research Intern at Defence Research and Development Organization</a> <span>JUN 2018 - AUG 2018</span></h2>
<p>Developed an algorithm for evaluating spectral data under the guidance of Shri. T S Rawat</br> (Sc- ‘F’) in Defence Terrain Research Laboratory, Delhi. The aim of the project was to develop the library for an automatic spectra verification in terms of their quality and correctness of the proposed parameter. Empirical Mode Decomposition and Spectral Similarity Measure was used to find a degree of similarity between the various bands of the spectrum.</p>
</div>
</div>
</article>
<article class="timeline-entry begin animate-box" data-animate-effect="fadeInBottom">
<div class="timeline-entry-inner">
<div class="timeline-icon color-none">
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-services" data-section="services">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<span class="heading-meta"></span>
<h2>Certifications</h2></br>
</div>
</div>
<div class="row row-pt-md">
<div class="col-md-4 text-center animate-box">
<div class="services color-1" style="min-height:400px; max-height: 650px;">
<span class="icon">
<i class="icon-bulb"></i>
</span>
<div class="desc">
<h3><a href="https://www.coursera.org/account/accomplishments/certificate/T7MENQKN686R">Hadoop Platform and Application Framework</a></h3>
<p><strong>DATE:</strong> APRIL 2019</br> <strong>UNIVERSITY OF CALIFORNIA SAN DIEGO ON COURSERA</strong></p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services color-2" style="min-height:400px; max-height: 650px;">
<span class="icon">
<i class="icon-data"></i>
</span>
<div class="desc">
<h3><a href="https://nptel.ac.in/noc/social_cert/noc19-cs08/NPTEL19CS08S21171049191025843.jpg">Programming, Data Structure and Algorithms Using Python</a></h3>
<p><strong>DATE:</strong> APRIL 2019 </br><strong>IIT MADRAS ON NPTEL</strong></p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services color-3" style="min-height:400px; max-height: 650px;">
<span class="icon">
<i class="icon-phone3"></i>
</span>
<div class="desc">
<h3><a href="https://www.coursera.org/account/accomplishments/certificate/VDFRE4HYBUJ3">Introduction to Graph Theory</a></h3>
<p><strong>DATE:</strong> DEC 2018 <strong> UNIVERSITY OF CALIFORNIA SAN DIEGO AND NATIONAL RESEARCH UNIVERSITY HIGHER SCHOOL OF ECONOMICS ON COURSERA</strong></p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services color-4" style="min-height:400px; max-height: 650px;">
<span class="icon">
<i class="icon-layers2"></i>
</span>
<div class="desc">
<h3><a href="https://courses.edx.org/certificates/3fe8c296c5fb4d2997ff7cc1b014f1f1">Advanced C++</a></h3>
<p><strong>DATE:</strong> OCT 2018 <strong>MICROSOFT ON EDX</strong></p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services color-5" style="min-height:400px; max-height: 650px;">
<span class="icon">
<i class="icon-data"></i>
</span>
<div class="desc">
<h3><a href="https://www.coursera.org/account/accomplishments/certificate/5GE9AB4XMW9E">Introduction to Structured Query Language (SQL)</a></h3>
<p><strong>DATE:</strong> AUG 2018</br> <strong>UNIVERSITY OF MICHIGAN ON COURSERA</strong></p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services color-6" style="min-height:400px; max-height: 650px;">
<span class="icon">
<i class="icon-phone3"></i>
</span>
<div class="desc">
<h3><a href="https://www.coursera.org/account/accomplishments/certificate/Y379EZ28GDLB">Building Web Applications in PHP</a></h3>
<p><strong>DATE:</strong> JUL 2018</br> <strong>UNIVERSITY OF MICHIGAN ON COURSERA</strong></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-skills" data-section="skills">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>My Skills</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<p>During my last 3 year of BTech I have gained various skills by working in different domains. Some of the skills were gained due to the requirements of the projects.</p>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>Illustrator</h3>
<!-- <div class="progress">
<div class="progress-bar color-1" role="progressbar" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div> -->
<hr style="width:100%; height: 5.5px; color: #1e51e1; background-color:#1e51e1; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>C++</h3>
<hr style="width:100%; height: 5.5px; color: green; background-color:green; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>HTML5</h3>
<hr style="width:100%; height: 5.5px; color:#e41b48; background-color:#e41b48; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>CSS3</h3>
<hr style="width:100%; height: 5.5px; color: #9DA71D; background-color:#9DA71D; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>Python</h3>
<hr style="width:100%; height: 5.5px; color: #724BB4; background-color:#724BB4; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>PHP</h3>
<hr style="width:100%; height: 5.5px; color: #BC19E6; background-color:#BC19E6; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3>SQL</h3>
<hr style="width:100%; height: 5.5px; color: #D4E718; background-color:#D4E718; border-radius: 10px; margin: 3% 0;">
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3>Java</h3>
<hr style="width:100%; height: 5.5px; color: #1BE4B7; background-color:#1BE4B7; border-radius: 10px; margin: 3% 0;">
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-work" data-section="work">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Achievements</h2>
</div>
</div>
<div class="row" style="text-align: center; margin: auto auto;">
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="project" style="background-image: url(images/img-1.jpg);">
<div class="desc">
<div class="con">
<h3>Finalist in Nokia-IET Smart City Challange 2017</h3>
<span>We developed a smart bus connectivity solution.</br> We were also among the top 5 teams.</span>
<!--<span>Finalist in Nokia-IET Smart City Challange 2017</span>-->
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="project" style="background-image: url(images/img-2.png);">
<div class="desc">
<div class="con">
<h3>Excellence Award at Quality Circle Forum of India , Chennai Chapter in 2018</h3>
<span>For solving a common problem in schools, I was rewarded excellence award from QCFI,Chennai.</br> I purposed a digital signage solution. </span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInTop">
<div class="project" style="background-image: url(images/img-3.jpg);">
<div class="desc">
<div class="con">
<h3>Winner at Intermural tournament Basketball in SRM IST 2019 and 2017</h3>
<span>We won the winner title twice for the department.Being part of team, I learnt importance of team spirit.</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInBottom">
<div class="project" style="background-image: url(images/img-4.png);">
<div class="desc">
<div class="con">
<h3>Volunteer at Alertathon 2018</h3>
<span>I volunteered for an annual marathon called Alertathon , sponsored by ALERT NGO.</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInLeft">
<div class="project" style="background-image: url(images/img-5.jpg);">
<div class="desc">
<div class="con">
<h1>INTERESTS</h1>
<ul style="list-style:none; text-align:left;">
<li>Open Source Projects</li>
<li>Basketball</li>
<li>Badminton</li>
<li>Illustration</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeInRight">
<div class="project" style="background-image: url(images/img-6.jpg);">
<div class="desc">
<div class="con">
<h1>LANGUAGES</h1>
<ul style="list-style:none; text-align:left;">
<li>English</li>
<li>Hindi</li>
<li>French</li>
<li>Punjabi</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="colorlib-contact" data-section="contact">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Contact</h2>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-linkedin2"></i>
</div>
<div class="colorlib-text">
<p><a href="https://www.linkedin.com/in/master-fury/">LinkedIn</a></p>
</div>
</div>
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-github"></i>
</div>
<div class="colorlib-text">
<p><a href="https://github.com/master-fury">GitHub</a></p>
</div>
</div>
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-google2"></i>
</div>
<div class="colorlib-text">
<p>kmanishofficial@gmail.com</p>
</div>
</div>
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-phone"></i>
</div>
<div class="colorlib-text">
<p>+91 7550196468</p>
</div>
</div>
<div class="colorlib-feature colorlib-feature-sm animate-box" data-animate-effect="fadeInLeft">
<div class="colorlib-icon">
<i class="icon-map"></i>
</div>
<div class="colorlib-text">
<p>Palm Grove Boys Hostel GST Road Chennai</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div><!-- end:colorlib-main -->
</div><!-- end:container-wrap -->
</div><!-- end:colorlib-page -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Counters -->
<script src="js/jquery.countTo.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>