-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
893 lines (783 loc) · 54.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
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
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vrushali Daware | Portfolio</title>
<meta name="title" content="Vrushali Daware | Portfolio">
<meta name="description" content="Explore the portfolio of Vrushali Daware, a skilled RPA Developer with a passion for streamlining the buisness workflows efficiently.">
<meta name="keywords" content="Robotic Process Automation, RPA, Blue Prism, Automation Anywhere, RPA Developer Portfolio, portfolio">
<meta name="author" content="Vrushali Daware">
<meta property="og:title" content="Vrushali Daware | Portfolio">
<meta property="og:description" content="Explore the portfolio of Vrushali Daware, a skilled RPA Developer with a passion for streamlining the buisness workflows efficiently.">
<meta property="og:image" content="assets/img/portfolio/projects/Portfolio-Website.JPG">
<meta property="og:url" content="https://vrushalird.github.io/portfolio/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Vrushali Daware | Portfolio">
<meta name="twitter:description" content="Explore the portfolio of Vrushali Daware, a skilled RPA Developer with a passion for streamlining the buisness workflows efficiently.">
<meta name="twitter:image" content="assets/img/profile-img.jpg">
<!-- Favicons -->
<link href="assets/img/title-img.png" rel="icon">
<link href="assets/img/title-img.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Roboto Mono:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="loader-wrapper">
<img src="assets/img/loader/loader.gif" alt="loading GIF">
</div>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header" class="header dark-mode-toggle">
<div class="toggle-container">
<nav id="navbar" class="nav-menu toggle">
<ul>
<li>
<a>
<input type="checkbox" id="darkmode-toggle">
<label for="darkmode-toggle">
<svg version="1.1" class="sun" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 496 496" style="enable-background:new 0 0 496 496;" xml:space="preserve">
<rect x="152.994" y="58.921" transform="matrix(0.3827 0.9239 -0.9239 0.3827 168.6176 -118.5145)" width="40.001"
height="16" />
<rect x="46.9" y="164.979" transform="matrix(0.9239 0.3827 -0.3827 0.9239 71.29 -12.4346)" width="40.001"
height="16" />
<rect x="46.947" y="315.048" transform="matrix(0.9239 -0.3827 0.3827 0.9239 -118.531 50.2116)" width="40.001"
height="16" />
<rect x="164.966" y="409.112" transform="matrix(-0.9238 -0.3828 0.3828 -0.9238 168.4872 891.7491)" width="16"
height="39.999" />
<rect x="303.031" y="421.036" transform="matrix(-0.3827 -0.9239 0.9239 -0.3827 50.2758 891.6655)" width="40.001"
height="16" />
<rect x="409.088" y="315.018" transform="matrix(-0.9239 -0.3827 0.3827 -0.9239 701.898 785.6559)" width="40.001"
height="16" />
<rect x="409.054" y="165.011" transform="matrix(-0.9239 0.3827 -0.3827 -0.9239 891.6585 168.6574)" width="40.001"
height="16" />
<rect x="315.001" y="46.895" transform="matrix(0.9238 0.3828 -0.3828 0.9238 50.212 -118.5529)" width="16"
height="39.999" />
<path d="M248,88c-88.224,0-160,71.776-160,160s71.776,160,160,160s160-71.776,160-160S336.224,88,248,88z M248,392
c-79.4,0-144-64.6-144-144s64.6-144,144-144s144,64.6,144,144S327.4,392,248,392z" />
<rect x="240" width="16" height="72" />
<rect x="62.097" y="90.096" transform="matrix(0.7071 0.7071 -0.7071 0.7071 98.0963 -40.6334)" width="71.999"
height="16" />
<rect y="240" width="72" height="16" />
<rect x="90.091" y="361.915" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -113.9157 748.643)" width="16"
height="71.999" />
<rect x="240" y="424" width="16" height="72" />
<rect x="361.881" y="389.915" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 397.8562 960.6281)" width="71.999"
height="16" />
<rect x="424" y="240" width="72" height="16" />
<rect x="389.911" y="62.091" transform="matrix(0.7071 0.7071 -0.7071 0.7071 185.9067 -252.6357)" width="16"
height="71.999" />
</svg>
<svg class="moon" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<!--g id="icomoon-ignore"> </g-->
<path
d="M9.882 5.052c-0.847 1.717-1.295 3.614-1.295 5.564 0 6.977 5.676 12.653 12.653 12.653 2.052 0 4.035-0.489 5.812-1.412-2.15 3.869-6.248 6.37-10.862 6.37-6.866 0-12.451-5.585-12.451-12.451 0-4.491 2.409-8.533 6.143-10.724zM12.79 2.707c-5.817 1.509-10.118 6.78-10.118 13.069 0 7.465 6.053 13.517 13.518 13.517 6.387 0 11.726-4.435 13.139-10.389-2.087 2.039-4.939 3.298-8.088 3.298-6.399 0-11.587-5.188-11.587-11.587 0-3.061 1.196-5.838 3.137-7.909v0z">
</path>
</g>
</svg>
<!--svg class="moon" fill="#000000" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<title>moon-stars</title>
<path
d="M29.201 24.121c-0.116-0.274-0.383-0.463-0.694-0.463-0.104 0-0.202 0.021-0.292 0.059l0.005-0.002c-1.272 0.542-2.752 0.857-4.306 0.857-6.213 0-11.25-5.037-11.25-11.25 0-4.66 2.833-8.658 6.871-10.366l0.074-0.028 0.211-0.089c0.267-0.118 0.45-0.381 0.45-0.687 0-0.375-0.276-0.686-0.635-0.74l-0.004-0.001c-0.653-0.103-1.407-0.161-2.174-0.161-8.145 0-14.748 6.603-14.748 14.748s6.603 14.748 14.748 14.748c4.748 0 8.973-2.244 11.67-5.73l0.025-0.034c0.097-0.125 0.155-0.285 0.155-0.458 0-0.127-0.031-0.246-0.086-0.351l0.002 0.004zM22.518 28.24c-1.497 0.637-3.238 1.007-5.066 1.007-7.317 0-13.249-5.932-13.249-13.249 0-7.074 5.543-12.853 12.523-13.23l0.034-0.001c-3.395 2.326-5.594 6.183-5.594 10.554 0 7.043 5.709 12.752 12.752 12.752 0.85 0 1.681-0.083 2.485-0.242l-0.081 0.013c-1.081 0.976-2.339 1.783-3.716 2.364l-0.087 0.033zM28.922 5.496h-3.498v-3.5c0-0.414-0.336-0.75-0.75-0.75s-0.75 0.336-0.75 0.75v0 3.5h-3.5c-0.414 0-0.75 0.336-0.75 0.75s0.336 0.75 0.75 0.75v0h3.5v3.499c0 0.414 0.336 0.75 0.75 0.75s0.75-0.336 0.75-0.75v0-3.499h3.498c0.414 0 0.75-0.336 0.75-0.75s-0.336-0.75-0.75-0.75v0zM20 10.25c-0.414 0-0.75 0.336-0.75 0.75v0 1.25h-1.25c-0.414 0-0.75 0.336-0.75 0.75s0.336 0.75 0.75 0.75v0h1.25v1.25c0 0.414 0.336 0.75 0.75 0.75s0.75-0.336 0.75-0.75v0-1.25h1.25c0.414 0 0.75-0.336 0.75-0.75s-0.336-0.75-0.75-0.75v0h-1.25v-1.25c-0-0.414-0.336-0.75-0.75-0.75v0z">
</path>
</g>
</svg--></label>
<!--span class="slider round">
<span class="emoji">🌙</span>
</span-->
</a>
</li>
</ul>
</nav>
</div>
<div class="d-flex flex-row nav-menu">
<nav id="navbar" class="navbar">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><!--i class="bx bx-home"></i--> <span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><!--i class="bx bx-user"></i--> <span>About Me</span></a></li>
<li><a href="#skills" class="nav-link scrollto"><!--i class="bx bx-file-blank"></i--> <span>Skills</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><!--i class="bx bx-file-blank"></i--> <span>Resume</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><!--i class="bx bx-book-content"></i--> <span>Portfolio</span></a></li>
<li><a href="#services" class="nav-link scrollto"><!--i class="bx bx-server"></i--> <span>Services</span></a></li>
<li><a href="#contact" class="nav-link scrollto"><!--i class="bx bx-envelope"></i--> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<!--section id="hero" class="d-flex flex-column justify-content-center align-items-center"-->
<section id="hero" class="d-inline-flex flex-row justify-content-center">
<div class="profile align-items-start" data-aos="fade-in">
<img src="assets/img/profile-img.jpg" alt="" class="img-fluid">
</div>
<div class="align-items-end hero-container" data-aos="fade-in">
<h1>Vrushali Daware</h1>
<p>I'm <span class="typed" data-typed-items="Robotic Process Automation Developer, AI Enthusiast, Artist"></span></p>
<div class="social-links mt-3 text-left">
<a href="https://github.com/vrushalird" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/vrushali-daware-2a6a08138/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="mailto:vrushali.geek@gmail.com" class="gmail"><i class="bx bxl-gmail"></i></a>
<a href="https://www.instagram.com/vizz._.art/" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title text-dark-mode">
<h2 class="text-h2-dark-mode"><!--img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="30px"--> About Me</h2>
<p id="tagline" class="fst-italic tagline">
I build software robots that help you automate your day-to-day manual work, thereby ensuring you focus on what truly matters.
</p><br>
<p>Hi there! I'm Vrushali Daware, a passionate <strong>Senior RPA Developer</strong> based in Pune, India, currently working at <strong><a href="https://www.labcorp.com/">Labcorp
Laboratories India Private Limited</a></strong>. My journey in the realm of automation began with a keen interest in simplifying repetitive tasks
and enhancing operational efficiency while I was working as System Engineer in <strong><a href="https://www.tcs.com/">Tata Consultancy Services</a></strong>. With <span id="work_experience"></span> years of hands-on experience in RPA, I have worked closely with Process
SMEs understanding business requirements, aiding them in automating their daily routines to yield substantial ROI while minimizing resource
allocation.</p><br>
<p>I have worked with different industry areas ranging from <strong>Healthcare</strong>, <strong>Finance</strong>, <strong>Audit</strong>, <strong>
Retail</strong>, <strong>Manufacturing</strong>, <strong>Data Management</strong> and <strong>Data Migration</strong> sector, where I've successfully
delivered solutions from simple task automations to complex end-to-end process automations. As a committed professional and a dedicated team player,
I've taken on the role of mentoring junior RPA developers, implementing robust coding practices, and crafting innovative <strong>automation solutions</strong> using
tools such as <strong>Blue Prism</strong>, <strong>Automation Anywhere</strong>, <strong>VBA</strong>, and other
equivalent frameworks. I possess demonstrated expertise spanning from coding in <strong>C#</strong>, <strong>VB.NET</strong>, and <strong>Java</strong>, crafting <strong>SQL
</strong> queries for database management, to <strong>Object-Oriented Programming</strong> and familiarity with <strong>Agile Methodologies</strong>. </p><br>
<p>Outside of the tech world, you might catch me working on side projects that challenge my problem-solving skills, or perhaps
engaging in some arts and crafts. I also relish travelling, nurturing plants in my balcony garden, and unwinding to the rhythm of music.</p>
</div>
<div class="row">
<!--Profile Image Section-->
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/wfh-gif.gif" class="img-fluid" alt="work from home GIF">
</div>
<!--About Me Description Section-->
<div class="col-lg-8 pt-4 pt-lg-0 content text-dark-mode" data-aos="fade-left">
<h3>Summary</h3>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>B.E. (Computer Engineering)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>RPA Tools:</strong> <span>Blue Prism, Automation Anywhere</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Languages:</strong> <span>VBA, C#, Java, VB.NET, SQL</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Web Technologies:</strong> <span>HTML, CSS, JavaScript</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Web Services:</strong> <span>REST</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Other Tools:</strong> <span>Git, GitHub, Postman, VS Code</span></li>
</ul>
</div>
<!--div>
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Environment:</strong> <span>Blue Prism Studio, Control Room, Intelligent Automation Skills,
Web Services, Decipher</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Other Tools:</strong> <span>Powershell, GitHub, Postman, Visio</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Work Experience:</strong> <span id="work_experience"></span></li>
</ul>
</div-->
<p>If you're looking for a reliable and experienced RPA developer to help streamline your business processes and drive digital transformation, I'm here to help.
Let's <a href="#contact">connect</a> and discuss how we can leverage the power of Automation to unlock new possibilities for your organization.</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Stats Section ======= -->
<section id="stats" class="stats">
<div class="container text-dark-mode">
<div class="section-title">
<h2>Stats</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up">
<div class="count-box light-mode">
<div class="card-top">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="11" data-purecounter-duration="1" class="purecounter text-dark-mode"></span>
</div>
<div class="card-caption">
<p class="text-dark-mode"><strong>Happy Clients</strong> across organization</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="count-box light-mode">
<div class="card-top">
<i class="bi bi-robot"></i>
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="1" class="purecounter text-dark-mode"></span>
</div>
<div class="card-caption">
<p class="text-dark-mode"><strong>Bots</strong> developed and deployed</span></p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="count-box light-mode">
<div class="card-top">
<i class="bi bi-building-check"></i>
<span data-purecounter-start="0" data-purecounter-end="28" data-purecounter-duration="1" class="purecounter text-dark-mode"></span>
</div>
<div class="card-caption">
<p class="text-dark-mode"><strong>RPA Projects</strong> completed successfully</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="count-box light-mode">
<div class="card-top">
<i class="bi bi-check-circle"></i>
<span id="work_experience" class="text-dark-mode"></span>
</div>
<div class="card-caption">
<p class="text-dark-mode"><strong>Work Experience</strong> in years</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End stats Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills">
<div class="container text-dark-mode">
<div class="section-title">
<h2>Skills</h2>
<p>Here is a comprehensive list of my skills, ranging from proficient automation tools to advanced programming languages to database management and more.</p>
</div>
<div class="row skills-content">
<div class="col-lg-6" data-aos="fade-up">
<div class="row">
<img src="assets/img/skills/Blue-Prism.png" class="col-lg-4 skill-img" alt="Blue Prism logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Blue Prism: Advanced proficiency level (version 6.10, 7)" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">Blue Prism <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/Automation-Anywhere.png" class="col-lg-4 skill-img" alt="Automation Anywhere logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Automation Anywhere: Beginner proficiency level (version 11.0)" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">Automation Anywhere <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/Csharp.png" class="col-lg-4 skill-img" alt="C Sharp logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="C#: Intermediate proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">C# <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/VBA.png" class="col-lg-4 skill-img" alt="VBA logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="VBA: Intermediate proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">VBA <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/Java.png" class="col-lg-4 skill-img" alt="Java logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Java: Advanced proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">Java <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<!--div class="row">
<img src="assets/img/skills/Powershell.png" class="col-lg-4 skill-img" alt="Powershell logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Powershell: Basic proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">Powershell <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div-->
<div class="row">
<img src="assets/img/skills/Git.png" class="col-lg-4 skill-img" alt="Git logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Git: Basic proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">Git <i class="val">65%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="row">
<img src="assets/img/skills/SQL.png" class="col-lg-4 skill-img" alt="SQL">
<div class="col-lg-8 progress" data-toggle="tooltip" title="SQL: Advance proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill" >SQL <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/HTML.png" class="col-lg-4 skill-img" alt="HTML logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="HTML: Basic pproficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">HTML <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/CSS.png" class="col-lg-4 skill-img" alt="CSS logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="CSS: Basic proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill" >CSS <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/JavaScript.png" class="col-lg-4 skill-img" alt="JavaScript logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Javascript: Basic proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill" >Javascript <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/Postman.png" class="col-lg-4 skill-img" alt="Postman logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Postman: Basic pproficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill">Postman <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<img src="assets/img/skills/GitHub.png" class="col-lg-4 skill-img" alt="GitHub logo">
<div class="col-lg-8 progress" data-toggle="tooltip" title="Git: Basic proficiency level" style="width:80%; display:block; height:80px; background: none;">
<span class="skill" >GitHub <i class="val">65%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume section-bg">
<div class="container text-dark-mode">
<!--div class="row resume-container"-->
<div class="section-title">
<h2>Resume</h2>
<!--/div>
<div class="col-lg-2 resume-button">
<button id="btn" class="download-btn">Get Resume</button>
</div-->
<!--div class="section-summary"-->
<p>
<em>A highly passionate professional experienced in Robotic Process Automation (Blue Prism - v6.10+, Automation Anywhere - v11.0) and
C#, .NET, Excel macros and working with business teams to gather quality business requirements, to design, develop robust & scalable
solutions and to test extensively to enable profitable growth to the company.
</em>
</p>
</div>
<!--/div-->
<div class="row">
<div class="col-lg-6" data-aos="fade-up">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item pb-0">
<span class="timeline icon">
<svg width="133px" height="133px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#29C7DB">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path d="M7 8L3 11.6923L7 16M17 8L21 11.6923L17 16M14 4L10 20" stroke="#29C7DB" stroke-width="2.016" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>
</span>
<h4>Senior Software Engineer (RPA)</h4>
<h5 class="resume-title-h5">Jan 2024 - Present</h5>
<p><em>Labcorp Laboratories India Pvt Limited, Mumbai, India</em></p>
<ul>
<li>Oversaw the design, development, and deployment of a vital business process.</li>
<li>Provided mentorship to junior developers to ensure adherence to standard coding practices.</li>
<li>Offered proactive assistance to colleagues in their daily tasks as needed.</li>
<li>Responsively addressed business queries to ensure smooth operations.</li>
</ul>
</div>
<div class="resume-item">
<span class="timeline icon">
<svg width="133px" height="133px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#29C7DB">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path d="M7 8L3 11.6923L7 16M17 8L21 11.6923L17 16M14 4L10 20" stroke="#29C7DB" stroke-width="2.016" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>
</span>
<h4>Software Engineer (RPA)</h4>
<h5 class="resume-title-h5">Dec 2021 - Dec 2023</h5>
<p><em>Labcorp Laboratories India Pvt Limited, Mumbai, India</em></p>
<ul>
<li>Developed 12 Blue Prism solutions (bots) for automating business processes which involved automation of Browser, Windows, Mainframe and Desktop applications.</li>
<li>Simultaneously managed multiple automations involving two distinct business teams, demonstrating remarkable multitasking abilities.</li>
<li>Developed the reusable code that gained substantial benefits resulting in an estimated business gain of around 2 million USD to business team.</li>
</ul>
</div>
</div>
<div class="col-lg-6 resume-image-container" data-aos="fade-up" data-aos-delay="100">
<div class="resume-image-1 pb-0">
<img src="assets/img/Labcorp.jpg" class="img-fluid" alt="Labcorp office building">
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="resume-item pb-0">
<span class="timeline icon">
<svg width="133px" height="133px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#29C7DB">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path d="M7 8L3 11.6923L7 16M17 8L21 11.6923L17 16M14 4L10 20" stroke="#29C7DB" stroke-width="2.016" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>
</span>
<h4>System Engineer (RPA)</h4>
<h5 class="resume-title-h5">Jul 2019 - Nov 2021</h5>
<p><em>Tata Consultancy Services, Nagpur, India</em></p>
<ul>
<li>Worked on different spying modes like Browser, Windows, UI, Active Accessibility, and Region mode</li>
<li>Experienced in using Blue Prism Control Room for managing sessions, work queues, creating and running Scheduler</li>
<li>Experienced in using Blue Prism Credential Manager for maintaining, securing, and retrieving user credentials</li>
</ul>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="resume-image-2 pb-0">
<img src="assets/img/tcs.jpg" class="img-fluid" alt="Tata Consultancy Services (TCS) office building">
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<span class="timeline icon">
<svg fill="#29C7DB" width="132px" height="132px" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" stroke="#29C7DB" stroke-width="30.72">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier"><path d="M197.769 791.767l60.672-286.853c2.341-11.066-4.733-21.934-15.799-24.275s-21.934 4.733-24.275 15.799l-60.672 286.853c-2.341 11.066 4.733 21.934 15.799 24.275s21.934-4.733 24.275-15.799zm571.063-286.786l61.778 287.068c2.38 11.058 13.273 18.093 24.33 15.713s18.093-13.273 15.713-24.33l-61.778-287.068c-2.38-11.058-13.273-18.093-24.33-15.713s-18.093 13.273-15.713 24.33z"></path>
<path d="M967.45 386.902L535.9 208.126c-10.609-4.399-30.569-4.442-41.207-.088L57.821 386.901l436.881 178.857c10.624 4.355 30.583 4.313 41.207-.085L967.45 386.901zM551.583 603.516c-20.609 8.533-51.787 8.599-72.409.145L24.437 417.494c-32.587-13.359-32.587-47.847.009-61.188l454.73-186.174c20.641-8.448 51.818-8.382 72.407.156l448.836 185.936c32.466 13.442 32.466 47.913.004 61.354l-448.84 185.938zm288.673 166.569c-98 57.565-209.669 88.356-325.888 88.356-116.363 0-228.162-30.866-326.246-88.564-9.749-5.735-22.301-2.481-28.036 7.268s-2.481 22.301 7.268 28.036c104.336 61.377 223.297 94.22 347.014 94.22 123.564 0 242.386-32.763 346.634-93.998 9.753-5.729 13.015-18.279 7.286-28.032s-18.279-13.015-28.032-7.286z"></path>
<path d="M983.919 383.052v296.233c0 11.311 9.169 20.48 20.48 20.48s20.48-9.169 20.48-20.48V383.052c0-11.311-9.169-20.48-20.48-20.48s-20.48 9.169-20.48 20.48z"></path>
</g>
</svg>
</span>
<h4>Bachelor of Engineering (Computer Engineering)</h4>
<h5 class="resume-title-h5">2015 - 2019</h5>
<p><em>Savitribai Phule Pune University, Pune, Maharashtra</em></p>
<p><u>CGPA</u>: <strong>8.88</strong></p>
<p><u>Project</u>: <strong>Multi-modal summarization</strong>, a system that generates a condensed textual summary of asynchronous collections of text,
image and video by calculating salience score of each text unit.</p>
<ul>
<li>Co-ordinated Poster and Banner Committee at EQUINOX 2018 (A National Level Technical Symposium)</li>
<li>Volunteered in ‘Ganesh Murti Collection’ and taught rural school students organized by Swapnapurti Foundation (A Non-Governmental Organization)</li>
</ul>
</div>
</div>
<div class="col-lg-6 resume-image-container" data-aos="fade-up" data-aos-delay="100">
<div class="resume-image-1 pb-0">
<img src="assets/img/sppu.jpg" class="img-fluid" alt="Savitribai Phule Pune University">
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container text-dark-mode">
<div class="section-title">
<h2>Portfolio</h2>
<p>Dive into a curated collection of my professional journey to explore diverse range of certificates, achievements and projects.</p>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-certificates">Certifications</li>
<li data-filter=".filter-awards">Awards</li>
<li data-filter=".filter-projects">Projects</li>
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-4 col-md-6 portfolio-item filter-projects" title="Portfolio Website">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/projects/Portfolio-Website.JPG" class="img-fluid" alt="Portfolio Website Screenshot">
<div class="portfolio-links">
<a href="assets/img/portfolio/projects/Portfolio-Website.JPG" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Vrushali Daware | Portfolio"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-0" class="nav-link scrollto"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-certificates" title="Automation Anywhere">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/AA-bot-developer-enterprise-v11.jpg" class="img-fluid" alt="Automation Anywhere Bot Developer badge">
<div class="portfolio-links">
<a href="assets/img/portfolio/AA-bot-developer-enterprise-v11.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Automation Anywhere Bot Developer"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-1" class="nav-link scrollto"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-projects">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Battleship.jpg" class="img-fluid" alt="Battleship project">
<div class="portfolio-links">
<a href="assets/img/portfolio/Battleship.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Spreadsheet Battleship, a multi-player game created in VBA"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-8" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-certificates">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/AA-advanced-rpa-professional-v11.JPG" class="img-fluid" alt="Automation Anywhere Advanced RPA Professional certificate">
<div class="portfolio-links">
<a href="assets/img/portfolio/AA-advanced-rpa-professional-v11.JPG" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Automation Anywhere Certified Advanced RPA Professional"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-2" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-awards">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Process Excellence_26May22_masked.png" class="img-fluid" alt="A.C.E. Award: Process Excellence">
<div class="portfolio-links">
<a href="assets/img/portfolio/Process Excellence_26May22_masked.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="A.C.E. Award received by Manager for Process Excellence"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-5" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-projects">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Tic-Tac-Toe.jpg" class="img-fluid" alt="Tic-Tac-Toe project">
<div class="portfolio-links">
<a href="assets/img/portfolio/Tic-Tac-Toe.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Tic-Tac-Toe, a classic two player game developed using VBA"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-9" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-certificates">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/AA-control-room-administrator.png" class="img-fluid" alt="Automation Anywhere Control Room Administrator badge">
<div class="portfolio-links">
<a href="assets/img/portfolio/AA-control-room-administrator.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Automation Anywhere Control Room Administrator"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-3" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-awards">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Process Excellence_08Dec23_masked.png" class="img-fluid" alt="A.C.E. Award: Process Excellence">
<div class="portfolio-links">
<a href="assets/img/portfolio/Process Excellence_08Dec23_masked.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="A.C.E. Award received by Client for Process Excellence"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-6" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-awards">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Process Excellence_20Feb24_masked.png" class="img-fluid" alt="A.C.E. Award: Process Excellence">
<div class="portfolio-links">
<a href="assets/img/portfolio/Process Excellence_20Feb24_masked.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="A.C.E. Award received by Team Lead for Process Excellence"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-7" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-projects">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Connect-Four.jpg" class="img-fluid" alt="Connect Four project">
<div class="portfolio-links">
<a href="assets/img/portfolio/Connect-Four.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-10" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-certificates">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/MS-azure-fundamentals.png" class="img-fluid" alt="Microsoft Azure Fundamentals badge">
<div class="portfolio-links">
<a href="assets/img/portfolio/MS-azure-fundamentals.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Microsoft Certified Azure Fundamentals"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-4" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-certificates">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/blue-prism-certified-developer.png" class="img-fluid" alt="Blue Prism Developer badge">
<div class="portfolio-links">
<a href="assets/img/portfolio/blue-prism-certified-developer.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Blue Prism Certified Developer"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html#portfolio-details-11" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container text-dark-mode">
<div class="section-title">
<h2>Services</h2>
<p>Discover the comprehensive range of services that can revolutionize your workflow and elevate your business performance.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up">
<div class="icon"><i class="bi bi-robot"></i></div>
<h4 class="title"><span class="title-text">Robotic Process Automation (RPA) Development</span></h4>
<p class="description">Utilizing advanced RPA technologies such as Blue Prism, Automation Anywhere, and custom solutions to automate repetitive tasks and streamline business processes.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bi bi-terminal"></i></div>
<h4 class="title"><span class="title-text">Custom Scripting and Automation</span></h4>
<p class="description">Developing custom scripts and automation solutions tailored to meet specific business needs using languages such as VBA, C#, JavaScript, and PowerShell.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bi bi-graph-up-arrow"></i></div>
<h4 class="title"><span class="title-text">Process Analysis and Optimization</span></h4>
<p class="description">Analyzing existing workflows and identifying opportunities for automation and optimization to enhance efficiency and productivity.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bi bi-building-gear"></i></div>
<h4 class="title"><span class="title-text">Integration Services</span></h4>
<p class="description">Integrating RPA solutions with existing systems and applications to ensure seamless operation and data flow across the organization.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bi bi-headset"></i></div>
<h4 class="title"><span class="title-text">Training and Support</span></h4>
<p class="description">Providing comprehensive training and ongoing support to empower teams in utilizing RPA tools effectively and maximizing their benefits.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><span class="title-text">Consultation and Strategy Development</span></h4>
<p class="description">Offering expert consultation to devise RPA strategies aligned with business objectives, ensuring maximum ROI and long-term success.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><i class="bi bi-arrow-repeat"></i></div>
<h4 class="title"><span class="title-text">Continuous Improvement</span></h4>
<p class="description">Continuously monitoring and refining RPA implementations to adapt to evolving business requirements and maximize efficiency gains.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><i class="bi bi-trophy"></i></div>
<h4 class="title"><span class="title-text">Bespoke Solutions</span></h4>
<p class="description">Designing and developing bespoke automation solutions to address unique business challenges and unlock new opportunities for growth.</p>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p class="contact-heading">Let's connect! Discuss about an idea, project or a question? I'm all in!</p>
</div>
<div class="row" data-aos="fade-in">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="info">
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>vrushali.geek@gmail.com</p>
</div>
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Pune, Maharashtra, India 411027</p>
</div>
<!--div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+1 5589 55488 55s</p>
</div-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d121058.93187190729!2d73.78056631810733!3d18.52476137398971!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2bf2e67461101%3A0x828d43bf9d9ee343!2sPune%2C%20Maharashtra!5e0!3m2!1sen!2sin!4v1709637558450!5m2!1sen!2sin" frameborder="0" style="border:0; width: 100%; height: 290px;" allowfullscreen></iframe>
<!-- Social Media Links -->
<div class="social-links">
<!--p class="social-links-para">Hey! Got a question, an idea, or just want to say hi? Drop me a line and let's chat –
whether it's about projects, ideas, or just sharing memes, I'm all in! Let's connect and see where it leads!</p-->
<a href="https://github.com/vrushalird" class="github"> <i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/vrushali-daware-2a6a08138/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="mailto:vrushali.geek@gmail.com" class="gmail"><i class="bx bxl-gmail"></i></a>
<a href="https://www.instagram.com/vizz._.art/" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<!--form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group col-md-6">
<label for="name">Your Email</label>
<input type="email" class="form-control" name="email" id="email" required>
</div>
</div>
<div class="form-group">
<label for="name">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group">
<label for="name">Message</label>
<textarea class="form-control" name="message" rows="10" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form-->
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© 2024 <strong><span>Vrushali Daware.</span></strong> <span>All Rights Reserved.</span>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>