Skip to content

Commit b80ccc8

Browse files
author
HELEN
committed
New logo updated and fixed the links
1 parent 11c0519 commit b80ccc8

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

css/color.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ div.gradient-blue {
263263
}
264264
#logo a img {
265265
width: 100%;
266-
height: 30px;
266+
height: 50px;
267267
}
268268
.footer-logo img {
269269
width: 100%;

images/logo.png

11.8 KB
Loading

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<!-- logo begin -->
6363
<div id="logo">
6464
<a href="index.html">
65-
<div class="d-flex">
65+
<div class="d-flex align-items-center">
6666
<img class="logo" src="images/logo.png" alt="OpsOnSpot"> <h5 class="ps-2 fw-bold">OpsOnSpot</h5>
6767
</div>
6868
</a>
@@ -77,8 +77,9 @@
7777
<ul id="mainmenu" class="ms-2">
7878
<li><a href="#section-hero">Home<span></span></a></li>
7979
<li><a href="#section-services">Services<span></span></a></li>
80-
<li><a href="#section-sponsors">About Us<span></span></a></li>
81-
<li><a href="#section-register">Contact Us<span></span></a></li>
80+
<li><a href="#section-tech">Technologies<span></span></a></li>
81+
<li><a href="#section-aboutus">About Us<span></span></a></li>
82+
<li><a href="#section-contact">Contact Us<span></span></a></li>
8283
</ul>
8384
<!-- mainmenu close -->
8485

@@ -258,7 +259,7 @@ <h2>WHO ARE WE?</h2>
258259

259260

260261
<!-- section begin -->
261-
<section id="section-features">
262+
<section id="section-services">
262263
<div class="wm wm-border dark wow fadeInDown ">Services</div>
263264
<div class="container">
264265
<div class="row">
@@ -370,7 +371,7 @@ <h5 class="text-light text-center mt-2">Continuous Improvement or Optimization</
370371

371372

372373
<!-- section begin -->
373-
<section id="section-sponsors" data-bgimage="url(images/bg/3.png) fixed center no-repeat">
374+
<section id="section-tech" data-bgimage="url(images/bg/3.png) fixed center no-repeat">
374375
<div class="wm wm-border dark wow fadeInDown ">Technologies</div>
375376
<div class="container">
376377
<div class="row">
@@ -557,7 +558,7 @@ <h2> Infrastructure provisioning</h2>
557558
<!-- section close -->
558559

559560
<!-- section begin -->
560-
<section id="section-testimonials" class="text-light" aria-label="section">
561+
<section id="section-aboutus" class="text-light" aria-label="section">
561562
<div class="wm wm-border dark wow fadeInDown">About Us</div>
562563
<div class="container">
563564
<div class="row">
@@ -619,6 +620,7 @@ <h3 class="px-3 d-flex align-items-center"><span style="font-size: 35px;"><i cla
619620
</div>
620621
</section>
621622
<!-- section close -->
623+
<section id="section-contact" aria-label="section">
622624
<div class="mt-5 pt-5 pb-5 footer">
623625
<div class="container">
624626
<div class="row">
@@ -653,7 +655,8 @@ <h4 class="mt-lg-0 mt-sm-3">Services</h4>
653655
<strong class="me-1 ms-1 office-text">India</strong>
654656
</p>
655657
</div>
656-
<p> OpsOnSpot,<br/>1st Floor, Narnarayan Chambears,<br/>Near Bank of Baroda,<br/>Station Road,<br/>Bhuj-Kutch</p>
658+
659+
<p> OpsOnSpot,<br/>Silver Bunglows 2, Ambika Township,<br/>Jivraj Park,<br/>Near Ishan Flats,<br/>Rajkot-Gujarat</p>
657660

658661
<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>
659662
<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>
@@ -668,6 +671,7 @@ <h4 class="mt-lg-0 mt-sm-3">Services</h4>
668671
</div> -->
669672
</div>
670673
</div>
674+
</section>
671675

672676

673677
<!-- Javascript Files

0 commit comments

Comments
 (0)