-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
479 lines (336 loc) · 19.2 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
<!DOCTYPE html>
<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">
<meta property="og:title" content="Mohit kumar - About Mohit kumar">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mohitk30.github.io">
<meta property="og:description" content="Mohit kumar Portfolio-know about mohit kumar">
<meta property="og:site_name" content="Mohit kumar">
<meta property="og:image" content="https://mohitk30.github.io/sitep.png">
<!-- css -->
<link rel="stylesheet" type="text/css" href="styleindex.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Satisfy&display=swap" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- animation -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- script -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<!-- site icon -->
<link rel="icon" href="https://image.flaticon.com/icons/png/512/163/163828.png" type="image/gif" sizes="50x50">
<title>Mohit kumar-Home</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid max-width">
<a class="navbar-brand nav-brand-name" href="#">Mohit kumar</a>
<button class="navbar-toggler menu-white" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon menu-shad "></span> --> <i class="fas fa-caret-square-down fa-2x menu-shad"></i>
</button>
<div class="collapse navbar-collapse menu-black" id="navbarSupportedContent">
<ul class="navbar-nav mb-2 mb-lg-0 ms-auto">
<li class="nav-item">
<a class="nav-link active mx-3 menu-black" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active mx-3 menu-black" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link active mx-3 menu-black" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link active mx-3 menu-black" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active mx-3 menu-black" href="#contact">Contact</a>
</li>
</ul>
<form class="d-flex">
<a target="_blank" href="https://drive.google.com/file/d/1TjF46op2PUYBVmJVo1jT4L035yBxHRsW/view?usp=sharing"> <span class="btn btn-outline-success" >Hire me</span></a>
</form>
</div>
</div>
</nav>
<main>
<!-- Home -->
<section id="home">
<div id="home-div">
<div class="Hiiii">
<p>
Hi,I am</p>
</div>
<div class="full-name">
<p>
MOHIT KUMAR</p>
</div>
<div class="typer">
<p>I am a <span class="typed-text"></span> <strong> <span class="cursor"> </span> </strong></p>
</div>
<div class="header-social">
<a href="https://twitter.com/MohitKu45127725"><i class="icon ion-social-twitter"></i></a>
<a href="https://stackoverflow.com/users/16751072/mohit-kumar">
<!-- <i class="icon ion-social-st"></i> -->
<i class="fab fa-stack-overflow "></i>
</a>
<a href="https://t.me/mohit_1_kumar">
<i class="fab fa-telegram "></i>
<!-- <i class="icon ion-social-te"></i> -->
</a>
<a href="https://api.whatsapp.com/send?phone=919829906261"><i class="icon ion-social-whatsapp "></i></a>
<a href="https://github.com/mohitk30"><i class="icon ion-social-github"></i></a>
<a href="https://www.linkedin.com/in/mohit-kumar-605669202/"><i class="icon ion-social-linkedin"></i></a>
</div>
<!-- <div id="socials">
<p class="icons-social">
<a href=" " target="blank"><i class="fab fa-discord fa-3x icon-space"> </i></a>
<a href=" " target="blank"><i class="fab fa-linkedin fa-3x icon-space"></i></a>
<a href="https://github.com/mohitk30" target="blank"><i class="fab fa-github fa-3x icon-space"></i></a>
</p>
</div> -->
</div>
</section>
<!-- about -->
<section id="about">
<h1 class="text-center">About</h1>
<p class="text-center myself"><strong>Let me introduce myself.</strong> </p>
<div class="about-div w-100 w-lg-25 d-lg-flex flex-lg-row">
<div class="my-image" data-aos="fade-right">
<img class="mx-auto" src="images/mohitkumar.png" height="300px" width="300px" alt="">
</div>
<div class="about-me w-100 w-lg-75 " data-aos="fade-up">
<p>People call me <span class="name">MOHIT</span>. I am an student, vegetarian and a final year student of computer science branch at National Institute of Technology, Delhi . Well, I would like to experiment as much as I can, on my life. This
defines me as a Web Developer and problem solver.
<br> <br> I love to solve problems, and I love the challenge of finding a way and discovering solution. <br>
</p>
<a target="_blank" href="https://drive.google.com/file/d/1TjF46op2PUYBVmJVo1jT4L035yBxHRsW/view?usp=sharing"> <span class="btn btn-outline-success" >See my Resume</span></a>
</div>
</div>
</section>
<section id="education">
<h1 class="text-center"><strong> Education </strong></h1>
<div id="education div d-flex flex-column">
<div id="btech" class="edu mx-auto my-5 p-5" data-aos="fade-right">
<h3>Bachelor of Technology in Computer Science and Engineering</h3>
<h5>National Institute of Technology, Delhi (2020-present)
</h5>
</div>
<div id="class12" class="edu mx-auto my-5 p-5" data-aos="fade-left">
<h3>CBSE Class 12</h3>
<h5>Shri Krishna Se. Sec. School, Haryana (2017-2019)
</h5>
</div>
</div>
</section>
<!-- skills -->
<section id="skills">
<h1 class="text-center"><strong> Skills </strong></h1>
<p class="text-center">See what I am having. </p>
<div id="skills-div" class=" mx-auto ">
<h5>C(programing language)</h5>
<div class="skl" data-aos="fade-up">
<div class="skl1"></div>
</div>
<h5>Java(programing language)</h5>
<div class="skl" data-aos="fade-up">
<div class="skl2"></div>
</div>
<h5>HTML</h5>
<div class="skl" data-aos="fade-up">
<div class="skl3"></div>
</div>
<h5>CSS</h5>
<div class="skl" data-aos="fade-up">
<div class="skl4"></div>
</div>
<h5>Javascript</h5>
<div class="skl" data-aos="fade-up">
<div class="skl5"></div>
</div>
<h5>UI Designing</h5>
<div class="skl" data-aos="fade-up">
<div class="skl6"></div>
</div>
<h5>React Js</h5>
<div class="skl" data-aos="fade-up">
<div class="skl7"></div>
</div>
<h5>Node Js</h5>
<div class="skl" data-aos="fade-up">
<div class="skl8"></div>
</div>
</div>
</section>
<!-- projects and blogs -->
<section id="project-and-blog">
<h1 class="text-center mt-5"><strong> Projects and Blogs </strong></h1>
<p class="text-center">See what interesting i have created. </p>
<div class="options d-flex flex-row mx-auto justify-content-center">
<div id="projects-head" class=" " onclick="borderprojects()">
<h1 class="mx-auto w-100"> Projects</h1>
</div>
<div id="middle"></div>
<div id="blogs-head" class=" " onclick="borderblogs()">
<h1 class="mx-auto w-100"> Blogs</h1>
</div>
</div>
<div id="project" class="mx-auto mt-2 ">
<div id="proj1" class=" mx-auto mt-2">
<img src="images/portfolioimg1.png" alt="" height="260px">
<div id="proj1-about">
<p>My awesome portfolio that you are looking right now.</p>
<a class="btn btn-light mx-3 mb-1" href="">Github</a>
</div>
</div>
<div id="proj2" class=" mx-auto mt-2 ">
<img src="images/proj2img.PNG" alt="" height="260px">
<div id="proj2-about">
<p>A frontend Website with Html, CSS, Javascript.<br>
<a href="https://smrtdrive.netlify.app/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="">Github</a>
</div>
</div>
<div id="proj3" class=" mx-auto mt-2 ">
<img src="images/proj3img.PNG" alt="" height="260px">
<div id="proj3-about">
<p>Clone of landing page of hirist.com.<br>
<a href="https://mohitk30.github.io/hirist.com-clone/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="https://github.com/mohitk30/hirist.com-clone">Github</a>
</div>
</div>
<!-- proj 4 -->
<div id="proj4" class=" mx-auto mt-2 ">
<img src="images/proj4img.png" alt="" height="260px">
<div id="proj4-about">
<p>A simple ToDo app with React.<br>
<a href="https://todo-app-mohit.vercel.app/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="https://github.com/mohitk30/Todo-app">Github</a>
</div>
</div>
<!-- proj 5 -->
<div id="proj5" class=" mx-auto mt-2 ">
<img src="images/proj5img.png" alt="" height="260px">
<div id="proj5-about">
<p>A Training and Placement cell website with Html, CSS, PHP and Database(MySQL).<br>
<a href="http://tnpcell.rf.gd/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="https://github.com/mohitk30/Tnp-Cell-Website">Github</a>
</div>
</div>
<!-- proj 6 -->
<div id="proj6" class=" mx-auto mt-2 ">
<img src="images/proj6img.png" alt="" height="260px">
<div id="proj6-about">
<p>A website to grab and post referrals for different organizations.<br>
<a href="https://referit-frontend-qtzjfribw-mohitmkkumar98-gmailcom.vercel.app/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="https://github.com/mohitk30/referit-frontend">Github</a>
</div>
</div>
<!-- proj 7 -->
<div id="proj7" class=" mx-auto mt-2 ">
<img src="images/proj7img.png" alt="" height="260px">
<div id="proj7-about">
<p>Build your awesome Resume.<br>
<a href="https://resumer-alpha.vercel.app/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="https://github.com/mohitk30/Resumer">Github</a>
</div>
</div>
<!-- proj 8 -->
<div id="proj8" class=" mx-auto mt-2 ">
<img src="images/proj8img.png" alt="" height="260px">
<div id="proj8-about">
<p>Better place for your awesome projects.<br>
<a href="https://projectplace-frontend.vercel.app/"> <span class="demo-site">See Demo</span> </a>
</p>
<a class="btn btn-light mx-3 mb-1" href="https://github.com/mohitk30/projectplace-frontend">Github</a>
</div>
</div>
</div>
<div id="blog" class="mx-auto p-3 ">
<p>Read my first Blog on how to create demo login and sign up for projects. <a target="_blank" href="https://mohitk30.github.io/Blog1/">Read More</a></p>
</div>
</section>
<!-- contact -->
<section id="contact">
<h1 class="text-center"><strong> Contact </strong></h1>
<div class="mx-auto d-lg-flex flex-lg-row">
<!--contact-box------------->
<div class="contact-box">
<!--heading---------->
<div class="c-heading">
<h1>Get In Touch</h1>
<p>Call Or Email Us Regarding Question Or Freelancing</p>
</div>
<!--inputs------------------>
<div class="c-inputs d-flex flex-column">
<form class="w-100 d-flex flex-column">
<input type="text" required placeholder="Full Name" />
<input type="email" required placeholder="Example@gmail.com" />
<textarea name="message" required placeholder="Write Message"></textarea>
<!--sumbit-btn----------->
<button>SEND</button>
</form>
</div>
</div>
<!--map------------------->
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14098.631258225154!2d76.26096201667993!3d27.943133629218817!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396d4d7d62eb6dab%3A0xcf2605b9861a7b12!2sSorwa%2C%20Rajasthan!5e0!3m2!1sen!2sin!4v1627204464464!5m2!1sen!2sin"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
<div class="phone w-100 p-3">
<p class="some-other-text-info">Call or Whatsapp at <span id="mobile"> +91 9829906261 </span></p>
<p class="some-other-text-info">Drop a mail at <span id="emaileid"> <a class="nolink" href="mailto:themohitkumarmk@gmail.com"> themohitkumarmk@gmail.com </a></span></p>
</div>
</section>
<div class="footer-basic mt-5">
<footer>
<div class="footer-social">
<a href="https://t.me/mohit_1_kumar">
<i class="fab fa-telegram "></i>
<!-- <i class="icon ion-social-te"></i> -->
</a>
<a href="https://api.whatsapp.com/send?phone=919829906261"><i class="icon ion-social-whatsapp"></i></a>
<a href="https://www.linkedin.com/in/mohit-kumar-605669202/"><i class="icon ion-social-linkedin"></i></a>
<a href="https://github.com/mohitk30"><i class="icon ion-social-github"></i></a>
<a href="https://twitter.com/MohitKu45127725"><i class="icon ion-social-twitter"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Home</a></li>
<li class="list-inline-item"><a href="#project-and-blog">Projects</a></li>
<li class="list-inline-item"><a href="#about">About</a></li>
<li class="list-inline-item"><a href="#project-and-blog">Blogs</a></li>
<li class="list-inline-item"><a href="#">Privacy Policy</a></li>
</ul>
<p class="copyright">copyright @ Mohit kumar</p>
</footer>
</div>
</main>
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<p class="p-lg-5 p-2">I Mohit kumar welcomes you on my portfolio. Have a look on Tech stack and Projects i am having.</p>
</div>
</div>
<!-- footer -->
<script src='main.js'>
</script>
<!--CSS Spinner-->
</body>