-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
683 lines (663 loc) · 40 KB
/
index.html
File metadata and controls
683 lines (663 loc) · 40 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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Mahima Kejriwal</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animated.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.transitions.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="shortcut icon" href="img/logo/logo.png" type="image/x-icon">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101727320-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<!-- Start Top Header -->
<div id="sticker" class="header-area">
<div class="container">
<!-- Navigation -->
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Brand -->
<a class="navbar-brand page-scroll" href="#page-top"><img id="logo" src="img/logo/logo.png" alt="Mahima Kejriwal"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse main-menu" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a class="page-scroll" href="#home">Home</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#skills">Skills</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li>
<!-- <li>
<a class="page-scroll" href="#blog">Blog</a>
</li> -->
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- navbar-collapse -->
</nav>
<!-- END: Navigation -->
</div>
</div>
<!-- End Top Header -->
<!-- Start Bottom Header -->
<div id="home" class="header-img">
<div class="header-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 text-left">
<div class="header-bottom">
<h1>Hi, I'm <strong> Mahima Kejriwal</strong>. </h1>
<h2 class="cd-headline clip is-full-width">
<span class="cd-words-wrapper">
<b class="is-visible">Web Developer.</b>
<b> Graphic Designer. </b>
<b> Software Engineer. </b>
<b> Graduate from The LNMIIT. </b>
<b> Analyst at Goldman Sachs. </b>
<b> Welcome to my personal page!! </b>
</span>
</h2>
<div>
<span class="btn"><a target="_blank" href="https://github.com/mkejriwal" class="btn btn-default page-scroll"><i class="fa fa-github"></i> GITHUB </a></span>
<span class="btn"><a target="_blank" href="https://www.linkedin.com/in/mahima-kejriwal-739681128/" class="btn btn-default page-scroll"><i class="fa fa-linkedin"></i> LINKEDIN </a></span>
<span class="btn"><a target="_blank" href="https://www.instagram.com/m.kejriwal/" class="btn btn-default page-scroll"><i class=" fa fa-instagram"></i> INSTAGRAM </a></span>
<br>
<span class="btn"><a target="_blank" href="https://www.facebook.com/mahimapanda98" class="btn btn-default page-scroll"><i class=" fa fa-facebook-square"></i> FACEBOOK </a></span>
<span class="btn"><a target="_blank" href="files/Resume.pdf" class="btn btn-default page-scroll" download="MahimaKejriwalResume"><i class="fa fa-file-text-o"></i> RESUME </a></span>
<span class="btn"><a href="#contact" class="btn btn-default page-scroll"><i class="fa fa-pencil"></i> LEAVE A MESSAGE </a></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Start Bottom Header -->
</header>
<!-- END Header -->
<!-- Start About Area -->
<div id ="about" class="about-area page-scroll area-padding">
<div class="container">
<!-- section head -->
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-head">
<h3>Expertise .</h3>
</div>
</div>
</div>
<!-- end row -->
<div class="row second-row">
<div class="col-md-4 col-sm-4">
<div class="about-details text-center">
<div class="single-about">
<a class="about-icon" href="#about"><i class="fa fa-code"></i></a>
<h4>Web Developer</h4>
<p>I am both creative and technically inclined. I use both of these attributes to build or redesign websites. I focus on making a website functional and easy to use with an experience of more than an year.</p>
</div>
</div>
<!-- end about-details -->
</div>
<!-- end col-md-4 -->
<div class="col-md-4 col-sm-4">
<div class="about-details text-center">
<div class="single-about">
<a class="about-icon" href="#about"><i class="fa fa-laptop"></i></a>
<h4>Software Developer</h4>
<p>I am a problem solver who wants to make a positive difference to our lives. What excites me is the whole of human understanding and put it to use to solve real-world problems, like detecting driver drowsiness/fatigue, providing a safe and secure parking system, etc.</p>
</div>
</div>
<!-- end about-details -->
</div>
<div class="col-md-4 col-sm-4">
<div class="about-details text-center">
<div class="single-about">
<a class="about-icon" href="#about"><i class="fa fa-paint-brush"></i></a>
<h4>Graphic Designer</h4>
<p>I believe in the power of elegant minimalism in a world increasingly saturated with garish colour.I’m a graphic designer, I take a bundle of boring, but essential information and use design to make it much more interesting and readable. </p>
</div>
</div>
<!-- end about-details -->
</div>
<!-- end col-md-4 -->
</div>
<div class="row fix">
<div class="col-md-6 col-sm-6">
<div class="self-img">
<a href="#about"><img id="bg" src="img/background/bg4.jpg" alt="Mahima Kejriwal"></a>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- about-self -->
<div class="about-self">
<div class="self-head">
<h4 class="intro-head">Introduction</h4>
<p>Hi, there! I am Mahima Kejriwal.
<!-- I hope to develop skills in web and app development. My goal is to become a full stack web developer along with other areas which interest me like computer vision programming etc. In short, I want to become a hardcore coder. -->
<br/><br/>I am an Analyst at Goldman Sachs, Bengaluru, India. I have graduated in Computer Science and Engineering - B. Tech from The LNM Institute Of Information Technology, Jaipur, India. <!--I expect to graduate with a Bachelors' degree in June 2020.--></p>
<br/>
</div>
<div class="self-text">
<ul>
<li>Web Developer.</li>
<li>Software Developer.</li>
<li>Graphic Designer.</li>
<li>Cinephile.</li>
</ul>
</div>
</div>
<!-- end about-self -->
</div>
</div>
</div>
</div>
<!-- end About -->
<!-- Start Add area -->
<div class="add-area area-margin">
<div class="head-overly"></div>
<div class="container">
<div class="row">
<div class="add-text">
<div class="col-md-6 col-sm-6">
<div class="add-content">
<center>
<h2>When it rains, look for rainbows.</h2>
<h2>When it is dark, look for stars.</h2>
</center>
<!-- <h2>You'll be surprised to know how far you can go from the point where you thought it was the end!</h2>-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Add area -->
<!-- Start Skills -->
<div id ="skills" class="skill-area page-scroll area-padding">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-head">
<h3>Skills .</h3>
</div>
</div>
</div>
<!-- end row -->
<div class="row second-row">
<div class="col-md-6 col-sm-6">
<div class="skill-edu">
<h4 class="intro-head">Education</h4>
<!-- edu-result -->
<div class="edu-result">
<h5><span>August 2016 - July 2020</span>Bachelor Degree</h5>
<h6> The LNM Institute of Information Technology, Jaipur</h6>
<p>Graduate with B.Tech Degree in Computer Science and Engineering.</p>
</div>
<!-- edu-result -->
<div class="edu-result">
<h5><span>April 2014 - March 2016</span>Coaching Institute</h5>
<h6> ALLEN Career Institute, Jaipur</h6>
<p>Prepared for JEE along with High School studies from this coaching.</p>
</div>
<!-- edu-result -->
<!-- edu-result -->
<div class="edu-result last-result">
<h5><span>April 2009 - March 2016</span> High School</h5>
<h6> India International School, Jaipur</h6>
<p>I have completed my 10+2 from this School.</p>
</div>
<!-- edu-result -->
</div>
</div>
<!-- <div class="col-md-6 col-sm-6">-->
<!-- <!– Skills Content –>-->
<!-- <div class="skills-content">-->
<!-- <div class="skills-idea">-->
<!-- <h4 class="intro-head">Work startegy</h4>-->
<!-- <ul>-->
<!-- <li><a class="page-scroll" href="#skills"><i class="fa fa-lightbulb-o"></i>Idea : Responsive Web Designs with new ideas</a></li>-->
<!-- <li><a class="page-scroll" href="#skills"><i class="fa fa-thumbs-o-up"></i>Approve : User friendly websites</a></li>-->
<!-- <li><a class="page-scroll" href="#skills"><i class="fa fa-pencil"></i>Brand Identity : Complete content showcase</a></li>-->
<!-- <li><a class="page-scroll" href="#skills"><i class="fa fa-line-chart"></i>Live Work : Punctual and effective work</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Skills Content –>-->
<!-- </div>-->
<div class="col-md-6 col-sm-6">
<!-- Skills Progressbar -->
<div class="skill-progress">
<h4 class="web-ex">Java</h4>
<div class="progress">
<div class="progress-bar wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s " role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%;">
</div>
</div>
<span class="web-per bar-1 wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s">75%</span>
</div>
<!-- Skills Progressbar -->
<div class="skill-progress">
<h4 class="web-ex">C# & .NET</h4>
<div class="progress">
<div class="progress-bar wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s " role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;"></div>
</div>
<span class="web-per bar-2 wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s">70%</span>
</div>
<!-- Skills Progressbar -->
<div class="skill-progress">
<h4 class="web-ex">C++ & DSA</h4>
<div class="progress">
<div class="progress-bar wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s " role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div>
</div>
<span class="web-per bar-3 wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s">80%</span>
</div>
<div class="skill-progress">
<h4 class="web-ex">Python & Django</h4>
<div class="progress">
<div class="progress-bar wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s " role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;">
</div>
</div>
<span class="web-per bar-4 wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s">50%</span>
</div>
<!-- Skills Progressbar -->
<div class="skill-progress">
<h4 class="web-ex">Adobe Photoshop</h4>
<div class="progress">
<div class="progress-bar wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
</div>
</div>
<span class="web-per bar-5 wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="1.5s">60%</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="skill-edu">
<h4 class="intro-head">Projects</h4>
<!-- edu-result -->
<div class="edu-result">
<h5><span>June 2017 - July 2017</span>Centralised College Notice Board</h5>
<h6>HTML5, CSS3, PHP, Codeigniter, MVC architecture, MySQLi database</h6>
<p>Developed a portal which serve as repository of all the events that have been organized in the past.</p>
</div>
<div class="edu-result">
<h5><span>June 2018 - August 2018</span>Driver Drowsiness Detection System</h5>
<h6>OpenCV, IDLE and Python language</h6>
<p>Developed a computer vision system that can automatically detect driver drowsiness in a real-time video stream and then play an alarm if the driver appears to be drowsy.</p>
</div>
<div class="edu-result">
<h5><span>October 2018 - November 2018</span>Resource Management System</h5>
<h6>Java, JSP, JDBC, MySQL, HTML5 and CSS3 and MVC architecture</h6>
<p>Developed a web application which helps in handling resources of various departments.</p>
</div>
<div class="edu-result">
<h5><span>October 2018 - November 2018</span>Data Analytics – ML Classification problem</h5>
<h6>Pima Indian Diabetes Dataset, Python language and Jupyter Notebook</h6>
<p>Built a ML model to accurately predict whether the patients in the dataset have diabetes or not.</p>
</div>
<div class="edu-result">
<h5><span>January 2019 - December 2019</span>Peptide Computation and Stable Marriage Problem</h5>
<h6>Unconventional model of computation</h6>
<p>A research paper on solving Stable Marriage Problem using unconventional models of computation.</p>
</div>
<div class="edu-result last-result">
<h5><span>January 2019 - December 2019</span>Bias in Social Media</h5>
<h6>Social Network Analysis</h6>
<p>A research paper to study the political leaning of users in Indian General Election 2014 and 2019 on twitter platform.</p>
</div>
<!-- edu-result -->
</div>
</div>
<!-- Start Experince -->
<div class="col-md-6 col-sm-6">
<div class="skill-edu">
<h4 class="intro-head">Experience</h4>
<!-- edu-result -->
<div class="edu-result">
<h5><span>July 2020 - Present</span> Software Engineer</h5>
<h6>Goldman Sachs</h6>
<p> </p>
</div>
<div class="edu-result">
<h5><span>January 2020 - June 2020</span> Software Engineer Intern</h5>
<h6>Goldman Sachs</h6>
<p>Formulated strategy to migrate data to Data Lake and built a bulk notification tool. Key learnings: Java, maven, IntelliJ, MS SQL, Rest services. </p>
</div>
<div class="edu-result">
<h5><span>May 2019 - July 2019</span> Software Engineer Intern</h5>
<h6>Goldman Sachs</h6>
<p>Improved the performance of a web portal by reducing the page load time of various views. Key learnings: C#, .NET framework, MS SQL, MVC architecture, GitLab, profiling tools, requirements analysis. </p>
</div>
<div class="edu-result">
<h5><span>May 2018 - July 2018</span> Web Developer</h5>
<h6>Indianwibes-Online Store</h6>
<p> Developed store’s website with an E-Commerce Platform that helps you to Sell Online or in person. Implemented using Flatsome theme for WordPress and multi-purpose responsive WooCommerce Theme </p>
</div>
<div class="edu-result">
<h5><span>July 2017 - August 2017</span> Web and Graphic Designer</h5>
<h6>Cyber Square Info Solutions Pvt. Ltd.</h6>
<p>Working as Graphic Designer & Web Developer. Designed company LOGO, business cards, letter heads, T-shirt. Implemented using Adobe Photoshop, MS-Word. </p>
</div>
<!-- <div class="edu-result">-->
<!-- <h5><span>August 2017 - April 2018 </span>Active Member</h5>-->
<!-- <h6>Computer Society of India</h6>-->
<!-- <p>Anchored an event of SIP project presentation and Blog Launch. Organized workshops, tutorials, competitions.</p>-->
<!-- </div>-->
<!-- <div class="edu-result">-->
<!-- <h5><span>August 2017 - April 2018 </span>Designer Head</h5>-->
<!-- <h6>Media Cell - LNMIIT</h6>-->
<!-- <p>Mentored and developed a team who have an intimate understanding of design.</p>-->
<!-- </div>-->
<!-- <div class="edu-result last-result">-->
<!-- <h5><span>August 2017 - April 2018</span>Active Member</h5>-->
<!-- <h6>Cybros, The LNMIIT, Jaipur</h6>-->
<!-- <p>Contributed to the Front-End Web Development Division of Club.</p>-->
<!-- </div>-->
</div>
</div>
</div>
</div>
</div>
<!-- End Skills -->
<!-- Start counter -->
<div id="fun" class="fun-fact-area fix area-margin">
<div class="head-overly"></div>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="https://github.com/mkejriwal" class="page-scroll"><i class="fa fa-certificate"></i></a>
<span class="counter"> 4 </span>
<h6>Internships</h6>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="https://github.com/mkejriwal" class="page-scroll"><i class="fa fa-tasks"></i></a>
<span class="counter"> 6 </span>
<h6>Success Projects</h6>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="https://github.com/mkejriwal" class="page-scroll"><i class="fa fa-globe"></i></a>
<span class="counter"> 2 </span>
<h6>Website Designs</h6>
</div>
</div>
</div>
</div>
</div>
<!-- End counter -->
<!-- awesworksolio-area start -->
<div id="portfolio" class="portfolio-area fix area-padding">
<div class="container">
<!-- section-heading start -->
<div class="row">
<div class="col-md-12">
<div class="section-head">
<h3>Works .</h3>
</div>
</div>
</div>
<!-- section-heading end -->
<div class="row" style="min-height:60px">
<div class="col-md-12" style="padding: 10px">
<!-- awesworksolio start -->
<div class="awesome-portfolio">
<div class="awesome-portfolio-content">
<!-- single-awesworksolio start -->
<div class="single-awesome-portfolio mix all design col-lg-4">
<a href="#home" class="page-scroll">
<div class="awesome-img"><img src="img/works/3.png" alt="Mahima Kejriwal" /></div>
<div class="awesome-info">
<h3>Personal Website</h3>
<p>Website Design</p>
</div>
</a>
</div>
<!-- single-awesworksolio end -->
<!-- single-awesworksolio start -->
<div class="single-awesome-portfolio mix all design col-lg-4">
<a target="_blank" href="http://www.indianwibes.com/">
<div class="awesome-img"><img src="img/works/1.png" alt="INDIANWIBES-ONLINE STORE" /></div>
<div class="awesome-info">
<h3>INDIANWIBES-ONLINE STORE</h3>
<p>Website Development using WordPress</p>
</div>
</a>
</div>
<!-- single-awesworksolio end -->
<!-- single-awesworksolio start -->
<div class="single-awesome-portfolio mix all design col-lg-4">
<a target="_blank" href="https://github.com/mkejriwal/SIP-2017-CCNB" class="page-scroll">
<div class="awesome-img"><img src="img/works/ccnb.png" alt="Centralised College Notice Board" /></div>
<div class="awesome-info">
<h3>Centralised College Notice Board</h3>
<p>CSI SIP 2017 Project</p>
</div>
</a>
</div>
<!-- single-awesworksolio end -->
<!-- single-awesworksolio start -->
<!-- <div class="single-awesome-portfolio mix all web col-lg-4">
<a target="_blank" href="https://github.com/mkejriwal/surf-record">
<div class="awesome-img"><img src="img/works/4.jpg" alt="Surf Record" /></div>
<div class="awesome-info">
<h3>Surf Record</h3>
<p>Chrome Extension</p>
</div>
</a>
</div> -->
<!-- single-awesworksolio end -->
</div>
</div>
<!-- awesworksolio end -->
</div>
<!-- <div class="col-md-12" style="padding: 10px">
<div class="awesome-portfolio">
<div class="awesome-portfolio-content">
<div class="single-awesome-portfolio mix all design col-lg-4">
<a target="_blank" href="https://github.com/mkejriwal/sip-2017-ccnb" class="page-scroll">
<div class="awesome-img"><img src="img/works/ccnb.png" alt="Centralised College Notice Board" /></div>
<div class="awesome-info">
<h3>Centralised College Notice Board</h3>
<p>CSI SIP 2017 Project</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
<!-- awesworksolio-area end -->
<!-- Start Blog Ares -->
<!--<div id="blog" class="blog-area area-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-head">
<h3>Latest blog .</h3>
</div>
</div>
</div>
<div class="row">
<div class="blog-item">-->
<!-- single blog -->
<!-- <div class="col-md-4 col-sm-4 col-xs-12">
<div class="single-blog">
<div class="single-blog-img">
<a target="_blank" href="https://mkejriwal.wordpress.com/2017/04/24/my-story-of-cybros-intra-college-hackathon/">
<img src="img/blog/1.png" alt="Hackathon Story">
<span class="overly"></span>
</a>
</div>
<div class="blog-content">
<h4><a target="_blank" href="https://mkejriwal.wordpress.com/2017/04/24/my-story-of-cybros-intra-college-hackathon/">My Story of Cyrbos | Intra College Hackathon</a></h4>
<p>This Intra College Hackathon was a competition cum learning event. There were mentors to resolve the doubts and difficulties of contestants to help them create that awesome product they have been intending to.</p>
</div>
<div class="blog-meta">
<span class="date-type">
<i class="fa fa-calendar"></i>April 24, 2017
</span>
<span class="comments-type">
<i class="fa fa-comment-o"></i>
<a href="#blog" class="page-scroll">0 comments</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- End Blog Area -->
<!-- Start contact Area -->
<div id="contact" class="contact-area area-padding">
<div class="head-overly"></div>
<div class="container">
<div class="row contact-inner">
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="Cont-content">
<h4 class="intro-head">Stay in touch</h4>
</div>
<div class="map-zone">
<!-- Map area -->
<div class="map-area">
</div><!-- End Map area -->
<div class="contact-info">
<div class="contact-icons">
<h3>Contact Info</h3>
<ul>
<li>
<i class="fa fa-map-marker"></i> <strong>Address :</strong>
Jaipur, Rajasthan.
</li>
<!-- <li>
<i class="fa fa-mobile"></i> <strong>Phone :</strong>
</li> -->
<li>
<i class="fa fa-envelope"></i> <strong>Email :</strong>
<a href="mailto:kejriwalmahima1998@gmail.com">kejriwalmahima1998@gmail.com</a>
</li>
</ul>
</div>
<div class="icons-bottom text-center">
<ul>
<li><a target="_blank" href="https://www.facebook.com/mahimapanda98"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" href="https://instagram.com/m.kejriwal"><i class="fa fa-instagram"></i></a></li>
<li><a target="_blank" href="https://twitter.com/mahima_kejriwal"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://github.com/mkejriwal"><i class="fa fa-github"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/mahima-kejriwal-739681128/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<!-- form -->
<div class="contact-form">
<div class="Cont-content">
<h4 class="intro-head">Leave a message</h4>
</div>
<div class="row contact-bg">
<form action="https://formspree.io/kejriwalmahima1998@gmail.com" name="contactForm" id="contactForm" method="POST">
<div class="form-field col-lg-6 col-md-6 col-sm-6 col-xs-12">
<input name="name" type="text" placeholder="Name (required)" required="">
</div>
<div class="form-field col-lg-6 col-md-6 col-sm-6 col-xs-12">
<input name="email" type="email" placeholder="Email (required)" required="">
</div>
<div class="form-field col-lg-12 col-md-12 col-sm-12 col-xs-12 tab-full">
<input name="subject" type="text" placeholder="Subject" value="">
</div>
<div class="form-field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<textarea name="message" id="message" placeholder="Message" rows="10" cols="30" required=""></textarea>
</div>
<div class="form-field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<a target="_blank"><input type="submit" placeholder="Submit" /></a>
<div id="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</form> <!-- end form -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End contact Area -->
<!-- Start Footer bottom Area -->
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="copyright text-center">
<p>© Mahima Kejriwal 2020 | All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</div>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/easing.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/animated.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</div>
</body>
</html>