-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
727 lines (663 loc) · 44.3 KB
/
index.html
File metadata and controls
727 lines (663 loc) · 44.3 KB
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" type="image/gif" sizes="16x16">
<title>OpsOnSpot</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cloud Consulting to Revolutionize Your Business">
<meta name="keywords" content="">
<meta name="author" content="OpsOnSpot">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.opsonspot.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="☁️📦 OpsOnSpot">
<meta property="og:description" content="Empowering businesses through innovative DevOps solutions for enhanced efficiency and seamless operations.">
<meta property="og:image" content="https://opsonspot.com/images/og_image.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="opsonspot.com">
<meta property="twitter:url" content="https://www.opsonspot.com/">
<meta name="twitter:title" content="☁️📦 OpsOnSpot">
<meta name="twitter:description" content="Empowering businesses through innovative DevOps solutions for enhanced efficiency and seamless operations.">
<meta name="twitter:image" content="https://opsonspot.com/images/og_image.png">
<!-- CSS Files
================================================== -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" id="bootstrap">
<link href="css/bootstrap-grid.min.css" rel="stylesheet" type="text/css" id="bootstrap-grid">
<link href="css/bootstrap-reboot.min.css" rel="stylesheet" type="text/css" id="bootstrap-reboot">
<link href="css/plugins.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/rev-settings.css" rel="stylesheet" type="text/css">
<link href="css/color.css" rel="stylesheet" type="text/css">
<!-- color scheme -->
<link rel="stylesheet" href="css/colors/magenta.css" type="text/css" id="colors">
<!-- RS5.0 Stylesheet -->
<link rel="stylesheet" href="revolution/css/settings.css" type="text/css">
<link rel="stylesheet" href="revolution/css/layers.css" type="text/css">
<link rel="stylesheet" href="revolution/css/navigation.css" type="text/css">
<link rel="stylesheet" href="css/rev-settings.css" type="text/css">
<!-- custom font -->
<link rel="stylesheet" href="css/font-style.css" type="text/css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body id="homepage">
<div id="wrapper">
<!-- header begin -->
<header class="transparent">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- logo begin -->
<div id="logo">
<a href="index.html">
<div class="d-flex align-items-center">
<img class="logo" src="images/logo.png" alt="OpsOnSpot"> <h5 class="ps-2 fw-bold">OpsOnSpot</h5>
</div>
</a>
</div>
<!-- logo close -->
<!-- small button begin -->
<span id="menu-btn"></span>
<!-- small button close -->
<!-- mainmenu begin -->
<ul id="mainmenu" class="ms-2">
<li><a href="#section-hero">Home<span></span></a></li>
<li><a href="#section-services">Services<span></span></a></li>
<li><a href="#section-tech">Technologies<span></span></a></li>
<li><a href="#section-aboutus">About Us<span></span></a></li>
<li><a href="#section-contact">Contact Us<span></span></a></li>
</ul>
<!-- mainmenu close -->
</div>
</div>
</div>
</header>
<!-- header close -->
<!-- content begin -->
<div id="content" class="no-bottom no-top">
<!-- revolution slider begin -->
<section id="section-hero" class="fullwidthbanner-container" aria-label="section-slider" data-bgcolor="#101010">
<div id="slider-revolution">
<ul>
<li data-transition="random-premium" data-slotamount="10" data-masterspeed="200" data-thumb="">
<!-- BACKGROUND IMAGE -->
<img alt="" class="rev-slidebg" data-bgparallax="0" src="images/slider/silder3.png">
</li>
<li data-transition="random-premium" data-slotamount="10" data-masterspeed="200" data-thumb="">
<!-- BACKGROUND IMAGE -->
<img alt="" class="rev-slidebg" data-bgparallax="0" src="images/slider/silder.webp">
</li>
</ul>
<div style="" class="tp-static-layers">
<div
class="text-center tp-caption size-28 font-weight-bold text-white tp-static-layer"
data-x="['center','center','center','center']"
data-hoffset="['0']"
data-y="['top','top','top','top']"
data-voffset="['185']"
data-lineheight="['90','90','90','90']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-startslide="0"
data-endslide="3"
data-frames='[{"from":"opacity:0;","speed":300,"to":"o:1;","delay":500,"ease":"Power2.easeInOut"},{"delay":"wait","speed":300,"to":"opacity:0;","ease":"nothing"}]'
data-textAlign="['center','center','center','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
>
<span class="id-color-2" style="color: #d4b8ff;">CLOUD CONSULTING</span>
</div>
<div
class="text-center tp-caption size-84 font-weight-bold text-white tp-static-layer"
data-x="['center','center','center','center']"
data-hoffset="['0']"
data-y="['center','center','center','center']"
data-lineheight="['90','90','90','90']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-startslide="0"
data-endslide="3"
data-frames='[{"from":"opacity:0;","speed":300,"to":"o:1;","delay":500,"ease":"Power2.easeInOut"},{"delay":"wait","speed":300,"to":"opacity:0;","ease":"nothing"}]'
data-textAlign="['center','center','center','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
>
Cloud Consulting <br> Revolutionize Your Business.
</div>
<div
class="text-center tp-caption size-20 text-white tp-static-layer"
data-x="['center','center','center','center']"
data-hoffset="['0']"
data-y="['top','top','top','top']"
data-voffset="['430']"
data-lineheight="['90','90','90','90']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-startslide="0"
data-endslide="3"
data-frames='[{"from":"opacity:0;","speed":300,"to":"o:1;","delay":500,"ease":"Power2.easeInOut"},{"delay":"wait","speed":300,"to":"opacity:0;","ease":"nothing"}]'
data-textAlign="['center','center','center','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
>
<div class="spacer-single"></div>
<div class="d-lg-flex justify-content-center sm-hide">
<div class="h6 padding10 pt0 pb0"> Cloud consulting aids in managing diverse cloud systems across platforms like Azure, AWS, and VMware for businesses' operational efficiency. </div>
</div>
</div>
<div
class="tp-caption tp-static-layer"
data-x="['center','center','center','center']"
data-hoffset="['0']"
data-y="['top','top','top','top']"
data-voffset="['506']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="button"
data-responsive_offset="on"
data-responsive="off"
data-startslide="0"
data-endslide="3"
data-frames='[{"from":"opacity:0;","speed":300,"to":"o:1;","delay":500,"ease":"Power2.easeInOut"},{"delay":"wait","speed":300,"to":"opacity:0;","ease":"nothing"},{"frame":"hover","speed":"300","ease":"Power1.easeInOut","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(255, 255, 255, 1.00);bg:rgba(255, 255, 255, 0.15);bw:2px 2px 2px 2px;"}]'
data-textAlign="['center','center','center','center']"
data-paddingtop="[12,12,12,12]"
data-paddingright="[20,20,20,20]"
data-paddingbottom="[12,12,12,12]"
data-paddingleft="[20,20,20,20]"
>
</div>
</div>
</div>
</section>
<!-- revolution slider close -->
<!--
<section id="section-countdown" aria-label="section" class="gradient-to-right pt40 pb40">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<div class="spacer-single"></div>
<div id="defaultCountdown"></div>
</div>
</div>
</div>
</section>
-->
<!-- section begin -->
<section id="section-about" data-bgimage="url(images/bg/1.png) fixed no-repeat">
<div class="wm wm-border dark wow fadeInDown">Welcome</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 wow fadeInLeft" data-wow-delay="0s">
<h2>WHO ARE WE?</h2>
<p>
We proudly identify as leading Cloud & DevOps Consulting pioneers across the globe. Our comprehensive services encompass Cloud and DevOps Consulting, IT Infrastructure Monitoring, Cloud Migration, Security Consulting, and Staff Augmentation. Our team comprises passionate and skilled professionals dedicated to ensuring zero downtime and pursuing success.
We commit wholeheartedly to every project, regardless of size or duration, catering to startups, SMEs, and established enterprises. We uphold unwavering standards in our efforts, time allocation, and quality, prioritizing client satisfaction as our ultimate success at Compufy.
</p>
<div class="spacer10"></div>
</div>
<div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images">
<!-- <img class="di-small wow fadeIn" src="images/misc/2.jpg" alt="">
<img class="di-small-2 wow fadeIn" src="images/misc/3.jpg" alt=""> -->
<img class="di-big img-fluid wow fadeInRight" data-wow-delay=".25s" src="images/misc/1.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- section begin -->
<section id="section-services">
<div class="wm wm-border dark wow fadeInDown ">Services</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Our Services</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="col-lg-4 wow fadeIn" data-wow-delay="0s">
<div class="box-number square">
<i class="bg-color hover-color-2 fa fa-cogs text-light"></i>
<div class="text">
<h3><span>DevOps implementation consulting</span></h3>
<p>We assist companies in adopting and managing DevOps practices, tailored for new or existing projects, optimizing their implementation.</p>
</div>
</div>
</div>
<div class="col-lg-4 wow fadeIn" data-wow-delay=".25s">
<div class="box-number square">
<i class="bg-color hover-color-2 fa fa-shield text-light"></i>
<div class="text">
<h3><span>DevSecOps consulting</span></h3>
<p>Our DevOps consulting firm excels in crafting superior software and integrating robust security across all stages, seamlessly connecting people, processes, and technologies.</p>
</div>
</div>
</div>
<div class="col-lg-4 wow fadeIn" data-wow-delay=".5s">
<div class="box-number square">
<i class="bg-color hover-color-2 fa fa-wrench text-light"></i>
<div class="text">
<h3><span>Project recovery consulting</span></h3>
<p>Our proficient consultants elevate underdeveloped projects swiftly, adeptly resolving issues and delivering precise solutions, guiding your project towards successful deployment.</p>
</div>
</div>
</div>
<div class="spacer-single sm-hide"></div>
<div class="col-lg-4 wow fadeIn" data-wow-delay=".75s">
<div class="box-number square">
<i class="bg-color hover-color-2 fa fa-code text-light"></i>
<div class="text">
<h3><span>DevOps tech consulting</span></h3>
<p>Our clients can consistently rely on robust technical assistance. Throughout the years, we've amassed the necessary knowledge, expertise, and tools to support even your most demanding projects.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-speakers" class="jarallax text-light">
<img src="images/bg/1.jpg" class="jarallax-img" alt="">
<div class="wm wm-border dark wow fadeInDown">Stages</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Stages Involved in Our DevOps Consulting Services</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="clearfix"></div>
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-11 col-sm-12 wow fadeInUp">
<div class="gradient-to-right gradient-prpl py-5" aria-label="cta">
<div class="row align-items-center">
<div class="col-12 col-md-4 col-lg-4 text-center">
<img src="images/stages/1.png" alt="Planning & Requirements" class="img-fluid stages-icon">
<h5 class="text-light text-center mt-2">Planning & Requirements</h5>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center">
<img src="images/stages/2.png" alt="Coding and Version Control" class="img-fluid stages-icon">
<h5 class="text-light text-center mt-2">Coding and Version Control</h5>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center">
<img src="images/stages/3.png" alt="Continuous Integration or Build and Test Automation" class="img-fluid stages-icon">
<h5 class="text-light text-center mt-2">Continuous Integration or Build and Test Automation</h5>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center">
<img src="images/stages/4.png" alt="Delivery and Deployment" class="img-fluid stages-icon">
<h5 class="text-light text-center mt-2">Delivery and Deployment</h5>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center">
<img src="images/stages/5.png" alt="Monitoring and Feedback" class="img-fluid stages-icon">
<h5 class="text-light text-center mt-2">Monitoring and Feedback</h5>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center">
<img src="images/stages/6.png" alt="Continuous Improvement or Optimization" class="img-fluid stages-icon">
<h5 class="text-light text-center mt-2">Continuous Improvement or Optimization</h5>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-tech" data-bgimage="url(images/bg/3.png) fixed center no-repeat">
<div class="wm wm-border dark wow fadeInDown ">Technologies</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Tools and Technologies We Use</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="col-md-12 text-center wow fadeInUp">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>Cloud Providers</h2>
<p><small>Amazon AWS, GCP, Microsoft Azure, Any Private Cloud and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/Amazon-AWS.svg" alt="AWS" class="img-fluid bg-light service-log" />
</div>
<div class="col-3">
<img src="images/tools/Group-581739.svg" alt="GCP" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Group-581740.svg" alt="Microsoft Azure" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>Containers & Orchestration</h2>
<p><small>Docker, Compose, Kubernetes and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/Group-581741.svg" alt="Docker" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Nosql.png.webp" alt="Compose" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Group-581742.svg" alt="Kubernetes" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>CI/CD</h2>
<p><small>Jenkins, CitLab, GitHub, Teamcity, CircleCI, Travis CI, Bitbucket pipelines, DroneCI,
Flux, ArgoCD and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/gitlab.svg" alt="GitLab" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/CitLab.svg" alt="CitLab" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Teamcity.svg" alt="Teamcity" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>Configuration management</h2>
<p><small>Ansible, Chef,Puppet and other...</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/Ansible_logo.svg" alt="Ansible" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Chef_logo.svg" alt="Chef" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Puppet_transparent_logo.svg" alt="Puppet" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>Database</h2>
<p><small>MySQL, MongoDB, Amazon Aurora, PostgresSQL, Percona, Scylla DB, Clickhouse MariaDB,
Oracle, MS SQL, InnoDB and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/MySQL.svg" alt="MySQL" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Oracle.svg" alt="Oracle" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Google-cloud-platform.svg" alt="PostgresSQL" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>Services</h2>
<p><small>RabbitMQ, Apache Kafka, Apache Cassandra, Redis, ELK stack, Istio, MinIO, Memcached, Kiali
and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/rabbitmq.svg" alt="RabbitMQ" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Apache_kafka.svg" alt="Apache Kafka" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/redis.svg" alt="Redis" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2>Monitoring</h2>
<p><small> Prometheus, Datadog, Sentry, Grafana, PagerDuty, InfluxDB, Azure Monitor, Google
Stackdriver, Amazon Cloudwatch and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/Prometheus.svg" alt="Prometheus" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Datadog.svg" alt="Datadog" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/SVN-1.png.webp" alt="PagerDuty" class="img-fluid service-log" />
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="box-serv-s1 mb30 wow fadeInUp">
<div class="top">
<h2> Infrastructure provisioning</h2>
<p><small>Terraform, Pulumi, AWS CloudFormation and other…</small></p>
</div>
<div class="row gx-2 justify-content-center mb-4">
<div class="col-3">
<img src="images/tools/Terraform.svg" alt="Terraform" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Nosql-4.png.webp" alt="Pulumi" class="img-fluid service-log" />
</div>
<div class="col-3">
<img src="images/tools/Nosql-6.png.webp" alt="CloudFormation" class="img-fluid service-log"
/>
</div>
</div>
<!-- <div class="ps1-deco"></div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-aboutus" class="text-light" aria-label="section">
<div class="wm wm-border dark wow fadeInDown">About Us</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Benefits of Our DevOps Consulting Services</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="row g-3">
<div class="col-xl-6 col-lg-6 col-sm-12 wow fadeInUp">
<div class="gradient-to-right gradient-prpl pt-3 pb-5 box-height" aria-label="cta">
<div class="row align-items-center">
<div class="col-12 d-flex">
<div class="col-12">
<h3 class="px-3 d-flex align-items-center"><span style="font-size: 35px;"><i class="fa fa-money" ></i></span> The most cost-efficient IT systems management</h3>
<p class="px-3 no-margin fw-bolder text-smoky-white"> Our DevOps consulting ensures adaptable scalability within a cost-effective framework. We assist in substantially minimizing change implementation time and increasing update deployment frequency, resulting in improved project ROI and an enhanced work environment.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-sm-12 wow fadeInUp">
<div class="gradient-to-right gradient-prpl pt-3 pb-5 box-height" aria-label="cta">
<div class="row align-items-center">
<div class="col-12">
<h3 class="px-3 d-flex align-items-center"><span style="font-size: 35px;"><i class="fa fa-rocket" ></i></span> Operations and scalability improvement</h3>
<p class="px-3 no-margin fw-bolder text-smoky-white"> We specialize in automating operations and scaling processes, fostering infrastructure flexibility, and adapting resources on demand through cloud services. Our focus extends to formulating reliable disaster recovery strategies, ensuring consistent operational stability and resilience.</p>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-sm-12 wow fadeInUp">
<div class="gradient-to-right gradient-prpl pt-3 pb-5 box-height" aria-label="cta">
<div class="row align-items-center">
<div class="col-12">
<h3 class="px-3 d-flex align-items-center"><span style="font-size: 35px;"><i class="fa fa-hourglass-half" ></i></span> Reduce development lifecycle</h3>
<p class="px-3 no-margin fw-bolder text-smoky-white"> With support from our skilled infrastructure settings team, you'll refocus on critical project facets, expediting new solution adoption. This results in cost reduction and expedited product delivery timelines, optimizing project efficiency and outcomes.</p>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-sm-12 wow fadeInUp">
<div class="gradient-to-right gradient-prpl pt-3 pb-5 box-height" aria-label="cta">
<div class="row align-items-center">
<div class="col-12">
<h3 class="px-3 d-flex align-items-center"><span style="font-size: 35px;"><i class="fa fa-shield" ></i></span> Data security</h3>
<p class="px-3 no-margin fw-bolder text-smoky-white"> Our practical DevOps consulting improves infrastructure security and stability. With centralized monitoring, logging, and alerting systems, we maintain operational efficiency, ensuring continuous uptime and reliability by overseeing resources and processes effectively.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<section id="section-contact" aria-label="section">
<div class="mt-5 pt-5 pb-5 footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-xs-12 links">
<h4 class="mt-lg-0 mt-sm-3">Services</h4>
<ul class="m-0 p-0">
<li> <a href="#" class="text-muted">DevOps implementation consulting</a></li>
<li> <a href="#" class="text-muted">DevSecOps consulting</a></li>
<li> <a href="#" class="text-muted">Project recovery consulting</a></li>
<li> <a href="#" class="text-muted">DevOps tech consulting</a></li>
</ul>
</div>
<div class="col-lg-9 col-xs-12 location">
<div class="row">
<div class="col-12 col-md-6">
<div>
<p class="no-margin">
<img src="images/new-zealand.webp" alt="New Zealand" class="img-fluid" style="border-radius: 3px; width: 1.6rem;">
<strong class="me-1 ms-1 office-text">New Zealand - HQ</strong>
</p>
</div>
<p> 34 Melgran Avenue Papakura; <br/> Auckland 2582</p>
<p class="mb-0"><i class="fa fa-whatsapp me-1"> </i> <a href="https://wa.me/+64277774826" target="_blank">(+64) 27 777 4826</a></p>
<p class="no-margin"><i class="fa fa-envelope-o me-1"> </i> <a href="mailto:hello@opsonspot.com">hello@opsonspot.com</a></p>
</div>
<div class="col-12 col-md-6">
<div>
<p class="no-margin">
<img src="images/india.webp" alt="India" class="img-fluid" style="border-radius: 3px; width: 1.6rem;">
<strong class="me-1 ms-1 office-text">India</strong>
</p>
</div>
<p> Ambika Township; <br/> Rajkot 360005</p>
<p class="mb-0"><i class="fa fa-whatsapp me-1"> </i> <a href="https://wa.me/+64277774826" target="_blank">(+64) 27 777 4826</a></p>
<p class="mb-0"><i class="fa fa-phone me-1"> </i> <a href="tel:+917016954143" target="_blank">(+91) 701 695 4143</a></p>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col copyright">
<p class=""><small class="text-white-50">© 2025. All Rights Reserved.</small></p>
</div>
</div>
</div>
</div>
</section>
<!-- Javascript Files
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/designesia.js"></script>
<script src="js/validation.js"></script>
<script src="js/countdown-custom.js"></script>
<!-- RS5.0 Core JS Files -->
<script src="revolution/js/jquery.themepunch.tools.min838f.js?rev=5.0"></script>
<script src="revolution/js/jquery.themepunch.revolution.min838f.js?rev=5.0"></script>
<!-- RS5.0 Extensions Files -->
<script src="revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script>
jQuery(document).ready(function() {
// revolution slider
jQuery("#slider-revolution").revolution({
sliderType: "standard",
sliderLayout: "fullwidth",
delay: 5000,
navigation: {
arrows: {
enable: true
},
bullets: {
enable: false,
style: 'hermes'
},
},
parallax: {
type: "mouse",
origo: "slidercenter",
speed: 2000,
levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50],
},
spinner: "off",
gridwidth: 1140,
gridheight: 700,
disableProgressBar: "on"
});
});
</script>
</body>
</html>