-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
584 lines (511 loc) · 32.9 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Murry Consultancy - Services</title>
<meta content="description" name="Murry Consultancy is a technical Proposal Management Service and Oracle NetSuite implementation consultancy. We specialized in cloud tech software-as-a-services such as (ERP, HCM, SCM, PMS) RFP's and RFI's, proposal software administration, proposal content library management, and implementation services.">
<meta content="keywords" name="Technical Proposal Management, SaaS Implementation">
<meta property="og:image" content="assets/img/blog/blog-6.jpg" />
<meta property="og:title" content="Technical Proposal Management Solutions" />
<meta property="og:description" content="Murry Consultancy is a technical Proposal Management Service and Oracle NetSuite implementation consultancy. We specialized in cloud tech software-as-a-services such as (ERP, HCM, SCM, PMS) RFP's and RFI's, proposal software administration, proposal content library management, and implementation services." />
<meta property="og:url" content="https://murryconsultancy.com/services.html" />
<meta property="og:type" content="website" />
<!-- Favicons -->
<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">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<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/aos/aos.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">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.3/font/bootstrap-icons.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WE0JKXE19B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WE0JKXE19B');
</script>
</head>
<body class="page-services">
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="d-flex align-items-center">Murry Consultancy</h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html" class="active">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<!-- <li><a href="team.html">Team</a></li> -->
<!-- <li><a href="blog.html">Blog</a></li> -->
<!-- <li class="dropdown"><a href="#"><span>Resources</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Dropdown 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 4</a></li>
</ul>
</li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs d-flex align-items-center" style="background-image: url('assets/img/services-header.jpg');">
<div class="container position-relative d-flex flex-column align-items-center">
<h2>Services</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Services</li>
</ol>
</div>
</div><!-- End Breadcrumbs -->
<!-- ======= Our Services Section ======= -->
<section id="services-list" class="services-list">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Our Services</h2>
</div>
<div class="row gy-5">
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="icon flex-shrink-0"><i class="bi bi-file-earmark-text" style="color: #f57813;"></i></div>
<div>
<h4 class="title"><a href="#" class="stretched-link">Proposal Management</a></h4>
<p class="description">Did you receive an RFP but don't know where to start? We can assist with your response efforts. Whether it's writing, capture planning, or documentation creation, or hardcopy submission, we can do it all.</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="icon flex-shrink-0"><i class="bi bi-card-checklist" style="color: #15a04a;"></i></div>
<div>
<h4 class="title"><a href="#" class="stretched-link">Proposal Software Management</a></h4>
<p class="description">Whether you're working with Qvidian, RocketDocs, RFPio, Loopio, RFP360, etc., we have a team of experts who are able and ready to help assist your with your proposal software challanges.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="icon flex-shrink-0"><i class="bi bi-cloud" style="color: #d90769;"></i></div>
<div>
<h4 class="title"><a href="#" class="stretched-link">Complex Technology Procurement</a></h4>
<p class="description">Does your team want to issue an RFP or an RFI to procure a software solution? We have the right solution and documents to get you headed in the right direction in order to help your team make the right decision.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="icon flex-shrink-0"><i class="bi bi-robot" style="color: #15bfbc;"></i></div>
<div>
<h4 class="title"><a href="#" class="stretched-link">Artificial Intelligent RFP Solution</a></h4>
<p class="description">Are you experiencing a heavy lift with complex compliance language? We are an exclusive reseller of an AI solution specifically geared towards managing complex compliance and legal documents within RFP's.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="500">
<div class="icon flex-shrink-0"><i class="bi bi-window-sidebar" style="color: #f5cf13;"></i></div>
<div>
<h4 class="title"><a href="#" class="stretched-link">Oracle NetSuite Implementation</a></h4>
<p class="description">We at the forefront of technology and rightfully so, we also provide Oracle NetSuite implementation services. NetSuite is widely used across various industries.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="600">
<div class="icon flex-shrink-0"><i class="bi bi-wrench-adjustable" style="color: #1335f5;"></i></div>
<div>
<h4 class="title"><a href="#" class="stretched-link">Qvidian Administration</a></h4>
<p class="description">Realize your return on investment by setting you and your oganization up for succuess. We are specialized Qvidian Administrators who are able to get you up and running with Qvidian's proposal library folder structure, project administration, metadata SEO, and RFP builds.</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section>
<!-- End Our Services Section -->
<!-- ======= Services Cards Section ======= -->
<!-- <section id="services-cards" class="services-cards">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/cards-1.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Eligendi omnis sunt veritatis.</h4>
<p>Fuga in dolorum et iste et culpa. Commodi possimus nesciunt modi voluptatem placeat deleniti adipisci. Cum delectus doloribus non veritatis. Officia temporibus illo magnam. Dolor eos et.</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- End Card Item -->
<!-- <div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/cards-2.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Possimus ut sed velit assumenda</h4>
<p>Sunt deserunt maiores voluptatem autem est rerum perferendis rerum blanditiis. Est laboriosam qui iste numquam laboriosam voluptatem architecto. Est laudantium sunt at quas aut hic. Eum dignissimos.</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- End Card Item -->
<!-- <div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/cards-3.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Hampton Inn by Hilton</h4>
<p>Dicta porro nobis. Velit cum in. Nesciunt dignissimos enim molestiae facilis numquam quae quaerat ipsam omnis. Neque debitis ipsum at architecto officia laboriosam odit. Ut sunt temporibus nulla culpa.</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- End Card Item -->
<!-- <div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/cards-4.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Expedita voluptas ut ut nesciunt</h4>
<p>Aut est quidem doloremque voluptatem magnam quis excepturi vero quia. Eum eos doloremque architecto illo at beatae dolore. Fugiat suscipit et sint ratione dolores. Aut aliquid ea dolores libero nobis.</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- End Card Item -->
<!-- </div>
</div>
</section> -->
<!-- End Services Cards Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Testimonials</h2>
</div>
<div class="slides-3 swiper" data-aos="fade-up" data-aos-delay="100">
<div class="">
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
I had the pleasure of managing Lawrence Murry during his time at Hitachi Solutions, and I can confidently say that he is an exceptional professional. Lawrence helped expand the scope, scale and quality of presales/deal desk function, and installed a level of professionalism to the RFx produced by the firm.
</p>
<p>
He led the complex effort of implementing a new AI-powered response platform for the larger sales team. Lawrence's innovative thinking and problem-solving skills were invaluable to our team, and he often went above and beyond to ensure the success of our initiatives.
</p>
<p>
I highly recommend Lawrence for any role that requires dedication, expertise, and a proactive approach. He will undoubtedly be a tremendous asset to any organization.
</p>
<div class="profile mt-auto">
<img src="https://media.licdn.com/dms/image/v2/D4D03AQFFLv_wcTejDQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1722291028887?e=1737590400&v=beta&t=BfVDsLpwjO2fBzrCBQysdwFoJlG98YnNOzK4pyKpt6w" class="testimonial-img" alt="Brad Koontz">
<h3>Brad Koontz, MBA</h3>
<h4>Vice President, Pre-Sales, Hitachi Solutions</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence has been a pleasure to work with and more importantly, an effective business partner when writing bids in the public sector. My team has won every bid when partnered with Lawerence, batting 1000. His professionalism and attention to detail have been key to his success. I would choose to work with Lawrence anywhere anytime!
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-1.jpg" class="testimonial-img" alt="Kevin O'meara">
<h3>Kevin O'Meara</h3>
<h4>Account Manager, Oracle NetSuite</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
I've worked with Lawrence on multiple proposals and he was a great asset to each process. When he is working on a proposal, the process always goes smoothly. He communicated his plan and executed it with ease and as promised with his timeline. He is very organized and gets the job done successfully! I would recommend Lawrence for any proposal!
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-2.jpg" class="testimonial-img" alt="Rachel Wolsfelt">
<h3>Rachel Wolsfelt</h3>
<h4>Account Manager, Oracle NetSuite</h4>
</div>
</div>
</div><!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence and I first worked together on what was my first RFP with NetSuite in March of 2020, and it was a fairly complex public sector one at that. Immediately Lawrence took the reins and administered the RFP process in such a detailed and defined manner that it allowed me comfort that this process was under complete control and nothing would slip through the cracks. We won that RFP because of Lawrence's well-defined timeline, and his ability to somehow manage the project in spite of the varying geographic locations of the personnel he's coordinating with. There were key areas required to tie this all together, and those areas pertained to both project and time management, in which he excels.</p>
<p>A year later, we have collaborated on several other RFP’s and his process has only gotten tighter and more refined. He catches mistakes others may have made as he's compiling the many pieces required to put together a response. That is invaluable in any proposal process.</p>
<p>The shortest way I can get my point across is to state that when Lawrence gets assigned to an RFP I've received, I smile because I know it will be handled flawlessly.
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-3.jpg" class="testimonial-img" alt="Eric Browning">
<h3>Erice Browning</h3>
<h4>Account Executive, Oracle NetSuite (HigherEd)</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence and I have partnered on multiple projects with great success. He is talented and driven which is why he such a pleasure to partner with. Thanks for all of your assistance over the past two years Lawrence!
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-4.jpg" class="testimonial-img" alt="James Wilson">
<h3>James Wilson, MBA</h3>
<h4>Account Executive, Oracle NetSuite</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
I have had the pleasure of working with Lawrence on many occasions when completing Requests for Proposals for clients. He is incredibly professional and efficient at coordinating these projects. He delegates the appropriate portion of the project to the team members who specifically address those areas, communicates clear deadlines and expectations, and is such a delight to work with. I highly recommend Lawrence.
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-5.jpg" class="testimonial-img" alt="Chelsea Snell">
<h3>Chelsea Snell, MAcc</h3>
<h4>Account Executive, Oracle NetSuite (NonProfits)</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence and the work his team does is an incredible support. He always delivers top quality material, and does it ahead of schedule. He's organized, diligent, and keeps the team moving forward. I've benefited tremendously from the fantastic work he does.
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-6.jpg" class="testimonial-img" alt="Adam Conrad">
<h3>Adam Conrad</h3>
<h4>Account Executive, Cupa Software</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence and I have worked together on a couple of request for proposals from organizations. Often, these requests were very complex detailing the specific functionality an organization was looking for. When working with Lawrence, I was never concerned for our ability to turnaround these requests in a timely manner despite the complexities. Lawrence is extremely professional, capable and skilled in managing intricate proposals. He keeps our whole team on track when RFPs are received. Awesome resource to work with!
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-7.jpg" class="testimonial-img" alt="Kendall Ray">
<h3>Kendall Ray</h3>
<h4>Account Executive, Oracle NetSuite (Emergining Markets)</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
I have had the pleasure of working closely with Lawrence for the past 2 years. Lawrence, is a Senior Proposal Manager on our RFP team who consistently manages multiple RFP responses at any given time. Lawrence is extremely organized and thorough, and those qualities are evident in the work he produces. Lawrence successfully meets deadlines while delivering RFPs that result in winning bids. I have enjoyed working with Lawrence and he has proven to be a reliable and valuable teammate.
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-8.jpg" class="testimonial-img" alt="Erica Wellman">
<h3>Erica Wellman</h3>
<h4>Proposal Team Manager, Oracle NetSuite</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence and I worked together during his time at Oracle. Lawrence's attention to detail was a difference-maker as a proposal manager. At the same time, he expertly navigated the management of a team from various business units who shared responsibilities for creating, auditing, and completing business proposals for multi-billion dollar organizations. Lawrence translated our strategy into a thoughtfully delivered proposal that exceeded the prospect's expectations.
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-9.jpg" class="testimonial-img" alt="Adan Adam Miranda">
<h3>Adan Adam Miranda</h3>
<h4>Account Executive - Local Government ERP, Oracle</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
I had the pleasure to mentor Lawrence during his time at Oracle and recommend him when you need someone that is tenacious, cares about quality, self-starter, quick learner and excellent at building relationships. I looked forward to our bi-directional conversations where both of us come away with a gift; those are the best mentor – mentee relationships.
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-10.jpg" class="testimonial-img" alt="Erica Wellman">
<h3>Karin Hardison</h3>
<h4>Director - Energy & Water, Oracle</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
<div class="">
<div class="testimonial-item">
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
Lawrence was amazing from beginning to end! Our team faced many challenges in the way of getting this RFP completed but Lawrence kept us on track and on schedule to provide our customer with the absolute best possible response. Thank you, Lawrence!
</p>
<div class="profile mt-auto">
<img src="assets\img\testimonials\testimonials-11.jpg" class="testimonial-img" alt="Colleen McFarland">
<h3>Colleen McFarland</h3>
<h4>Enterprise Application Sales Manager, Oracle</h4>
</div>
</div>
</div>
<!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-content">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<span>Murry Consultancy</span>
</a>
<p>We are a Technical Proposal Management Service and tech consulting company specialized in cloud SaaS RFP and RFI's, Propsoal Software Administration, Proposal Content Library, and SaaS Implementation and services.</p>
<p>Moreover we are a global company with an offices in India and in the Philippines</p>
<div class="social-links d-flex mt-3">
<!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-dash"></i> <a href="about.html">About us</a></li>
<li><i class="bi bi-dash"></i> <a href="service.html">Services</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Terms of service</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bi bi-dash"></i> <a href="#">Proposal Management</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Technology RFP Procurement</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Proposal Software Administration</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Proposal Content Management</a></li>
<li><i class="bi bi-dash"></i> <a href="#">RFP Hardcopy Production</a></li>
<li><i class="bi bi-dash"></i> <a href="#">NetSuite Implementation</a></li>
<li><i class="bi bi-dash"></i> <a href="#">NetSuite Integration</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
<!-- Address <br> -->
Chicago, IL<br>
United States <br><br>
<strong>Phone:</strong> +1-773-727-5654<br>
<strong>Email:</strong> <a href="mailto:info@murryconsultancy.com">info@murryconsultancy.com</a><br>
</p>
</div>
</div>
</div>
</div>
<div class="footer-legal">
<div class="container">
<div class="copyright">
©2024 Copyright <strong><span>Murry Consultancy</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/nova-bootstrap-business-template/ -->
Designed by <a href="https://lawrencemurry.com/" target="_blank">Lawrence Murry</a>
</div>
</div>
</div>
</footer><!-- End Footer -->
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>