-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
676 lines (635 loc) · 39.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
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
<!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, minimum-scale=1.0">
<title>Portfolio | Purva Agarwal</title>
<meta name="keywords" content="personal portfolio, cv, resume, agency, bootstrap, clean, cv, designer, developer, freelancer, modern, one page portfolio, onepage, personal portfolio, responsive, resume, vcard">
<meta name="description" content="Portfolio | Purva Agarwal">
<meta name="author" content="Purva Agarwal">
<meta name="generator" content="Purva Agarwal">
<!-- site Favicon -->
<link rel="icon" href="images/icon.png" sizes="32x32">
<link rel="apple-touch-icon" href="images/icon.png">
<meta name="msapplication-TileImage" content="images/icon.png">
<!-- css Font -->
<!-- css All Plugins Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/slick.min.css">
<!-- Main Style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- Loader -->
<div id="ms-overlay">
<div class="ms-roller">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Header Start -->
<header>
<nav>
<a href="javascript:void(0)" class="ms-sidebar-toggle"><img src="images/menu.svg" class="svg_img" alt="menu"></a>
</nav>
</header>
<!-- Header End -->
<!-- Sidebar Start -->
<div class="ms-sidebar-overlay"></div>
<div class="ms-sidebar">
<div class="menu-list">
<a href="javascript:void(0)" class="close-sidebar">×</a>
<ul class="navbar-nav mb-2 ml-auto" id="top-menu">
<li class="nav-item active">
<a class="nav-link ms-nav" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link ms-nav" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link ms-nav" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link ms-nav" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link ms-nav" href="#certifications">Certifications</a>
</li>
<li class="nav-item">
<a class="nav-link ms-nav" href="#portfolio">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link ms-nav" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
<!-- Sidebar End -->
<!-- Hero Start -->
<section id="home" class="ms-hero margin-b-50">
<div class="ms-diamond-1"></div>
<div class="ms-diamond-2"></div>
<div class="ms-diamond-3"></div>
<div class="ms-diamond-4"></div>
<div class="ms-diamond-5"></div>
<div class="ms-diamond-6"></div>
<div class="container">
<div class="hero-content">
<div class="hero-item static">
<div class="ms-hero-detail">
<h2 class="ms-hero-title title-right-overflow"><span>Hello, <br> I am<br><span class="name"> Purva Agarwal</span></span>
</h2>
<p class="ms-hero-detail">Versatile developer pursuing a Master's in Computer Science.
I have a proven ability to design, develop, and deploy end-to-end software solutions with expertise in data management, analysis, and full-stack development.
</p><p>Let's build something exceptional together.</p>
<a href="Resume - Purva Sanjay Agarwal.pdf" class="open-btn" target="_blank">View Resume</a>
</div>
<div class="ms-hero-img">
<div class="ms-card" data-tilt="">
<img src="images/my-img.png" alt="vasantbhai">
</div>
</div>
<div class="ms-hero-name">
<h3>
<span class="txt-rotate">
<span>Software Engineer.</span>
<span>Tech Enthusiast.</span>
<span>Data Analyst.</span>
</span>
</h3>
</div>
</div>
<div class="art"></div>
</div>
</div>
<div class="scroll-next" data-scroll="about">
<div class="ms-container">
<span class="menu">
<span class="text"></span>
<span class="circle"></span>
</span>
</div>
</div>
</section>
<!-- Hero End -->
<!-- About section -->
<section id="about" class="ms-about padding-tb-80 sec-bg">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About<span> Me</span></h2>
<span class="ligh-title">About Me</span>
</div>
<div class="col-lg-6">
<div class="ms-about-detail m-b-991">
<p class="ms-text">I'm a passionate full-stack developer with a strong foundation in data management and analysis.
My experience spans from data-intensive backend systems to user-centric frontend applications.
I'm proficient in Java, SQL, Python, JavaScript, and cloud technologies, driven to create impactful software solutions that deliver value.</p>
<div class="ms-about-info">
<ul class="m-r-30">
<li><span class="title">Full Name<b>:</b></span>Purva Agarwal</li>
<li><span class="title">Age<b>:</b></span>26 Years</li>
<li><span class="title">Phone No<b>:</b></span>+18576546076</li>
<li><span class="title">Email<b>:</b></span>[email protected]</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="ms-skill-progress">
<div class="row m-b-minus-20px">
<div class="col-md-6">
<div class="ms-box">
<svg class="progress noselect" data-progress="98" x="0px" y="0px" viewBox="0 0 80 80">
<path class="track" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<path class="fill" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<text class="value" x="50%" y="58%">0%</text>
</svg>
<h3>Database Management</h3>
</div>
</div>
<div class="col-md-6">
<div class="ms-box">
<svg class="progress active noselect" data-progress="90" x="0px" y="0px" viewBox="0 0 80 80">
<path class="track" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<path class="fill" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<text class="value" x="50%" y="58%">0%</text>
</svg>
<h3>Full Stack Development</h3>
</div>
</div>
<div class="col-md-6">
<div class="ms-box">
<svg class="progress active noselect" data-progress="95" x="0px" y="0px" viewBox="0 0 80 80">
<path class="track" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<path class="fill" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<text class="value" x="50%" y="58%">0%</text>
</svg>
<h3>Web Development</h3>
</div>
</div>
<div class="col-md-6">
<div class="ms-box">
<svg class="progress noselect" data-progress="88" x="0px" y="0px" viewBox="0 0 80 80">
<path class="track" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<path class="fill" d="M5,40a35,35 0 1,0 70,0a35,35 0 1,0 -70,0"></path>
<text class="value" x="50%" y="58%">0%</text>
</svg>
<h3>Shell Scripting</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About section End -->
<div class="tech-list">
<div class="tech">
<img src="images/java.jpg" alt="Java Logo">
</div>
<div class="tech">
<img src="images/python.png" alt="Python Logo">
</div>
<div class="tech">
<img src="images/js.png" alt="JavaScript Logo">
</div>
<div class="tech">
<img src="images/ts.png" alt="TypeScript Logo">
</div>
<div class="tech">
<img src="images/c.png" alt="C++ Logo">
</div>
<div class="tech">
<img src="images/node.png" alt="Node.js Logo">
</div>
<div class="tech">
<img src="images/r.png" alt="R Logo">
</div>
<div class="tech">
<img src="images/react.png" alt="React Logo">
</div>
<div class="tech">
<img src="images/express.png" alt="Express Logo">
</div>
<div class="tech">
<img src="images/db.png" alt="MySQL Logo">
</div>
<div class="tech">
<img src="images/aws.png" alt="AWS Logo">
</div>
<div class="tech">
<img src="images/mongodb-icon.svg" alt="MongoDB Logo">
</div>
<div class="tech">
<img src="images/tableau.png" alt="Tableau Logo">
</div>
<div class="tech">
<img src="images/firebase.png" alt="Firebase Logo">
</div>
<div class="tech">
<img src="images/powershell.png" alt="Linux Logo">
</div>
<div class="tech">
<img src="images/linux.png" alt="Linux Logo">
</div>
<div class="tech">
<img src="images/bash.png" alt="Linux Logo">
</div>
</div>
<!-- Start Experience & Education section -->
<section class="ms-experience padding-tb-80">
<div class="container">
<div class="row">
<div class="section-title">
<h2>My <span>Resume</span></h2>
<span class="ligh-title">My Resume</span>
</div>
<div class="col-12">
<div class="section-wrapper">
<div class="dashed-line"></div>
<div class="content">
<div class="education ms-ex-box m-b-991">
<h4 id="education">Education</h4>
<ul class="timeline">
<li class="timeline-item" data-aos="fade-up" data-aos-duration="2000" data-aos-delay="400">
<div class="timeline-info">
<span>September 2023 - Present</span>
</div>
<div class="timeline-content">
<h5 class="timeline-title">Master of Science in Computer Science</h5>
<p>Northeastern University, Khoury College of Computer Sciences</p>
<p>Courses: Algorithms, Web Development, Programming Design Paradigm, DBMS, Cloud Computing, Artificial Intelligence, Data Mining Techniques</p><br/>
• Lead Teaching Assistant for CS 3800 Theory of Computation, Fall 2024<br/>
• Teaching Assistant for CS 5200 Database Management Systems, Summer - 2 2024<br/>
• Lead Teaching Assistant for CS 3800 Theory of Computation, Summer - 1 2024<br/>
• Teaching Assistant for CS 3800 Theory of Computation, Spring 2024
</div>
<div class="timeline-connector"></div> <!-- Connector div -->
</li>
</ul>
</div>
<br/><br/>
<div class="experiense ms-ex-box m-b-991">
<h4 id="experience">Experience</h4>
<ul class="timeline">
<li class="timeline-item">
<div class="timeline-info">
<span>November 2020 - August 2023</span>
</div>
<div class="timeline-content">
<h5 class="timeline-title">Fidelity Information Services<span class="sub">- Sr. Analyst</span></h5>
<p>
<ul>
<li><h6>1. FIS CD Position Manager: New Client Onboarding</h6>
• Configured the application in Unix and SQL Server, enhancing reporting functionalities for 32 brokers/exchanges and streamlining top-day closeout submissions, saving 150 man-hours.<br/>
• Utilized SQL expertise to address Priority 1 queries within 25 minutes, employing advanced querying techniques for data analysis.<br/>
• Completed the setup of SQL Database, Application Servers, and Stream Gateway Server in Unix for all clients.<br/>
• Developed Python and Bash scripts for data manipulation, ensuring integrity during database preloading and automating workflows, boosting efficiency by 27%.<br/>
• Leveraged technical expertise for Data Center Migration and Server/Application Migration, engaging in close collaboration with cross-functional teams.
</li>
<li>
<h6>2. FIS CD Reconciliation Manager</h6>
• Configured the Windows-based application and MS SQL, facilitating break difference reporting between back office and exchange files for regulatory compliance across 5 clients.<br/>
• Debugged and resolved critical queries, ensuring prompt resolution within 1 hour.<br/>
• Implemented advanced SQL queries for data manipulation within complex financial databases, deploying optimization strategies to enhance performance with large datasets.<br/>
• Developed PowerShell scripts to automate tasks, enhance application functionality, and extend features, improving workflow efficiency.<br/>
• Led Windows Server Migration and Application Upgrade projects, and facilitated the onboarding and training of 6 new members, equipping them with critical project knowledge and skills.
</li>
<li>
<h6>Awards & Recognition</h6>
• Received the 'Above and Beyond Award' by FIS in Q2 2022 and Q4 2021.
</li>
</ul>
</p>
</div>
<div class="timeline-connector"></div> <!-- Connector div -->
</li>
</ul>
</div>
<br/><br/>
<div class="education ms-ex-box m-b-991">
<h4 id="certifications">Certifications</h4>
<ul class="timeline">
<li class="timeline-item" data-aos="fade-up" data-aos-duration="2000" data-aos-delay="400">
<div class="timeline-info">
<span>Issued on June 28, 2024</span>
</div>
<div class="timeline-content">
<h5 class="timeline-title">AWS Academy Graduate - AWS Academy Cloud Foundations</h5>
<p><a href="https://www.credly.com/badges/3f3d89c5-8dc4-49e2-8f16-5f08b900d50f/linked_in_profile">Show Credentials</a></p>
<p>Issued by <a href="https://www.credly.com/organizations/amazon-web-services/badges">Amazon Web Services Training and Certification</a><br/>
Skills: AWS Architecture, AWS Cloud, AWS Core Services, AWS Pricing, AWS Support</p>
</div>
<div class="timeline-connector"></div> <!-- Connector div -->
</li>
<li class="timeline-item" data-aos="fade-up" data-aos-duration="2000" data-aos-delay="400">
<div class="timeline-info">
<span>Issued on August 09, 2024</span>
</div>
<div class="timeline-content">
<h5 class="timeline-title">AWS Academy Graduate - AWS Academy Cloud Architecting</h5>
<p><a href="https://www.credly.com/earner/earned/badge/1f8a1669-a649-4f59-9e84-2acaf5025244">Show Credentials</a></p>
<p>Issued by <a href="https://www.credly.com/organizations/amazon-web-services/badges">AWS Academy Graduate - AWS Academy Cloud Architecting</a><br/>
Skills: Architecting Solutions On AWS, AWS Cloud Best Practices, Building Infrastructure On AWS</p>
</div>
<div class="timeline-connector"></div> <!-- Connector div -->
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Experience & Education Section -->
<!-- Start Portfolio Section -->
<section id="portfolio" class="ms-portfolio padding-tb-80">
<div class="container">
<div class="section-title">
<h2>My <span>Projects</span></h2>
<span class="ligh-title">My Projects</span>
</div>
<div class="row m-b-minus-24px">
<div class="portfolio-content">
<div>
<div class="row">
<!--<div class="col-sm-12">
<div class="portfolio-tabs">
<ul>
<li class="filter" data-filter="all">ALL</li>
</ul>
</div>
</div>-->
<div class="col-md-12 col-sm-12">
<div class="portfolio-content-items">
<div class="row m-b-minus-30px">
<div class="col-lg-6 mix graphics templates">
<div class="ms-project-box">
<h3>Learning Management System</h3>
<div class="links">
<a href="https://github.com/purva-agarwal/kanbas-react-web-app">Github: Kanbas Application</a> |
<a href="https://github.com/purva-agarwal/kanbas-node-server-app">Github: Node Server</a>
</div>
<p>
• Led full-stack development lifecycle from concept to deployment.<br/>
• Utilized Render.com for Node.js server hosting, Netlify for frontend deployment.<br/>
• Managed data operations and business logic using a RESTful API in Node.js with Express framework.<br/>
• Integrated MongoDB for efficient data storage and retrieval.<br/>
• Implemented dual sign-in functionality for enhanced user experience.<br/>
• Developed CRUD operations to manage course data effectively.<br/>
</p>
<div class="ms-info">
<div class="portfolio-img">
<a class="" data-fancybox="gallery" href="images/11.jpg" style="background-image: url(images/11.jpg)">
<span class="overlay">+</span>
</a>
</div>
<div class="ms-detail">
<ul>
<li>Date : February 2024 - April 2024</li>
<li>Tech : MongoDB, Express, React, Node.js, Javascript, Typescript, HTML, CSS, </li>
<li>URL : <a href="https://project--admirable-lolly-6dd389.netlify.app/#/Kanbas/Dashboard">Netlify Project Link</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mix design">
<div class="ms-project-box">
<h3>Image Manipulation & Enhancement</h3>
<div class="links">
<a href="https://github.com/purva-agarwal/Image-Manipulation">Github</a>
</div>
<p>
• Implemented MVC architecture, designed intuitive CLI, Java Swing GUI modes.<br/>
• Utilized Apache Commons CLI to automate workflows effectively.<br/>
• Incorporated advanced image processing features including various effects, compression, histogram generation, color correction, and split functionality.<br/>
• Ensured robust testing and validation methods were enforced.<br/>
• Supported script files for testing purposes.<br/>
• Supports comprehensive command functionalities to enhance control, usability.<br/>
</p>
<div class="ms-info">
<div class="portfolio-img">
<a class="" data-fancybox="gallery" href="images/22.jpg" style="background-image: url(images/22.jpg)">
<span class="overlay">+</span>
</a>
</div>
<div class="ms-detail">
<ul>
<li>Date : 15, Mar - 2022</li>
<li>Tech : Java-8, Spring-MVC, Apache Commons CLI</li>
<li>URL : <a href="https://github.com/purva-agarwal/Image-Manipulation">Github Link</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mix design">
<div class="ms-project-box">
<h3>Decentralized Messaging Application</h3>
<div class="links">
<a href="https://github.com/rohankeskar19/Ethereum-Chat">Github</a>
</div>
<p>
• Created an Android application using Java and React Native.<br/>
• Implemented SQLite for local data storage.<br/>
• Integrated Ethereum Whisper protocol for decentralized networking capabilities.<br/>
• Applied ECIES and AES-256 encryption to ensure message confidentiality.<br/>
• Enabled one-on-one and group chats by adding contacts via QR codes containing public keys.<br/>
</p>
<div class="ms-info">
<div class="portfolio-img">
<a class="" data-fancybox="gallery" href="images/33.jpg" style="background-image: url(images/33.jpg)">
<span class="overlay">+</span>
</a>
</div>
<div class="ms-detail">
<ul>
<li>Date : September 2019 - April 2020</li>
<li>Tech : React Native, Ethereum, Web3.js, SQLite</li>
<li>URL : <a href="https://github.com/rohankeskar19/Ethereum-Chat">Github Link</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mix development">
<div class="ms-project-box">
<h3>Project Management Application</h3>
<div class="links">
<a href="https://github.com/purva-agarwal/Current-Slate">Github</a>
</div>
<p>
• Engineered an Android Studio application using Java.<br/>
• Integrated MongoDB with Firebase for real-time project tracking and updates.<br/>
• A ser-friendly interface with dual sign-in screens for mentors and mentees.<br/>
• Enabled dynamic project and task management capabilities.<br/>
• Implemented features to add/delete multiple projects, set deadlines, and facilitate group discussions.<br/>
</p>
<div class="ms-info">
<div class="portfolio-img">
<a class="" data-fancybox="gallery" href="images/44.jpg" style="background-image: url(images/44.jpg)">
<span class="overlay">+</span>
</a>
</div>
<div class="ms-detail">
<ul>
<li>Date : January 2019 - April 2019</li>
<li>Tech : Java, MongoDB, Android Studio, Firebase</li>
<li>URL : <a href="https://github.com/purva-agarwal/Current-Slate">Github Link</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mix templates design">
<div class="ms-project-box">
<h3>Sentiment Analysis</h3>
<div class="links">
<a href="https://github.com/purva-agarwal/Sentiment-Analysis">Github</a>
</div>
<p>• Conducted data cleaning and sentiment analysis on real-time Twitter data to extract valuable insights.<br/>
• Leveraged R programming and R Studio for data cleaning, transformation, and manipulation tasks.<br/>
• Developed detailed and interactive data visualizations and presentations using Tableau to effectively communicate findings.<br/>
</p>
<div class="ms-info">
<div class="portfolio-img">
<a class="" data-fancybox="gallery" href="images/55.jpg" style="background-image: url(images/55.jpg)">
<span class="overlay">+</span>
</a>
</div>
<div class="ms-detail">
<ul>
<li>Date : September 2018 - December 2019</li>
<li>Tech : R Programming, RStudio, Tableau</li>
<li>URL : <a href="https://github.com/purva-agarwal/Sentiment-Analysis">Github Link</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<!-- Start Contact Section -->
<section id="contact" class="ms-contact padding-tb-80 sec-bg">
<div class="container d-block">
<div class="section-title">
<h2>Get in <span>Touch</span></h2>
<span class="ligh-title">Contact</span>
</div>
<div class="row m-b-minus-30px">
<div class="col-lg-6 col-md-12">
<div class="ms-box">
<div class="detail">
<div class="icon"><i class="fa fa-envelope" aria-hidden="true"></i></div>
<div class="info">
<h3 class="title">E-mail</h3>
<p>
<a href="mailto:[email protected]?">
<i class="fa fa-envelope" aria-hidden="true"></i> [email protected]
</a>
</p>
</div>
</div>
<div class="space"></div>
</div>
<div class="ms-box">
<div class="detail">
<div class="icon"><i class="fa fa-linkedin" aria-hidden="true"></i></div>
<div class="info">
<h3 class="title">LinkedIn</h3>
<p>
<a href="https://www.linkedin.com/in/purvaagarwal"><i class="fa fa-globe" aria-hidden="true"></i> Purva Agarwal</a>
</p>
</div>
</div>
<div class="space"></div>
</div>
<!-- /Boxes de Acoes -->
</div>
<div class="col-lg-6 col-md-12">
<div class="ms-box">
<div class="detail">
<div class="icon"><i class="fa fa-mobile" aria-hidden="true"></i></div>
<div class="info">
<h3 class="title">Contact</h3>
<p>
<i class="fa fa-mobile" aria-hidden="true"></i> (+1)8576546076
</p>
</div>
</div>
<div class="space"></div>
</div>
<div class="ms-box">
<div class="detail">
<div class="icon"><i class="fa fa-map-marker" aria-hidden="true"></i></div>
<div class="info">
<h3 class="title">Address</h3>
<p>
<i class="fa fa-map-marker" aria-hidden="true"></i> Boston, MA, United States
</p>
</div>
</div>
<div class="space"></div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Start Footer -->
<footer class="margin-t-80">
<div class="container">
<div class="ms-footer-detail">
<div class="ms-copy">
Copyright © <a class="site-name" href="index.html">Purva Sanjay Agarwal</a> all rights reserved. Powered by
Purva Sanjay Agarwal
</div>
<div class="ms-social">
<ul>
<li><a href="https://www.linkedin.com/in/purvaagarwal" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Back to top -->
<div class="progress-wrap">
<i class="fa fa-arrow-up" aria-hidden="true"></i>
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"></path>
</svg>
</div>
<!-- Back to top -->
<!-- Vendor JS -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/tilt.jquery.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/fontawesome.js"></script>
<!-- Scroll button animation for mouse hover Js -->
<script src="js/tweenmax.min.js"></script>
<!-- Site Main Js -->
<script src="js/script.js"></script>
</body></html>