-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
643 lines (541 loc) · 37.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Murry Consulting - Technical Proposal Management Solutions</title>
<meta content="description" name="Murry Consultancy is a technical Proposal Management Service and Oracle NetSuite implementation consultancy. We specialize in cloud tech software-as-a-services such as (ERP, HCM, SCM) RFP's and RFI's, government contracting, proposal software administration, proposal content library management, and SaaS implementation services.">
<meta content="keywords" name="Federal Contracting, Government Contracting, Federal Government Contracting, Technical Proposal Management, SaaS Proposal Management, Technical Proposal Writing, RFI, RFI">
<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, government contracting, proposal software administration, proposal content library management, and SaaS implementation services." />
<meta property="og:url" content="https://murryconsultancy.com" />
<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">
<!-- CDN to Replace JS -->
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
<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-index">
<!-- ======= 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" class="active">GDVXN222011003</a></li> -->
<li><a href="about.html">About</a></li>
<li><a href="services.html">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="#">Resource 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 -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-4">
<h2 data-aos="fade-up">Focus On What Matters</h2>
<blockquote data-aos="fade-up" data-aos-delay="100">
<p>Proposals suck the life out of your pre-sales process. That's why we've developed the right solution to your headaches.</p>
</blockquote>
<div class="d-flex" data-aos="fade-up" data-aos-delay="200">
<a href="#why-us" class="btn-get-started">Learn More</a>
<!-- <a href="https://www.youtube.com/watch?v=LXb3EKWsInQ" class="glightbox btn-watch-video d-flex align-items-center"><i class="bi bi-play-circle"></i><span>Watch Video</span></a> -->
</div>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= Why Choose Us Section ======= -->
<section id="why-us" class="why-us">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Why Choose Us</h2>
</div>
<div class="row g-0" data-aos="fade-up" data-aos-delay="200">
<div class="col-xl-5 img-bg" style="background-image: url('assets/img/why-us-bg.jpg')"></div>
<div class="col-xl-7 slides position-relative">
<div class="slides-1 swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="item">
<h3 class="mb-3">We Love Technology and RFPs</h3>
<h4 class="mb-3">Let's grow your business together</h4>
<p>Do you hate responding to RFPs? Don't worry because we love them. Helping companies tell their narratives is what we do best.</p>
</div>
</div>
<!-- End slide item -->
<div class="swiper-slide">
<div class="item">
<h3 class="mb-3">We work well with all industries</h3>
<h4 class="mb-3">There's not a proposal project we've met that we didn't like.</h4>
<p>Whether you do busines in the commerical, public, state/local, of government space, we will tailor our solution to fit your business goals.</p>
</div>
</div>
<!-- End slide item -->
<div class="swiper-slide">
<div class="item">
<h3 class="mb-3">We Heard Cats or Cows</h3>
<h4 class="mb-3">Pulling people and resources can be draining</h4>
<p>Are you responding to RFP but not finding time to tend to your main job?</p>
<p>Your sales and business development efforts are not lost when working with us. Get back to your day-to-day and let us handle the rest.</p>
</div>
</div>
<!-- End slide item -->
<div class="swiper-slide">
<div class="item">
<h3 class="mb-3">Affordable Implementation Solutions</h3>
<h4 class="mb-3">We know how expensive large company pre and post-implementations services are</h4>
<p>Our flat rate and fast time to market will ensure that your system is up and running in no time and ROI is immediate.</p>
</div>
</div>
<!-- End slide item -->
</div>
<div class="swiper-pagination"></div>
</div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</section><!-- End Why Choose Us Section -->
<!-- ======= 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 company 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 procurement 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're at the forefront of technology and rightfully so, we also provide NetSuite implementation services. Widely sought after ERP software, NetSuite is widely used across all 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" 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 -->
<!-- ======= Call To Action Section ======= -->
<section id="call-to-action" class="call-to-action">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h3>Simplifying Complex Business Challenges</h3>
<p>Whether you are looking for proposal management, proposal software administration, or our unique line of cloud SaaS implementation services, you will get the results that you are looking for.</p>
<a class="cta-btn" href="tel:+17737275654">Call Now</a>
</div>
</div>
</div>
</section><!-- End Call To Action Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="100">
<!-- <h3>Powerful Benefits for Your Business</h3> -->
<div class="section-header">
<h2>Powerful Benefits for Your Business</h2>
</div>
<div class="row gy-4">
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Global Network of Certified Proposal Consultants</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Win More RFP Opportunities</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Proposal Software ROI</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Refreshed Proposal Content Library</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Fast Software Implementation Delivery</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>On-Time Hardcopy Printing, Binding, Packaging, and Shipment</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Global Network of Certified Oracle NetSuite Implementation Consultants</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>Fresh Perspective</span>
</div>
</div><!-- End Icon List Item-->
<div class="col-md-6">
<div class="icon-list d-flex">
<i class="bi bi-check-circle-fill" style="color: #1b2f45;"></i>
<span>White Glove Professional Services</span>
</div>
</div><!-- End Icon List Item-->
</div>
</div>
<!-- <div class="col-lg-5 position-relative" data-aos="fade-up" data-aos-delay="200">
<div class="phone-wrap">
<img src="assets/img/iphone.png" alt="Image" class="img-fluid">
</div>
</div> -->
</div>
</div>
<!-- <div class="details">
<div class="container" data-aos="fade-up" data-aos-delay="300">
<div class="row">
<div class="col-md-6">
<h4>Labore Sdio Lidui<br>Bonde Naruto</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Numquam nostrum molestias doloremque quae delectus odit minima corrupti blanditiis quo animi!</p>
<a href="#about" class="btn-get-started">Get Started</a>
</div>
</div>
</div>
</div> -->
</section>
<!-- CLIENTS -->
<section class="page-section py-5" style="background-color: #f7f9fc;">
<div class="container">
<div class="text-center">
<div class="section-header">
<h2>Companies We've Worked With</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 my-3">
<a href="https://walgreens.com" target="_blank"><img class="img-fluid d-block mx-auto" src="https://1000logos.net/wp-content/uploads/2021/11/Walgreens-logo.png" alt="Walgreens"></a>
</div>
<!-- <div class="col-md-3 col-sm-6 my-3">
<a href="https://www.precima.com" target="_blank"><img class="img-fluid d-block mx-auto" src="https://mms.businesswire.com/media/20200110005355/en/635094/22/precima-logo.jpg" alt="Precima"></a>
</div> -->
<div class="col-md-3 col-sm-6 my-6">
<a href="https://www.icemiller.com" target="_blank"><img class="img-fluid d-block mx-auto" src="data:image/png;base64,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" alt="IceMiller LLP"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.quad.com" target="_blank"><img class="img-fluid d-block mx-auto" src="https://upload.wikimedia.org/wikipedia/en/0/00/2021_logo_for_Quad_company.png" alt="Quad Graphics"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.quad.com" target="_blank"><img class="img-fluid d-block mx-auto" src="https://images.squarespace-cdn.com/content/v1/529fea8fe4b0f341dc2a6862/1468370580528-O9GGH7I1HFG9A9Z008FW/image-asset.png?format=1000w" alt="BlueSoHo"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.jpmorgan.com/commercial-banking/solutions/treasury-services/ts-commercial-card" target="_blank"><img class="img-fluid d-block mx-auto" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/J_P_Morgan_Logo_2008_1.svg/1200px-J_P_Morgan_Logo_2008_1.svg.png" alt="J.P.Morgan"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.allstate.com/roadside-assistance.aspx" target="_blank"><img class="img-fluid d-block mx-auto" src="https://www.allstatebrandcentral.com/images/logo_5.svg" alt="Allstate Roadside Assistance"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.wightco.com/" target="_blank"><img class="img-fluid d-block mx-auto" src="https://media.licdn.com/dms/image/C4E0BAQES2-nxwqPjfQ/company-logo_200_200/0/1630633745505/wightco_logo?e=2147483647&v=beta&t=W4ECQg3ZCH6gRup7FV4cBCEW_xVNcFyyXlYQ7-wS3yM" alt="Wight&Co."></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://corporate.mcdonalds.com/corpmcd/home.html" target="_blank"><img class="img-fluid d-block mx-auto" src="assets/img/mcdonalds.png" alt="McDonald's" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://drugdevelopment.labcorp.com/" target="_blank"><img class="img-fluid d-block mx-auto" src="assets/img/covance.png" alt="Covance"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.netsuite.com/" target="_blank"><img class="img-fluid d-block mx-auto" src="https://www.azdan.com/wp-content/uploads/2022/09/Oracle_NetSuite_logo.png" alt="OracelNetSuite"></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.bluecrossblueshieldmn.com/" target="_blank"><img class="img-fluid d-block mx-auto" src="https://namimn.org/wp-content/uploads/sites/48/2022/08/BCBSMN.png" alt="Blue Cross Blue Shield of Minnesota"></a>
</div>
</div>
</div>
</section>
<!-- END CLIENTS -->
<!-- CERTIFICATIONS -->
<section class="page-section" id="certifications">
<div class="container">
<div class="text-center">
<div class="section-header">
<h2>Industry Certifications</h2>
<p>We our extremely proud of our industry certifications in both proposal management and technology. We're equiped with the right knowledge to get the job done right.</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<a href="https://www.credly.com/badges/13889ad0-2f90-4a73-b4fb-6545de135f64" target="_blank"><img class="img-fluid d-block mx-auto" src="https://images.credly.com/size/340x340/images/fd318bd5-7e31-49a7-8679-868f1b1cc594/APMP_Foundation_2022_600px.png" style="width: 180px; height: 180px;"></a>
<h5 class="w3-opacity"><b>APMP® Bid and Proposal Management Foundation 2022</b></h5>
<h6><a href="https://apmg-international.com/">APMG International</a></h6>
</div>
<div class="col-md-3">
<a href="https://catalog-education.oracle.com/pls/certview/sharebadge?id=3FC3D166FAACA867867EAA9A87E0DE3319105684FBC1EB16FF5F0B67822168CC" alt="Oracle Cloud Infrastructure Foundations Associate 2021" target="_blank"><img class="img-fluid d-block mx-auto" src="https://brm-workforce.oracle.com/pdf/certview/images/102_Oracle_Cloud_Infrastructure_Foundations_Associate.png" alt="Oracle Cloud Infrastructure Foundations 2021 Associate" style="width: 180px; height: 180px; object-fit: cover; margin:0 auto;"></a>
<h5 class="w3-opacity"><b>OCI Foundations Associate</b></h5>
<h6><a href="oracle.com">Oracle.com</a></h6>
</div>
<div class="col-md-3">
<a href="img/LSSGB_Certification.pdf" target="_blank"><img class="img-fluid d-block mx-auto" src="https://gaqm.org/uploads/cert_logos/logo_5442.png" style="width: 180px; height: 180px;"></a>
<h5 class="w3-opacity"><b>Lean Six Sigma Green Belt</b></h5>
<h6>Chicago Deming Association</h6>
</div>
<div class="col-md-3">
<a href="https://www.credly.com/badges/8882bf8b-fd80-4821-bbad-5e6b770863f9" target="_blank"><img class="img-fluid d-block mx-auto" src="https://static.scrum.org/web/badges/badge-psmi.svg" alt="Professional Scrum Master I Badge" style="width: 180px; max-height: 180px;"></a>
<h5 class="w3-opacity"><b>Professional Scrum Master I</b></h5>
<h6><a href="scrum.org">Scrum.org</a></h6>
</div>
</div>
</div>
</section>
<!-- END CERTIFICATIONS -->
<!-- End Features Section -->
<!-- ======= Recent Blog Posts Section ======= -->
<!-- <section id="recent-posts" class="recent-posts">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Recent Blog Posts</h2>
</div>
<div class="row gy-5">
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="post-box">
<div class="post-img"><img src="assets/img/blog/blog-1.jpg" class="img-fluid" alt=""></div>
<div class="meta">
<span class="post-date">Tue, December 12</span>
<span class="post-author"> / Julia Parker</span>
</div>
<h3 class="post-title">Eum ad dolor et. Autem aut fugiat debitis</h3>
<p>Illum voluptas ab enim placeat. Adipisci enim velit nulla. Vel omnis laudantium. Asperiores eum ipsa est officiis. Modi qui magni est...</p>
<a href="blog-details.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="post-box">
<div class="post-img"><img src="assets/img/blog/blog-2.jpg" class="img-fluid" alt=""></div>
<div class="meta">
<span class="post-date">Fri, September 05</span>
<span class="post-author"> / Mario Douglas</span>
</div>
<h3 class="post-title">Et repellendus molestiae qui est sed omnis</h3>
<p>Voluptatem nesciunt omnis libero autem tempora enim ut ipsam id. Odit quia ab eum assumenda. Quisquam omnis doloribus...</p>
<a href="blog-details.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="post-box">
<div class="post-img"><img src="assets/img/blog/blog-3.jpg" class="img-fluid" alt=""></div>
<div class="meta">
<span class="post-date">Tue, July 27</span>
<span class="post-author"> / Lisa Hunter</span>
</div>
<h3 class="post-title">Quia assumenda est et veritati</h3>
<p>Quia nam eaque omnis explicabo similique eum quaerat similique laboriosam. Quis omnis repellat sed quae consectetur magnam...</p>
<a href="blog-details.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="post-box">
<div class="post-img"><img src="assets/img/blog/blog-4.jpg" class="img-fluid" alt=""></div>
<div class="meta">
<span class="post-date">Tue, Sep 16</span>
<span class="post-author"> / Mario Douglas</span>
</div>
<h3 class="post-title">Pariatur quia facilis similique deleniti</h3>
<p>Et consequatur eveniet nam voluptas commodi cumque ea est ex. Aut quis omnis sint ipsum earum quia eligendi...</p>
<a href="blog-details.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Recent Blog Posts 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="services.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:[email protected]">[email protected]</a><br>
</p>
</div>
</div>
</div>
</div>
<div class="footer-legal">
<div class="container">
<div class="copyright">
©2023 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/ -->
</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="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/glightbox/3.2.0/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/validate-js/2.0.1/validate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/validate-js/2.0.1/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>