-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
667 lines (616 loc) · 29.5 KB
/
Copy pathindex.html
File metadata and controls
667 lines (616 loc) · 29.5 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
<!-- <!DOCTYPE html> -->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Materialize - Compiled and minified CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/css/materialize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css" />
<title>Abhishek Mohata | Senior Software Developer</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGZH8HT"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- Navigation Menu-->
<!-- Nav class 1 -->
<nav class="hide-on-small-only">
<ul class="side-nav fixed section table-of-contents">
<li class="logo">
<a id="logo-container" aria-label="Navigate to the beginning of the page" href="#intro"
class="brand-logo grey-blue-text">
<img src="assets/img/passport-new.PNG" class="circle img-responsive profile-pic" alt="avatar">
</a>
</li>
<li class="bold">
<a aria-label="Navigate to the About section" href="#about" class="waves-effect waves-dark teal-text"><i
class="mdi-social-person small"></i><span>About</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Experience section" href="#experience"
class="waves-effect waves-dark teal-text"><i
class="mdi-action-trending-up small"></i><span>Experience</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Projects section" href="#projects" class="waves-effect waves-dark teal-text"><i
class="mdi-av-my-library-books small"></i><span>Projects</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Skills section" href="#skills" class="waves-effect waves-dark teal-text"><i
class="mdi-action-assessment small"></i><span>Skills</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Education section" href="#education" class="waves-effect waves-dark teal-text"><i
class="mdi-social-school small"></i><span>Education</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Contact section" href="#contact" class="waves-effect waves-dark teal-text"><i
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
<li class="bold">
<a aria-label="Open Abhishek's resume in a new tab" href="https://amohata007.github.io/assets/resume/Abhishek_Mohata_Senior_Fullstack_Developer.pdf" target="_blank"
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
</li>
</ul>
</nav>
<!-- Nav class 2 -->
<nav class="hide-on-large only trigger z-depth-1">
<a aria-label="Toggle visibility of the mobile navbar" href="#" data-activates="slide-out"
class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<div class="name-title">
<a id="name" aria-label="Navigate to the beginning of the page" href="#" class="teal-text">Abhishek Mohata</a><span class="black-text">Senior Software Developer</span>
</div>
</nav>
<!-- Nav class 3 -->
<nav class="hide-on-large only">
<ul id="slide-out" class="side-nav">
<li class="bold">
<a aria-label="Navigate to the About section" href="#about" class="waves-effect waves-dark teal-text"><i
class="mdi-social-person small"></i><span>About</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Experience section" href="#experience"
class="waves-effect waves-dark teal-text"><i
class="mdi-action-trending-up small"></i><span>Experience</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Projects section" href="#projects" class="waves-effect waves-dark teal-text"><i
class="mdi-av-my-library-books small"></i><span>Projects</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Skills section" href="#skills" class="waves-effect waves-dark teal-text"><i
class="mdi-action-assessment small"></i><span>Skills</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Education section" href="#education" class="waves-effect waves-dark teal-text"><i
class="mdi-social-school small"></i><span>Education</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Contact section" href="#contact" class="waves-effect waves-dark teal-text"><i
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
</ul>
</nav>
<!-- Main Content-->
<main>
<!-- First Section: Heading lines and image -->
<section id="intro" class="section scrollspy full-height">
<div class="overlay"></div>
<div class="container">
<div class="col-md-9">
<div class="content section-padding valign" style="margin-left: 10%; margin-top: 50px;">
<div class="caption">
<h2>Hi, I'm <span class="teal">Abhishek Mohata.</span></h2>
<h5 style="color:#fff"><span class="typing" style="font-weight: 300; color:#004d40"></span></h5>
<h5>Senior Full-Stack Developer with 4.5+ years of experience building scalable, high-performance web applications. Skilled in
writing clean, maintainable code and crafting intuitive, user-focused interfaces. Thrive in fast-paced environments with a
strong track record of on-time delivery and exceeding expectations. Passionate about learning, innovation, and transforming
ideas into robust digital solutions.</h5>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/abhishek-mohata-b48a5b15a/" target="_blank">
<button class="icon-btn linkedin">
<i class="fa fa-linkedin"></i>
</button>
</a>
<a href="https://github.com/amohata007" target="_blank">
<button class="icon-btn github">
<i class="fa fa-github"></i>
</button>
</a>
</div>
<div class='buttons'>
<a href="#about" class="readme">Read More</a>
<a href="#contact" class="contactme">Contact Me</a>
</div>
</div>
</div>
</div>
</section>
<!-- Second Section: About -->
<section id="about" class="section scrollspy">
<h3 class="page-title white-text teal">About</h3>
<div class="container flow-text">
<blockquote>
<h2>
Frontend Enthusiast on the Journey to Full-Stack Mastery.
</h2>
</blockquote>
<p>
I'm a Computer Science graduate from Jaipur Engineering College and Research Center with a strong love for problem-solving and clean code. I bring dedication and creativity to every project I work on, always aiming to deliver 100% quality and value.
Today, I’m passionate about building complex, user-centric web applications that solve real-world problems and scale to impact millions. I'm continuously evolving—learning new tools, improving performance, and crafting intuitive frontend experiences that make a difference.
</p>
<p>
<ul>
<li><b>Languages:</b> JavaScript, TypeScript, HTML, CSS</li>
<li><b>Backend & Databases:</b> NodeJS, MySQL, MongoDB</li>
<li><b>Libraries & Frameworks:</b> Angular, React, Express, Aurelia, Angular Material, Tailwind CSS, Bootstrap</li>
<li><b>Tools & Technologies:</b> Git, JIRA, VS Code, Postman, Angular CLI</li>
</ul>
</p>
<p>
Looking for an opportunity to work in a challenging position combining my skills in Software Engineering, which provides professional development, interesting experiences and personal growth.
</p>
</div>
</section>
<!-- Third Section: Experience -->
<section id="experience" class="section scrollspy">
<h3 class="page-title white-text teal">Experience</h3>
<div class="container">
<!-- Latest Experience -->
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://www.avaloninfosys.com/" target="_blank"><img alt="Avalon logo"
src="assets/img/avalon.png" class="responsive-img center-block" /></a>
</div>
<!-- <div class="col s12 m10"> -->
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://www.avaloninfosys.com/" target="_blank"
class="teal-text hoverline">Avalon</a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Senior Software Engineer</div>
<ul>
<li>
Delivering robust feature enhancements and maintaining optimal performance for EdTech solutions.
</li>
<li>
Contributed to the development of multiple products within OpenEMIS ecosystem including Exams,Registrations and
Core.
</li>
<li>Standardized reusable UI components and design patterns, streamlining development and reducing redundancy across
products.</li>
<li>Collaborated closely with cross-functional teams including backend, QA, and product stakeholders to align on feature
delivery and project timelines.</li>
<li>
Participated in regular code reviews and sprint planning, ensuring consistent delivery and adherence to quality standards
</li>
</ul>
</div>
<div class="card-action">
<span>March 2025 - Present | Delhi</span>
</div>
</div>
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://www.axxess.com/" target="_blank"><img alt="Axxess logo"
src="assets/img/Cavista.jpg" class="responsive-img center-block" /></a>
</div>
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://www.axxess.com/" target="_blank"
class="teal-text hoverline">Cavista</a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Frontend Engineer II</div>
<ul>
<li>
Built a custom frontend for a Hospice care platform used by U.S. home healthcare providers, aligning with industry
standards and needs.
</li>
<li>Used React and Angular to develop fast, modular web apps, improving performance and user engagement.</li>
<li>Introduced a structured code review process,reducing bug incidents by 20% and elevating code quality</li>
<li>Mentored new frontend developers, speeding up onboarding and encouraging continuous learning.</li>
<li>Contributed to UI/UX design with ideas that improved usability and visual appeal, increasing user satisfaction by 15%.</li>
</ul>
</div>
<div class="card-action">
<span>July 2022 - March 2025 | Pune </span>
</div>
</div>
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://www.accenture.com/" target="_blank"><img alt="Accenture logo"
src="assets/img/accenture.png" class="responsive-img center-block" /></a>
</div>
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://www.accenture.com/" target="_blank"
class="teal-text hoverline">Accenture</a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Application Development Analyst</div>
<ul>
<li>
Created efficient designs and developed User Interaction screens using HTML,CSS,Angular 2+, Material UI.
</li>
<li>
Utilized Chart.js for data visualization, enhancing user understanding and engagement
</li>
<li>
Implemented APIs to ensure seamless data loading, optimizing frontend performance and user experience.
</li>
<li>Conducted research and analysis to develop increasingly complex product features.</li>
</ul>
</div>
<div class="card-action">
<span>Jan 2021 - July 2022 | Pune </span>
</div>
</div>
</div>
</section>
<!-- Fourth Section: Projects -->
<section id="projects" class="section scrollspy">
<h3 class="page-title white-text teal">Projects</h3>
<div class="container">
<div class="row">
<div class="col s12 m6 l4">
<div class="card medium">
<div class="card-image waves-effect waves-block waves-light">
<img alt="music streaming app" src="assets/img/netflix.jpg" style="height: 100%; width: 100%" class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">Netflix<i
class="mdi-navigation-more-vert right"></i></span>
<p>
Find Trending Movies and Web Series
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> React, Redux, HTML, CSS, Bootstrap, Vercel, Git</li>
<li>Register/login to the web app(with OAuth-based Google Sign-In).</li>
<li>Search and filter Movies</li>
<li>Trailer of most recent trending movies.</li>
</ul>
<div class="card-action">
<a aria-label="Visit " href="https://movies-gpt-kappa.vercel.app" target="_blank" data-position="top"
data-tooltip="View Online"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-external-link"></i></a>
<a aria-label="Visit the GitHub repo for project" href="https://github.com/amohata007/Movies-Gpt"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card medium">
<div class="card-image waves-effect waves-block waves-light">
<img alt="ecomm app" src="assets/img/ecomm.jpg" style="height: 100%; width: 100%" class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">EComm<i
class="mdi-navigation-more-vert right"></i></span>
<p>
An eCommerce app with product browsing, cart, and checkout.
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> Angular, RXJS, HTML, CSS, Bootstrap, Angular CLI, Git</li>
<li>Register/login to the web app (with Local Storage)</li>
<li>Search and filter products</li>
<li>View latest trending products with quick previews</li>
<li>Add products to cart and wishlist</li>
<li>Secure checkout with multiple payment options</li>
<li>Order history and tracking</li>
<li>Responsive UI for mobile and desktop</li>
<li>Admin panel for managing products and orders</li>
</ul>
<div class="card-action">
<a aria-label="Visit " href="https://github.com/amohata007/EComm" target="_blank" data-position="top"
data-tooltip="View Online"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-external-link"></i></a>
<a aria-label="Visit the GitHub repo for project" href="https://github.com/amohata007/EComm"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card medium">
<div class="card-image waves-effect waves-block waves-light">
<img alt="quiz app" src="assets/img/youtube.png" style="height: 100%; width: 100%" class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">YouTube<i
class="mdi-navigation-more-vert right"></i></span>
<p>
Video Streaming Platform
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> React, Redux, TailwindCSS, HTML, CSS, Bootstrap, Git</li>
<li>Search for videos.</li>
<li>Stream videos.</li>
<li>Trending Videos List</li>
<li>Comment Chat Section</li>
</ul>
<div class="card-action">
<a aria-label="Visit the GitHub repo for project" href="https://github.com/amohata007/Youtube-App"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card medium">
<div class="card-image waves-effect waves-block waves-light">
<img alt="quiz app" src="assets/img/Shipping.png" style="height: 100%; width: 100%" class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">Shipping Track System<i
class="mdi-navigation-more-vert right"></i></span>
<p>
Website that tracks the shipping courier.
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> Angular, Material UI, HTML, CSS, Angular CLI</li>
<li>Users can track the parcels.</li>
</ul>
<div class="card-action">
<a aria-label="Visit the GitHub repo for project" href="https://github.com/amohata007/Shipping_Angular"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Fifth Section: Skills -->
<section id="skills" class="section scrollspy">
<h3 class="page-title white-text teal">Skills</h3>
<div class="container">
<!-- Languages and Databases -->
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Languages and Databases</h4>
<div class="row text-center">
<div class="col s12 m4 l2">
<img alt="JavaScript" src="assets/img/javascript.png" class="responsive-img" />
<div>JavaScript</div>
</div>
<div class="col s12 m4 l2">
<img alt="TypeScript" src="assets/img/typescript.jpg" class="responsive-img" />
<div>TypeScript</div>
</div>
<div class="col s12 m4 l2">
<img alt="NodeJS" src="assets/img/node.jpg" class="responsive-img" />
<div>NodeJS</div>
</div>
<div class="col s12 m4 l2">
<img alt="MongoDB" src="assets/img/mongo.png" class="responsive-img" />
<div>MongoDB</div>
</div>
<div class="col s12 m4 l2">
<img alt="HTML5" src="assets/img/html5-300x300.jpg" class="responsive-img" />
<div>HTML5</div>
</div>
<div class="col s12 m4 l2">
<img alt="MySQL" src="assets/img/mysql-logo-1-300x300.jpg" class="responsive-img" />
<div>MySQL</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Libraries and Frameworks</h4>
<div class="row text-center">
<div class="col s12 m4 l2">
<img alt="" src="assets/img/angularlatest.jpg" class="responsive-img" />Angular
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/react.png" class="responsive-img" />React
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/redux.png" class="responsive-img" />Redux
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/tailwind.png" class="responsive-img" />Tailwind
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/bootstrap.png" class="responsive-img" />Bootstrap
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/aurelia.jpg" class="responsive-img" />Aurelia
</div>
</div>
</div>
</div>
<!-- Other -->
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Other</h4>
<div class="row text-center">
<div class="col s12 m4 l2">
<img alt="" src="assets/img/git.png" class="responsive-img" />Git
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/vs.jpg" class="responsive-img" />VS Code
</div>
<div class="col s12 m4 l2">
<img alt="" src="assets/img/jira.jpg" class="responsive-img" />Jira
</div>
</div>
</div>
</div>
<!-- certifications -->
<!-- <div class="card">
<div class="card-content">
<h4 class="brown-text light">Certificates</h4>
<div class="row text-left">
<div class="container">
<div class="row">
<div class="col s12 m6 l6">
<div class="card">
<div class="card-image">
<img src="assets/img/mooc-machine-learning-coursera-800x500.jpg">
</div>
<div class="card-content">
<span class="card-title teal-text">Machine Learning (Stanford)</span>
</div>
</div>
</div>
<div class="col s12 m6 l6">
<div class="card">
<div class="card-image">
<img src="assets/img/mooc-algorithms-stanford-2-800x500.jpg">
</div>
<div class="card-content">
<span class="card-title teal-text">Algorithms (Stanford)</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</section>
<!-- Seventh Section: Education -->
<section id="education" class="section scrollspy">
<h3 class="page-title white-text teal">Education</h3>
<div class="container">
<div class="row">
<!-- Education -->
<div class="col s12 m6 l6">
<div class="card">
<div class="card-content">
<p class="green-text card-title">Jaipur Engineering College and Research Center</p>
<p class="brown-text">Jaipur, India</p>
<p>
<b>Degree: </b>Bachelor of Technology in Computer Science
<br>
<b>CGPA: </b>7.9
</p>
<ul>
<p>
<b>Relevant Courseworks:</b>
<ul>
<li>Data Structures and Algorithms</li>
<li>Database Management Systems</li>
<li>Operating Systems</li>
<li>Computer Vision</li>
<li>Foundations of Algorithms</li>
</ul>
</p>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Eight Section: Contact -->
<section id="contact" class="section scrollspy full-height">
<h3 class="page-title white-text teal">Contact</h3>
<div class="container">
<p>
<a aria-label="Call Abhishek" data-position="top" data-tooltip="Call Abhishek"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i class="fa fa-phone"></i><a
aria-label="Call Abhishek">+91 7727910903</a></a>
</p>
<p>
<a aria-label="Email Abhishek" href="mailto:amohata.005@gmail.com" target="_blank" data-position="top"
data-tooltip="Email Abhishek" class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-envelope"></i><a aria-label="Email Abhishek" href="mailto:amohata.005@gmail.com"
class="hoverline">amohata.005@gmail.com</a></a>
</p>
<p>
<a aria-label="View Abhishek on GitHub" href="http://github.com/amohata007" target="_blank"
data-position="top" data-tooltip="View Abhishek on GitHub"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i class="fa fa-github"></i><a
aria-label="Abhishek on Github" href="http://github.com/amohata007" class="hoverline"
target="_blank">github.com/amohata007</a></a>
</p>
<p>
<a aria-label="View Abhishek on LinkedIn" href="https://www.linkedin.com/in/abhishek-mohata-b48a5b15a/" target="_blank"
data-position="top" data-tooltip="View Abhishek on LinkedIn"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-linkedin"></i><a aria-label="Abhishek on LinkedIn" href="https://www.linkedin.com/in/abhishek-mohata-b48a5b15a/"
class="hoverline" target="_blank">https://www.linkedin.com/in/abhishek-mohata-b48a5b15a/</a></a>
</p>
</div>
</section>
</main>
<!-- typed.js -->
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["Frontend Developer",
"JavaScript Enthusiast",
"Fast Learner",
"Problem Solver",
"UI/UX Focused",
"Mastering DSA",
"Code. Create. Repeat. 💻"],
loop: true,
typeSpeed: 80,
backSpeed: 40
});
</script>
<!-- jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Materialize - Compiled and minified JavaScript-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/js/materialize.min.js"></script>
<script>
// Materialize - Initializers
$(document).ready(function () {
$(".scrollspy").scrollSpy()
// Initialize collapse button
$(".button-collapse").sideNav({
menuWidth: 190, // Default is 240
edge: "left", // Choose the horizontal origin
closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
})
})
</script>
</body>
</html>