forked from manmohan1105/manmohan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
549 lines (505 loc) · 34.5 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>Manmohan Sharma</title> //title
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css"/>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<!-- PAGE LEVEL PLUGIN STYLES -->
<link href="css/animate.css" rel="stylesheet">
<!-- THEME STYLES -->
<link href="css/layout.css" rel="stylesheet" type="text/css"/>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->
<!-- BODY -->
<body id="body" data-spy="scroll" data-target=".header">
<!--========== HEADER ==========-->
<header class="header navbar-fixed-top">
<!-- Navbar -->
<nav class="navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container js_nav-item">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<!-- Logo --> //here comes the logo
<!-- <div class="logo">
<a class="logo-wrap" href="#body"><style>
.logo-img-main {
border-radius: 50%;
}
</style> -->
<!-- <img class="logo-img logo-img-main" src="img/logo.png" alt="Asentus Logo"> -->
<!-- <img class="logo-img logo-img-active" src="img/logo-dark.png" alt="Asentus Logo"> -->
<!-- </a>
</div> -->
<!-- End Logo -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="nav navbar-nav navbar-nav-right">
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#body">Home</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#about">About</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#experience">Experience</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#work">Work</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#contact">Contact</a></li>
</ul>
</div>
</div>
<!-- End Navbar Collapse -->
</div>
</nav>
<!-- Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== SLIDER ==========-->
<div class="responsive promo-block parallax-window" data-parallax="scroll" data-image-src="img1.jpg">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="promo-block-divider">
<h1 class="promo-block-title">Manmohan <br/> Sharma</h1>
<p class="promo-block-text">Web Designer & Full Stack Developer</p>
</div>
<ul class="list-inline">
<!-- <li><a href="https://twitter.com/keenthemes" class="social-icons"><i class="icon-social-facebook"></i></a></li> -->
<!-- <li><a href="https://twitter.com/keenthemes" class="social-icons"><i class="icon-social-twitter"></i></a></li> -->
<!-- <li><a href="https://dribbble.com/keenthemes" class="social-icons"><i class="icon-social-dribbble"></i></a></li> -->
<li><a href="https://github.com/manmohan1105" class="social-icons"><i class="icon-social-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/manmohan-sharma-091146174/"> <i class="social-icons"><i class="icon-social-linkedin"></i></a></li>
</ul>
</div>
</div>
<!--// end row -->
</div>
</div>
<!--========== SLIDER ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- About -->
<div id="about">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Intro</h2> //this is heading tag 2
<p>What I am all about. This is to tell p tag.</p>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<div class="margin-b-60">
<p>I am a frontend web developer and web designer i have worked in html,css,bootstrap,js for a frontend webdeveloping also i have some essential knowledge of php,nodejs.
I had created certain Websites and some application .
<b><i><u>Here i am adding some content for Hactober fest to represent bold, italian and underline</u></i></b>
</p>
</div>
<!-- Progress Box -->
<div class="progress-box">
<h5>PHP <span class="color-heading pull-right">50%</span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="50"></div>
</div>
</div>
<div class="progress-box"> //div class box again
<h5>Android Using Java <span class="color-heading pull-right">70%</span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="70"></div>
</div>
</div>
<div class="progress-box">
<h5>Competative Coding <span class="color-heading pull-right">82%</span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="82"></div>
</div>
</div>
<div class="progress-box">
<h5>C/C++ language <span class="color-heading pull-right">90%</span></h5>
<div class="progress"> // this is class progress
<div class="progress-bar bg-color-base" role="progressbar" data-width="90"></div>
</div>
</div>
<div class="progress-box"> //this is class for progress box
<h5>Java <span class="color-heading pull-right">80%</span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="80"></div>
</div>
</div>
<div class="progress-box">
<h5>HTML5 <span class="color-heading pull-right">96%</span></h5>
<div class="progress"> //this is div class progress
<div class="progress-bar bg-color-base" role="progressbar" data-width="96"></div>
</div>
</div>
<div class="progress-box">
<h5>JavaSript <span class="color-heading pull-right">52%</span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="52"></div>
</div>
</div>
<div class="progress-box">
<h5>Photoshop <span class="color-heading pull-right">77%</span></h5> //heading 5
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="77"></div>
</div>
</div>
<!-- End Progress Box -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End About -->
<!-- Experience -->
<div id="experience">
<div class="bg-color-sky-light" data-auto-height="true">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Experience</h2>
<p>Batman would be jealous.</p>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<div class="row row-space-2 margin-b-4">
<div class="col-md-4 md-margin-b-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-chemistry"></i>
</div>
<div class="service-info">
<h3>HTML5/CSS3</h3>
<p class="margin-b-5">i have all essential knowledge of creating a website through</p>
</div>
</div>
</div>
<div class="col-md-4 md-margin-b-4">
<div class="service bg-color-base wow zoomIn" data-height="height" data-wow-duration=".3" data-wow-delay=".1s">
<div class="service-element">
<i class="service-icon color-white icon-screen-tablet"></i>
</div>
<div class="service-info">
<h3 class="color-white">Algorithms and DataStructure </h3>
<p class="color-white margin-b-5">I have all the basic Knowledge and can develop algo's for Competative coding.
4* rating in hackerrank plateform <br>2* rating in codechef </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-badge"></i>
</div>
<div class="service-info">
<h3>C/C++</h3>
<p class="margin-b-5">all basic essential knowledge of this languages.</p>
</div>
</div>
</div>
<div class="col-md-4 md-margin-b-4">
<div class="service bg-color-base wow zoomIn" data-height="height" data-wow-duration=".3" data-wow-delay=".1s">
<div class="service-element">
<i class="service-icon color-white icon-screen-tablet"></i>
</div>
<div class="service-info">
<h3 class="color-white">Backend</h3>
<p class="color-white margin-b-5">have some backend languages knowledges <br>sql,php</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-badge"></i>
</div>
<div class="service-info">
<h3>java</h3>
<p class="margin-b-5">Having Basic knowledges of Java language and have developed certain projects using Java</p>
</div>
</div>
</div>
<div class="col-md-4 md-margin-b-4">
<div class="service bg-color-base wow zoomIn" data-height="height" data-wow-duration=".3" data-wow-delay=".1s">
<div class="service-element">
<i class="service-icon color-white icon-screen-tablet"></i>
</div>
<div class="service-info">
<h3 class="color-white">Frontend design</h3>
<p class="color-white margin-b-5">Have some front knowledge and have played a frontend developer role in my my college projects</p>
</div>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
<!--// end row -->
</div>
</div>
</div>
<!-- End Experience -->
<!-- Work -->
<div id="work">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Works</h2>
<p>I build the real value.</p>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<!-- Masonry Grid -->
<div class="masonry-grid row row-space-2">
<div class="masonry-grid-sizer col-xs-6 col-sm-6 col-md-1"></div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-8 margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/800x400/01.jpg" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Paperguru</h3>
<span>A vision& to clear solution</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>This is a website that is created on html,CSS,bootstrap,js it contains all the previous year papers of my college .</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://paperguru.ml/?i=1">Paperguru</a></li>
<!-- <li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Coding,</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Portfolio</a></li> -->
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Project Leader:</strong>Ritik Birla</p>
<p class="margin-b-5"><strong>Designer:</strong> Manmohan Sharma</p>
<p class="margin-b-5"><strong>Developer:</strong> Ritik Birla and Manmohan Sharma</p>
<!-- <p class="margin-b-5"><strong>Customer:</strong> Keenthemes</p> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x400/01.jpg" alt="Portfolio Image">
</div>
<!-- <div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Art Of Coding</h3>
<span>Clean & Minimalistic Design</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Design,</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Coding,</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Portfolio</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Project Leader:</strong> John Doe</p>
<p class="margin-b-5"><strong>Designer:</strong> Alisa Keys</p>
<p class="margin-b-5"><strong>Developer:</strong> Mark Doe</p>
<p class="margin-b-5"><strong>Customer:</strong> Keenthemes</p>
</div>
</div>
</div>
</div>
</div> -->
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/01.jpg" alt="Portfolio Image">
</div>
<!-- <div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Art Of Coding</h3>
<span>Clean & Minimalistic Design</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Design,</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Coding,</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://keenthemes.com/">Portfolio</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Project Leader:</strong> John Doe</p>
<p class="margin-b-5"><strong>Designer:</strong> Alisa Keys</p>
<p class="margin-b-5"><strong>Developer:</strong> Mark Doe</p>
<p class="margin-b-5"><strong>Customer:</strong> Keenthemes</p>
</div>
</div>
</div>
</div> -->
<!-- </div> -->
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/02.jpg" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Expanse Tracker</h3>
<span>Easy & Attractive</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>This is a javascript,servelets based realtime desktop application this store our daily expanses entry we need to enter all entries manually .this a attractive graphical and tabular representation of our entries which help us to easily manages our daily expanses.
<br>Technology:<br>
Frontend-html,js,css,servelets<br>
Backend-sql<br>
</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<p class="margin-b-5"><strong>Project Leader:</strong> Ritik Birla</p>
<p class="margin-b-5"><strong>Designer:</strong> Manmohan Sharma</p>
<p class="margin-b-5"><strong>Developer:</strong> Ritik Birla and manmohan Sharma</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/03.jpg" alt="Portfolio Image">
</div>
</div>
</div>
<!-- End Work -->
</div>
</div>
<!-- End Masonry Grid -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Work -->
<!-- Contact -->
<div id="contact">
<div class="bg-color-sky-light">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Contacts</h2>
<p>Hire me.</p>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<div class="row">
<div class="col-md-3 col-xs-6 md-margin-b-30">
<h5>Location</h5>
<a >Indore,MP</a>
</div>
<div class="col-md-3 col-xs-6 md-margin-b-30">
<h5>Phone</h5><a>9644948468</a>
</div>
<div class="col-md-3 col-xs-6">
<h5>Linkedin</h5>
<a href="https://www.linkedin.com/in/manmohan-sharma-091146174/">Manmohan Sharma</a>
</div>
<div class="col-md-3 col-xs-6">
<h5>Email</h5>
<a href="mailto:#">sharmamanmohan1105@gmail.com</a>
</div>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
</div>
<!-- End Contact -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<div class="content container">
<div class="row">
</div>
<!--// end row -->
</div>
</footer>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="javascript:void(0);" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="vendor/jquery.min.js" type="text/javascript"></script>
<script src="vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="vendor/jquery.easing.js" type="text/javascript"></script>
<script src="vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="vendor/jquery.parallax.min.js" type="text/javascript"></script>
<script src="vendor/jquery.appear.js" type="text/javascript"></script>
<script src="vendor/masonry/jquery.masonry.pkgd.min.js" type="text/javascript"></script>
<script src="vendor/masonry/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="js/layout.min.js" type="text/javascript"></script>
<script src="js/components/progress-bar.min.js" type="text/javascript"></script>
<script src="js/components/masonry.min.js" type="text/javascript"></script>
<script src="js/components/wow.min.js" type="text/javascript"></script>
</body>
<!-- END BODY -->
</html>