-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
602 lines (601 loc) · 41.6 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
<!DOCTYPE html>
<html lang="en" class="w-mod-js">
<head>
<meta charset="utf-8" />
<title>The Digital Transformation Expert - Romani Verma</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link
href="css/style.css" rel="stylesheet" type="text/css" />
<script src="js/webfont.js" type="text/javascript"></script>
<link
href="https://assets.calendly.com/assets/external/widget.css"
rel="stylesheet" />
<script type="text/javascript">
WebFont.load({ google: { families: ["Inter:300,regular,500,600"] } });
</script>
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<style>
* {
-webkit-font-smoothing: antialiased;
}
</style>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '456829143191845');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=456829143191845&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
<div class="page-wrapper">
<div
data-collapse="none"
data-animation="default"
data-duration="400"
data-easing="ease"
data-easing2="ease"
role="banner"
class="navigation w-nav">
<div class="page-padding">
<div class="container-large navbar">
<a href="/" aria-current="page" class="brand w-nav-brand w--current"
>
<img
src="/images/logo.jpg"
loading="lazy"
alt
class="logo-image" />
<p >The Digital Transformation Expert</p>
</a>
<a href="#" class="button w-button calendly-init"
>Book A Free Strategy Meeting</a
>
</div>
</div>
</div>
<div class="main-wrapper">
<header class="header-section-home wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid header-content-grid">
<div
id="w-node-_1072b25d-613e-0d8c-da48-5b4e3b01ee21-0ce6623e"
class="header-content-wrapper">
<h1>
Research says more than 70% of all
<span class="primary-text-color">
digital transformation
</span>
projects end up in failure.
</h1>
<div class="margin-top margin-large w-col-mobile">
<div class="header-button-wrapper">
<a href="#" class="button w-button calendly-init"
>Book A Free strategy Meeting</a
>
</div>
</div>
</div>
<div
id="w-node-_01b50ace-fc61-222d-5f8d-f8ac4a819c35-0ce6623e"
class="header-content-wrapper">
<img
src="/images/625431cfbcd0ceead27b3e13_Blob.png"
loading="lazy"
width="1023"
sizes="(max-width: 991px) 100vw, 1023px"
srcset="
/images/625431cfbcd0ceead27b3e13_Blob-p-500.png 500w,
/images/625431cfbcd0ceead27b3e13_Blob-p-800.png 800w,
/images/625431cfbcd0ceead27b3e13_Blob.png 1025w
"
alt
class="header-blob-image" />
<iframe
class="header-image"
src="https://www.veed.io/embed/49d6c494-d35b-445f-907d-b612cabe8b8c"
frameborder="0"
title="videoplayback"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="about-section wf-section value-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid about-grid">
<div
id="w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-0ce6623e"
class="about-content-wrapper">
<h3 class="heading medium">
Why do digital transformations fail?
</h3>
<p class="paragraph regular">
<ul >
<li>Unclear goals and project outcomes.</li>
<li>Underestimated costs.</li>
<li>Poor resource and skill allocation.</li>
<li>Poor leadership.</li>
<li>Failure to predict and mitigate risk.</li>
<li>Lost focus on the user experience.</li>
<li>Absence of Change management system.</li>
</ul>
</p>
</div>
<div
id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="about-content-wrapper">
<img src="/images/digital-transformation-fails.jpg" loading="lazy" width="706" alt class="about-image" />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="casestudy-section wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid about-grid">
<div
id="w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-0ce6623e"
class="casestudy-content-wrapper">
<span class="primary-text-color">
<h3 class="heading medium ">
Procter & Gamble
</h3>
<p class="paragraph regular">
In 2012, Procter & Gamble wanted to digitize their company, however the transformation went offtrack. This led to financial loss and the CEO was asked to resign.
</p>
<a href="#" class="button small w-button hide-mobile calendly-init">Book A Free strategy Meeting</a>
</div>
<div
id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="casestudy-content-wrapper">
<ul>
<li>Failure to realize changes in the economy that impacted the Implementation of the software.</li>
<li>They Lacked the details of competitor's activities in the market.</li>
<li>The Objectives were not specifically and precisely defined. </li>
<li>There was no business case or ROI calculation for this huge digital transformation. </li>
</ul>
</div>
<a href="#" class="button small w-button hide-desktop calendly-init">Book A Free strategy Meeting</a>
</div>
</div>
</div>
</div>
</div>
<div class="casestudy-section wf-section casestudy-bg">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid about-grid">
<div
id="w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-0ce6623e"
class="casestudy-content-wrapper">
<span class="primary-text-color">
<h3 class="heading medium ">
Revlon
</h3>
<p class="paragraph regular">
After they went live with SAP ERP software for a new manufacturing plant in North Carolina, problems began to surface. They started to lose customer orders, could not monitor their supply chain and were not able to ship products. The failure caused sales to drop and caused operational Issues for Revlon. There was also a lawsuit made against the company.
</p>
<a href="#" class="button small w-button hide-mobile calendly-init">Book A Free strategy Meeting</a>
</div>
<div
id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="casestudy-content-wrapper">
<ul>
<li>Incomplete risk realization and mitigation.</li>
<li>Lack of a clear vision of all the important factors of the project.</li>
<li>They did not predict control measures in the needed timeframe.</li>
<li>They ignored the importance of organizational change that had a direct impact on digital transformation success.</li>
</ul>
</div>
<a href="#" class="button small w-button hide-desktop calendly-init">Book A Free strategy Meeting</a>
</div>
</div>
</div>
</div>
</div>
<div class="casestudy-section wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid about-grid">
<div
id="w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-0ce6623e"
class="casestudy-content-wrapper">
<span class="primary-text-color">
<h3 class="heading medium ">
Hershey's
</h3>
<p class="paragraph regular">
When Hershey’s implemented SAP ERP, however they were unable to process approximately US$100 million of orders! Hershey’s replaced its legacy IT systems with an integrated ERP environment, but they made a few major mistakes.
</p>
<a href="#" class="button small w-button hide-mobile calendly-init">Book A Free strategy Meeting</a>
</div>
<div
id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="casestudy-content-wrapper">
<ul>
<li>The project was speeded up – they were trying to have it completed before the predicted end of the year 1999.</li>
<li>Leaders failed to understand the scale of work involved.</li>
<li>The Testing phase was shortened and hurried with various shortcuts. </li>
<li>Failure to predict risks. </li>
</ul>
</div>
<a href="#" class="button small w-button hide-desktop calendly-init">Book A Free strategy Meeting</a>
</div>
</div>
</div>
</div>
</div>
<div class="casestudy-section wf-section casestudy-bg">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid about-grid">
<div
id="w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-0ce6623e"
class="casestudy-content-wrapper">
<span class="primary-text-color">
<h3 class="heading medium ">
Hewlett Packard
</h3>
<p class="paragraph regular">
Hewlett Packard was reported to have spent US$160 million on its SAP ERP project, hoping for a good ROI. Instead, they lost almost five times that amount.
</p>
<a href="#" class="button small w-button hide-mobile calendly-init">Book A Free strategy Meeting</a>
</div>
<div
id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="casestudy-content-wrapper">
<ul>
<li>Collaboration across departments to allow successful change management was missing along with Insufficient resource planning.</li>
<li>Mismanagement of transition from a legacy system to the new SAP platform.</li>
<li>They could not proactively realize the future demands and have contingency plans to mitigate risks. </li>
</ul>
</div>
<a href="#" class="button small w-button hide-desktop calendly-init">Book A Free strategy Meeting</a>
</div>
</div>
</div>
</div>
</div>
<div class="casestudy-section wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="w-layout-grid about-grid">
<div
id="w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-0ce6623e"
class="casestudy-content-wrapper">
<span class="primary-text-color">
<h3 class="heading medium ">
Haribo
</h3>
<p class="paragraph regular">
Serious supply chain issues emerged due to failure in SAP implementation caused for Haribo in 2018. They could not track inventory, raw materials or access inventory at shops. The Objective of digital transformation was meant to streamline production and update their goods management system, however, there was 25% drop in sales.
</p>
<a href="#" class="button small w-button hide-mobile calendly-init">Book A Free strategy Meeting</a>
</div>
<div
id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="casestudy-content-wrapper">
<ul>
<li>Business processes were not evaluated in time to ensure that they were aligned with the new software.</li>
<li>Insufficient risk mitigation to plan for things that may go wrong at the time of the SAP GO LIVE stage.</li>
<li>Misalignment of SAP implementation to the company objectives and goals.</li>
<li>Insufficient testing phase and checking for controls.</li>
</ul>
</div>
<a href="#" class="button small w-button hide-desktop calendly-init">Book A Free strategy Meeting</a>
</div>
</div>
</div>
</div>
</div>
<div class="cta-section wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-large">
<div class="cta-content-wrapper">
<h4 class="cta-heading center">
Lets work together on your digital transformation by applying our <br/><b>11 Steps Framework for Digital Transformation</b>
</h4>
<div class="margin-top margin-small">
<a href="#" class="button w-button calendly-init">Book A Free Strategy Meeting</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 11 Step -->
<div class="cta-2-section wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-medium">
<h2 class="center sg-block">The 11 Steps Framework for digital transformation assures success to CEOs and Top Leadership</h2>
<div class="w-layout-grid cta-2-grid">
<div
id="w-node-ea6241a8-764f-8a75-76a5-730caa9a4cba-0ce6623e"
class="cta-2-content-wrapper">
<ul>
<li>
It helps the CEO Mitigate the risk of failure
</li>
<li>
It helps the CEO to digitally reimagine the business in today’s digital age to create a bold vision and thus help the CEO set the right Strategic Agenda for the Digital Project
</li>
<li>
It helps to create a digital strategy that revolves around Customer experience, engagement and Journey.
</li>
<li>
It leads the CEO to build a digital blue ocean Strategy that allows the business to have a competitive edge in the market.
</li>
<li>
It helps the entire organisation directly align with the CEOs business and Digital Strategy by readjusting the structure processes and Data architecture.
</li>
<li>
It ensures that technology is accurately aligned to the actual business drivers and not the other way round.
</li>
<li>
It helps to predict the scale of the project to ensure time & money controls in the hands of the leadership.
</li>
<li>
It helps the CEO and top management select the right technology and gain negotiating power with the vendors in terms of technology and resources needed.
</li>
<li>
It allows Inter departmental Collaboration.
</li>
<li>
It allows the end users/employees to direct the end user experience design of the technology hence assuring the success in the technology adoption by the employees.
</li>
<li>
It allows smooth change management system that motivates employees to take the responsibility of making the transformation successful hence reducing pressure on the leadership.
</li>
<li>
It creates a cultural advantage where employee acceptance of the technology is high thus eliminating employee resistance
</li>
</ul>
<div class="margin-top margin-medium">
<a href="#" class="button w-button calendly-init">Book A Free Strategy Meeting</a>
</div>
</div>
<div
id="w-node-_00fa4c57-a41d-aadd-d1e4-694a7700c723-0ce6623e"
class="cta-2-content-wrapper">
<div class="cta-2-card">
<div class="cta-2-bullet-point-grid">
<h2 class="margin-remove">One-to-One Strategy Meeting Agenda</h2>
<div class="cta-2-bullet-point-wrapper">
<div class="cta-2-bullet-icon"></div>
<div class="paragraph regular">
Introduction to a CEO’s ambition grid Level 0 to Level 4
</div>
</div>
<div class="cta-2-bullet-point-wrapper">
<div class="cta-2-bullet-icon"></div>
<div class="paragraph regular">
Introduction to the subject - Digital Strategy is a CEO’s Game
</div>
</div>
<div class="cta-2-bullet-point-wrapper">
<div class="cta-2-bullet-icon"></div>
<div class="paragraph regular">
Introduction to the 11 Steps Framework for Digital Transformation
</div>
</div>
<div class="cta-2-bullet-point-wrapper">
<div class="cta-2-bullet-icon"></div>
<div class="paragraph regular">
Discuss your specific unique business landscape and challenges.
</div>
</div>
<div class="cta-2-bullet-point-wrapper">
<div class="cta-2-bullet-icon"></div>
<div class="paragraph regular">
Working model discussion
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial -->
<div class="testimonial-section wf-section">
<div class="padding-vertical padding-huge">
<h2 class="center sg-block">Customer Testomonials</h2>
<div class="page-padding">
<div class="container-medium">
<div
data-delay="4000"
data-animation="slide"
class="testimonial-slider w-slider"
data-autoplay="false"
data-easing="ease-out"
data-hide-arrows="false"
data-disable-swipe="false"
data-autoplay-limit="0"
data-nav-spacing="3"
data-duration="1000"
data-infinite="true">
<div class="w-slider-mask">
<div class="w-slide">
<div class="testimonial-content-wrap">
<p class="testimonial-paragraph">
So far, I have been working with Romani on various projects for years. She is very attentive, patience and able to understand our requirement well. In addition, she is very proactive and willing to take one step further to help us iron out some of the teething and challenging issue faced. We are very glad that all the projects are able to roll out smoothly and successfully. Once again, thank you Romani and I wish you all the best in your future endeavours
</p>
<img
src="/images/jeffrey-khoo.jpg"
loading="lazy"
alt
class="testimonial-image" />
<div class="testimonial-author-wrapper">
<div
id="w-node-_389de31b-4a3e-f207-3ca6-7a5913267642-0ce6623e"
class="testimonial-author-name">
Jeffrey Khoo
</div>
<div
id="w-node-_389de31b-4a3e-f207-3ca6-7a5913267645-0ce6623e"
class="author-role">
Information Systems Manager at <br>YKK Europe Limited
</div>
<div class="testimonial-star-wrapper">
<img
src="/images/62547f228af0a39e4ddfbedb_Star.png"
loading="lazy"
width="18"
id="w-node-_7e1d8071-b71e-151a-268e-34b351316363-0ce6623e"
alt
class="testimonial-star" /><img
src="/images/62547f228af0a39e4ddfbedb_Star.png"
loading="lazy"
width="18"
alt
class="testimonial-star" /><img
src="/images/62547f228af0a39e4ddfbedb_Star.png"
loading="lazy"
width="18"
alt
class="testimonial-star" /><img
src="/images/62547f228af0a39e4ddfbedb_Star.png"
loading="lazy"
width="18"
alt
class="testimonial-star" /><img
src="/images/62547f228af0a39e4ddfbedb_Star.png"
loading="lazy"
width="18"
alt
class="testimonial-star" />
</div>
</div>
</div>
</div>
</div>
<div class="slide-nav w-slider-nav w-round"></div>
</div>
</div>
</div>
</div>
</div>
<div class="cta-2-section wf-section">
<div class="padding-vertical padding-huge">
<div class="page-padding">
<div class="container-medium">
<h2 class="center sg-block">About Me</h2>
<h3 class="center sg-block"><b>Romani Verma – Business & Digital Transformation Consultant & Coach for CEOs & Top Leadership</b></h3>
<div id="w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-0ce6623e" class="about-content-wrapper img-wrapper">
<img src="/images/romani.png" loading="lazy" width="306" alt="Romani Verma - The Digital Transformation Expert" class="about-image">
</div>
<div class="w-layout-grid cta-2-grid">
<div id="w-node-ea6241a8-764f-8a75-76a5-730caa9a4cba-0ce6623e" class="cta-2-content-wrapper">
<h3 class="heading medium margin-medium">
Past Achievements
</h3>
<ul>
<li>Romani has played the role of business leader in various MNC IT Companies to manage business units- revenue and internal functional teams as well mastered in selling & Implementing technology for International Clients Therefore, she is an Expert in Business management, Strategy, Change management and Digital Transformation.</li>
<li>For 15 years she has gained international experience in Digital Transformation advisory & Coaching where she has advised various small, mid-size, large customers as a change management consultant and technology implementing vendor.</li>
<li>Coached and advised sectors such as manufacturing, retail, banking and technology companies.</li>
<li>Built Business Cases for the customers of previous employers to justify the technology purchase. The business case included Process/ operational strategy reformation and justify the urgent need for digital transformation.</li>
<li>Global customer experience -USA Canada UK, Europe, APAC markets.</li>
<li>Held leadership roles and driven teams to achieve Digital Transformation - revenue targets (More than $25 Million+) in 6 months and transformed loss making business units into profitable ones.</li>
<li>Designed go-to-market, pricing & execution strategies while building robust teams and processes to help achieve organization goals.</li>
<li>She holds a Master's Degree in Business Administration - Marketing HR and IT - Qualified as an Organization Behaviour/Human Behavioural sciences expert</li>
</ul>
</div>
<div id="w-node-_00fa4c57-a41d-aadd-d1e4-694a7700c723-0ce6623e" class="cta-2-content-wrapper">
<h3 class="heading medium margin-medium">
Current Focus Areas
</h3>
<ul>
<li>Implementation - Digital transformation Projects through a top-down approach.</li>
<li>Building Strategic and Executive Alignment</li>
<li>Facilitate Operational Readiness for digital transformation</li>
<li>Capacity building for digital transformation through Operational Readiness</li>
<li>Technical Readiness - Engage and empower your CIO/ Technical team for</li>
<li>Digital Transformation Project Governance and Planning</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-section wf-section">
<div class="page-padding">
<div class="container-large">
<div class="footer-wrapper">
<div class="footer-content-wrapper">
<a href="/" aria-current="page" class="brand w-nav-brand w--current">
<img src="/images/logo.jpg" loading="lazy" width="219" alt class="logo-image" />
<p>The Digital Transformation Expert</p>
</a>
<div class="footer-text-block">
<a class="link" style="margin-top: 10px; display: block;" href="mailto:[email protected]">[email protected]</a>
<a class="link" style="margin-top: 10px; display: block;" href="tel:+919850504270">+91 9850504270</a>
</div>
</div>
<div class="footer-content-wrapper">
<div class="footer-column">
<div class="paragraph">Connect with us</div>
<a href="https://www.linkedin.com/in/romaniverma" class="footer-link">LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=625428d6ac96f170fde66238"
type="text/javascript"
crossorigin="anonymous"></script>
<script src="js/vendor.js" type="text/javascript"></script>
<script
src="https://assets.calendly.com/assets/external/widget.js"
type="text/javascript"
async></script>
<script src="js/app.js" type="text/javascript"></script>
<!--[if lte IE 9
]><script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script
><![endif]-->
</body>
</html>