-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
593 lines (567 loc) · 28.2 KB
/
index.html
File metadata and controls
593 lines (567 loc) · 28.2 KB
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
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Manoj Kumar Nishad</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Free Website Template" name="keywords" />
<meta content="Free Website Template" name="description" />
<!-- Favicon -->
<link href="assets/favicon.ico" rel="icon" />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet" />
<link href="assets\lib\animate\animate.min.css" rel="stylesheet" />
<link href="assets\lib\owlcarousel\owl.carousel.min.js" rel="stylesheet" />
<link href="assets\lib\lightbox\css\lightbox.css" rel="stylesheet" />
<!-- Template Stylesheet -->
<link href="./assets/css/style.css" rel="stylesheet" />
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-light navbar-light">
<div class="container-fluid">
<a href="#home" class="navbar-brand">Manoj</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#skill" class="nav-item nav-link">Skill</a>
<a href="#portfolio" class="nav-item nav-link">Projects</a>
<a href="#experience" class="nav-item nav-link">Experience</a>
<a href="#education" class="nav-item nav-link">Education</a>
<a href="#contact" class="nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Hero Start -->
<div class="hero" id="home">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-sm-12 col-md-7">
<div class="hero-content">
<div class="hero-text">
<p>Hello <img class="rotate"
src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="60">
I'm</p>
<h1>Manoj Kumar Nishad</h1>
<h2></h2>
<div class="typed-text">Full Stack Web Developer</div>
<h6>A Passionate aspiring Full Stack Developer skilled in MERN stack,
moulded and shaped by Masai school’s intensive and immersive
learning. Look forward to joining a company where I will be able to
contribute towards individual and company growth.</h6>
</div>
<div class="hero-btn">
<a class="btn"
href="https://drive.google.com/drive/folders/1J46SBCvM0BE-qe_o-M4K3ZTCXUzY7iMh?usp=sharing"
target="_blank">Resume</a>
<a class="btn" href="https://www.linkedin.com/in/amnishad0512/" target="_blank">Linkedin</a>
<a class="btn" href="https://github.com/amnishad0512" target="_blank">Github</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-5 d-none d-md-block">
<div class="hero-image">
<img src="assets/img/hero.png" alt="Hero Image" />
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!-- About Start -->
<div class="about wow fadeInUp" data-wow-delay="0.1s" id="about">
<div class="container-fluid">
<div class="section-header text-center">
<!-- <p> </p> -->
<h2>About</h2>
</div>
<div class="row align-items-center text-center">
<div class="col-lg-12">
<img class="radius" src="assets/img/mann.png" width="250" alt="profile">
</div>
<div class="col-lg-12">
<h2 class="my-3">I'm Manoj Kumar Nishad</h2>
<div class="container-fluid">
<h6>A versatile and enthusiastic individual in search of a position as a Software Engineer
in a company that encourages growth and flexibility.</h6>
<h6> Capable of using ReactJS, Redux,
and CSS on the frontend, NodeJS, MongoDB, and Express on the backend to build
single-page applications. </h6>
<h6> I wish to work with a diverse team that works towards
contributing to the company’s vision and goals.
</h6>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Skill Start -->
<div class="skill" id="skill">
<div class="container">
<header class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<!-- <p>My Resume</p> -->
<h2>Skills</h2>
</header>
<div class="timeline">
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="d-flex flex-column">
<h2 class="text-center">Front-End</h2>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">HTML</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">CSS</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">JAVASCRIPT</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">REACT</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">REDUX</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">JQUERY</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">BOOTSTRAP</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="d-flex flex-column mb-3">
<h2 class="text-center margin">Back-End</h2>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">NODE.JS</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">EXPRESS.JS</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">MONGODB</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4">
<div class="d-flex flex-column mb-3">
<h2 class="text-center">Other</h2>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">GIT</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">DATA STRUCTURE</div>
<div class="mt-3 p-3 badge badge-pill skill-bg text-white">ALGORITHM</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skill End -->
<!-- Project Start -->
<div class="portfolio" id="portfolio">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<!-- <p>My
Project
</p> -->
<h2>My
Excellent
Projects
</h2>
</div>
<!-- <div class="row">
<div class="col-12">
<ul id="portfolio-filter">
<li data-filter="*" class="filter-active">
All
</li>
<li data-filter=".filter-1">
Big
Projects
</li>
<li data-filter=".filter-2">
Mini
Projects
</li>
</ul>
</div>
</div> -->
<div class="row portfolio-container">
<div class="
col-lg-4 col-md-4 col-sm-12
portfolio-item
filter-1
wow
fadeInUp
" data-wow-delay="0.0s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/royalbrothers/1.png" alt="Image" />
</div>
<div id="accordion">
<div class="card">
<div class="card-header">
<h5>Royal Brothers Clone</h5>
<a class="card-link badge proj-bg p-2" data-toggle="collapse" href="#rb">
Description
</a>
<a href="https://royal-brother.vercel.app" class="badge proj-bg p-2">Live</a>
<a href="https://github.com/Amanullah21/RoyalBrother" target="_blank"
class="badge proj-bg p-2">Github</a>
</div>
<div id="rb" class="collapse hide" data-parent="#accordion">
<div class="card-body">
<p>• Royal Brothers is a bike rental company in India. Which serves 40+
cities across India.</p>
<p>• Executed in under 5 days, with a team of 3.</p>
<p>•Tech Stack - React, JS, CSS, Bootstap, Material-UI, Redux, HTML</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="
col-lg-4 col-md-4 col-sm-12
portfolio-item
filter-1
wow
fadeInUp
" data-wow-delay="0.0s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/tourbi/1.png" alt="Image" />
</div>
<div id="accordion">
<div class="card">
<div class="card-header">
<h5>Tourbi Clone</h5>
<a class="card-link badge proj-bg p-2" data-toggle="collapse" href="#tourbi">
Description
</a>
<a href="https://tourbiclone.netlify.app/" target="_blank"" class=" badge proj-bg
p-2">Live</a>
<a href="https://github.com/Ashishpal438/Tourbi_clone" target="_blank"
class="badge proj-bg p-2">Github</a>
</div>
<div id="tourbi" class="collapse hide" data-parent="#accordion">
<div class="card-body">
<p>• Toubi_clone is a web application that lets user select their dream
tour. Tourbi helps you find tours or guides in 159 countries around the
world, with tours typically charged per experience rather than per hour.</p>
<p>• Executed in under 5 days, with a team of 3.</p>
<p>• Tech stack - HTML, CSS, JS</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="
col-lg-4 col-md-4 col-sm-12
portfolio-item
filter-2
wow
fadeInUp
" data-wow-delay="0.2s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/codecov/1.png" alt="Image" />
</div>
<div id="accordion">
<div class="card">
<div class="card-header">
<h5>Codecov Clone</h5>
<a class="card-link badge proj-bg p-2" data-toggle="collapse" href="#codecov">
Description
</a>
<a href="https://codecov-clone-website.netlify.app/" target="_blank"
class="badge proj-bg p-2">Live</a>
<a href="https://github.com/shreevalikushe/Codecov_Clone" target="_blank"
class="badge proj-bg p-2">Github</a>
</div>
<div id="codecov" class="collapse hide" data-parent="#accordion">
<div class="card-body">
<p>• Codecov is a tool that is used to measure the test coverage of your
codebase.</p>
<p>• Executed in under 5 days, with a team of 3.</p>
<p>• Tech stack - HTML, CSS</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="
col-lg-4 col-md-6 col-sm-12
portfolio-item
filter-3
wow
fadeInUp
" data-wow-delay="0.4s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/portfolio-3.jpg" alt="Image" />
</div>
<div class="portfolio-text">
<h3>JavaScript
quiz
game
</h3>
<a class="btn" href="assets/img/portfolio-3.jpg" data-lightbox="portfolio">+</a>
</div>
</div>
</div>
<div class="
col-lg-4 col-md-6 col-sm-12
portfolio-item
filter-1
wow
fadeInUp
" data-wow-delay="0.6s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/portfolio-4.jpg" alt="Image" />
</div>
<div class="portfolio-text">
<h3>JavaScript
drawing
</h3>
<a class="btn" href="assets/img/portfolio-4.jpg" data-lightbox="portfolio">+</a>
</div>
</div>
</div>
<div class="
col-lg-4 col-md-6 col-sm-12
portfolio-item
filter-2
wow
fadeInUp
" data-wow-delay="0.8s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/portfolio-5.jpg" alt="Image" />
</div>
<div class="portfolio-text">
<h3>Social
Mobile
Apps
</h3>
<a class="btn" href="assets/img/portfolio-5.jpg" data-lightbox="portfolio">+</a>
</div>
</div>
</div>
<div class="
col-lg-4 col-md-6 col-sm-12
portfolio-item
filter-3
wow
fadeInUp
" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="portfolio-img">
<img src="assets/img/portfolio-6.jpg" alt="Image" />
</div>
<div class="portfolio-text">
<h3>Company
Website
</h3>
<a class="btn" href="assets/img/portfolio-6.jpg" data-lightbox="portfolio">+</a>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- Project End -->
<!-- Experience Start -->
<div class="experience" id="experience">
<div class="container">
<header class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<!-- <p>My Resume</p> -->
<h2>Experience</h2>
</header>
<div class="timeline">
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2020 - 2021</div>
<h2>IT Supervisor</h2>
<h4>NSEIT Limited, Raipur, Chhattisgarh, India</h4>
<p>•
Setup 100+ computers for an examination in the examination
center
</p>
<p>• Made centralized server connection for these 100+ machines</p>
<p>•
Setup LAN, Firewall, and other networks for these 100+ computers
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Experience End -->
<!-- Education Start -->
<div class="experience" id="education">
<div class="container">
<header class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<!-- <p>My Resume</p> -->
<h2>Education</h2>
</header>
<div class="timeline">
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2021 - 2022</div>
<h2>Full Stack Web Development</h2>
<h4>Bangalore, Karnataka, India</h4>
<p>
Currently, I'm learning Full Stack Web Development Course at Masai School.
</p>
</div>
</div>
<div class="timeline-item right wow slideInRight" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2016 - 2020</div>
<h2>Bachelor of Engineering</h2>
<h4>Raipur, Chhattisgarh, India</h4>
<p>
I have completed my Bachelor degree in the branch of Computer Science and engineering from
M M College of Technology, Raipur of Chhattisgarh Swami Vivekananda Technical University,
Bhilai in First Division with 71.07 % marks in the year 2019-2020 and has 7.90 as Cumulative
Performance Index(CPI).
</p>
</div>
</div>
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2016</div>
<h2>Intermediate</h2>
<h4>Champa, Chhattisgarh, India</h4>
<p>
I have completed my Intermediate Course from Government Higher Secondary School, Birra
of Chhattisgarh Board of Secondary Education, Raipur in the First Division with 65% marks in
the year 2016.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Education End -->
<!-- Contact Start -->
<header class="section-header text-center wow zoomIn" data-wow-delay="0.1s" id="contact">
<!-- <p>My Resume</p> -->
<h2>Contact</h2>
</header>
<div class="contact wow fadeInUp" data-wow-delay="0.1s">
<div class="container-fluid">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="contact-form">
<div id="success">
</div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="control-group">
<input type="text" class="form-control" id="name" placeholder="Your Name"
required="required" data-validation-required-message="Please enter your name" />
<p class="help-block">
</p>
</div>
<div class="control-group">
<input type="email" class="form-control" id="email" placeholder="Your Email"
required="required"
data-validation-required-message="Please enter your email" />
<p class="help-block">
</p>
</div>
<div class="control-group">
<input type="text" class="form-control" id="subject" placeholder="Subject"
required="required" data-validation-required-message="Please enter a subject" />
<p class="help-block">
</p>
</div>
<div class="control-group">
<textarea class="form-control" id="message" placeholder="Message"
required="required"
data-validation-required-message="Please enter your message"></textarea>
<p class="help-block">
</p>
</div>
<div>
<button class="btn" type="submit" id="sendMessageButton">
Send
Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="footer wow fadeIn" data-wow-delay="0.3s" id="contact">
<div class="container-fluid">
<div class="container">
<div class="footer-info">
<h2><a href="#">
Manoj
Kumar
Nishad</a>
</h2>
<h3><a href="https://www.google.co.in/maps/place/Raipur,+Chhattisgarh/@23.4621066,81.3156469,7.37z/data=!4m5!3m4!1s0x3a28dda23be28229:0x163ee1204ff9e240!8m2!3d21.2513844!4d81.6296413"
target="_blank">
Janjgir - Champa,
Chhattisgarh,
India</a>
</h3>
<div class="footer-menu">
<p> <a href="tel:+918435925392" target="_blank">+91-8435925392</a>
</p>
<p> <a href="mailto: amnishad0512@gmail.com" target="_blank">amnishad0512@gmail.com</a>
</p>
</div>
<div class="footer-social">
<!-- <a href="https://gitlab.com/amnishad0512"><i class="fab fa-gitlab"></i></a> -->
<a href="https://github.com/amnishad0512" target="_blank"><i class="fab fa-github"></i></a>
<!-- <a href="https://twitter.com/amnishad0512"><i class="fab fa-twitter"></i></a>
-->
<!-- <a href="https://www.instagram.com/amnishad0512/"><i class="fab fa-instagram"></i></a> -->
<a href="https://www.linkedin.com/in/amnishad0512/" target="_blank"><i
class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="container copyright">
<p>©
<a href="#">Mann</a> 2022,
All
Right
Reserved
</p>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to top button -->
<a href="#" class="btn back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Pre Loader -->
<div id="loader" class="show">
<div class="loader">
</div>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="assets/lib/easing/easing.min.js"></script>
<script src="assets/lib/wow/wow.min.js"></script>
<script src="assets/lib/waypoints/waypoints.min.js"></script>
<script src="assets/lib/typed/typed.min.js"></script>
<script src="assets/lib/owlcarousel/owl.carousel.min.js"></script>
<script src="assets/lib/isotope/isotope.pkgd.min.js"></script>
<script src="assets/lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="assets/mail/jqBootstrapValidation.min.js"></script>
<script src="assets/mail/contact.js"></script>
<!-- Template Javascript -->
<script src="assets/js/main.js"></script>
</body>
</html>