Skip to content

Commit 348b459

Browse files
committed
address added
1 parent 728d755 commit 348b459

2 files changed

Lines changed: 32 additions & 19 deletions

File tree

css/color.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,8 @@ div.gradient-blue {
270270
}
271271
.stages-icon {
272272
height: 5.5rem;
273+
}
274+
.office-text {
275+
vertical-align: middle;
276+
font-size: 1.2rem;
273277
}

index.html

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -628,18 +628,6 @@ <h3 class="px-3 d-flex align-items-center"><span style="font-size: 35px;"><i cla
628628
<div class="mt-5 pt-5 pb-5 footer">
629629
<div class="container">
630630
<div class="row">
631-
<div class="col-lg-5 col-xs-12 about-company">
632-
<div class="col-1 footer-logo">
633-
<a href="#">
634-
<div class="d-flex">
635-
<img src="images/logo.png" class="logo-small" alt="OpsOnSpot">
636-
<h5 class="ps-2 fw-bold">OpsOnSpot</h5>
637-
</div>
638-
</a>
639-
</div>
640-
<p class="pr-5 text-white-50">Empowering businesses through innovative DevOps solutions for enhanced efficiency and seamless operations.</p>
641-
<!-- <p><a href="#"><i class="fa fa-facebook-square mr-1"></i></a><a href="#"><i class="fa fa-linkedin-square"></i></a></p> -->
642-
</div>
643631
<div class="col-lg-3 col-xs-12 links">
644632
<h4 class="mt-lg-0 mt-sm-3">Services</h4>
645633
<ul class="m-0 p-0">
@@ -649,13 +637,34 @@ <h4 class="mt-lg-0 mt-sm-3">Services</h4>
649637
<li> <a href="#" class="text-muted">DevOps tech consulting</a></li>
650638
</ul>
651639
</div>
652-
<div class="col-lg-4 col-xs-12 location">
653-
<h4 class="mt-lg-0 mt-sm-4">Location</h4>
654-
<p><strong class="me-1">Address 1: </strong> 34 Melgran Avenue Papakura; Auckland 2582</p>
655-
<p><strong class="me-1">Address 2: </strong> OpsOnSpot, 1st Floor, Narnarayan Chambears, Near Bank of Baroda, Station Road, Bhuj-Kutch</p>
656-
<p class="mb-0"><i class="fa fa-whatsapp me-1"> </i>&nbsp;<a href="https://wa.me/+64277774826" target="_blank">(+64) 27 777 4826</a></p>
657-
<p class="mb-0"><i class="fa fa-phone me-1"> </i>&nbsp;<a href="tel:+64204774826" target="_blank">(+64) 20 477 4826</a></p>
658-
<p class="no-margin"><i class="fa fa-envelope-o me-1"> </i> <a href="mailto:hello@opsonspot.com">hello@opsonspot.com</a></p>
640+
<div class="col-lg-9 col-xs-12 location">
641+
<div class="row">
642+
<div class="col-6">
643+
<div>
644+
<p class="no-margin">
645+
<img src="images/new-zealand.webp" alt="New Zealand" class="img-fluid" style="border-radius: 3px; width: 1.6rem;">
646+
<strong class="me-1 ms-1 office-text">New Zealand - HQ</strong>
647+
</p>
648+
</div>
649+
<p> 34 Melgran Avenue Papakura; <br/> Auckland 2582</p>
650+
651+
<p class="mb-0"><i class="fa fa-whatsapp me-1"> </i>&nbsp;<a href="https://wa.me/+64277774826" target="_blank">(+64) 27 777 4826</a></p>
652+
<p class="mb-0"><i class="fa fa-phone me-1"> </i>&nbsp;<a href="tel:+64204774826" target="_blank">(+64) 20 477 4826</a></p>
653+
<p class="no-margin"><i class="fa fa-envelope-o me-1"> </i> <a href="mailto:hello@opsonspot.com">hello@opsonspot.com</a></p>
654+
</div>
655+
<div class="col-6">
656+
<div>
657+
<p class="no-margin">
658+
<img src="images/india.webp" alt="India" class="img-fluid" style="border-radius: 3px; width: 1.6rem;">
659+
<strong class="me-1 ms-1 office-text">India</strong>
660+
</p>
661+
</div>
662+
<p> OpsOnSpot,<br/>1st Floor, Narnarayan Chambears,<br/>Near Bank of Baroda,<br/>Station Road,<br/>Bhuj-Kutch</p>
663+
664+
<p class="mb-0"><i class="fa fa-whatsapp me-1"> </i>&nbsp;<a href="https://wa.me/+64277774826" target="_blank">(+64) 27 777 4826</a></p>
665+
<p class="mb-0"><i class="fa fa-phone me-1"> </i>&nbsp;<a href="tel:+919662737457" target="_blank">(+91) 966 273 7457</a></p>
666+
</div>
667+
</div>
659668
</div>
660669
</div>
661670
<!-- <div class="row mt-5">

0 commit comments

Comments
 (0)