-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
978 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,6 +297,12 @@ <h3 class="text-light mb-0">Get In Touch</h3> | |
<i class="bi bi-envelope-open text-primary me-2"></i> | ||
<a href="mailto:[email protected]"><p class="mb-0">[email protected]</p></a> | ||
</div> | ||
<div class="d-flex mb-2"> | ||
<i class="bi bi-search text-primary me-2"></i> | ||
<a href="quotes.html"> | ||
<p class="mb-0">Ask Queries</p> | ||
</a> | ||
</div> | ||
<!-- <div class="d-flex mb-2"> | ||
<i class="bi bi-telephone text-primary me-2"></i> | ||
<p class="mb-0">+012 345 67890</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,6 +166,17 @@ <h4 class="text-primary mb-0">+012 345 6789</h4> | |
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="d-flex align-items-center wow fadeIn" data-wow-delay="0.4s"> | ||
<div class="bg-primary d-flex align-items-center justify-content-center rounded" style="width: 60px; height: 60px;"> | ||
<i class="fa fa-search text-white"></i> | ||
</div> | ||
<div class="ps-4"> | ||
<!-- <h5 class="mb-2">Email to get free quote</h5> --> | ||
<a href="quotes.html"><h4 class="text-primary mb-0">Ask Queries</h4></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="d-flex align-items-center wow fadeIn" data-wow-delay="0.8s"> | ||
<!-- <div class="bg-primary d-flex align-items-center justify-content-center rounded" style="width: 60px; height: 60px;"> | ||
|
@@ -267,6 +278,12 @@ <h3 class="text-light mb-0">Get In Touch</h3> | |
<i class="bi bi-envelope-open text-primary me-2"></i> | ||
<a href="mailto:[email protected]"><p class="mb-0">[email protected]</p></a> | ||
</div> | ||
<div class="d-flex mb-2"> | ||
<i class="bi bi-search text-primary me-2"></i> | ||
<a href="quotes.html"> | ||
<p class="mb-0">Ask Queries</p> | ||
</a> | ||
</div> | ||
<!-- <div class="d-flex mb-2"> | ||
<i class="bi bi-telephone text-primary me-2"></i> | ||
<p class="mb-0">+012 345 67890</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -899,12 +899,12 @@ <h3 class="text-light mb-0">Get In Touch</h3> | |
<p class="mb-0">[email protected]</p> | ||
</a> | ||
</div> | ||
<!-- <div class="d-flex mb-2"> | ||
<div class="d-flex mb-2"> | ||
<i class="bi bi-search text-primary me-2"></i> | ||
<a href="quotes.html"> | ||
<p class="mb-0">Ask Queries</p> | ||
</a> | ||
</div> --> | ||
</div> | ||
<!-- <div class="d-flex mb-2"> | ||
<i class="bi bi-telephone text-primary me-2"></i> | ||
<p class="mb-0">+012 345 67890</p> | ||
|
Oops, something went wrong.