Skip to content

Commit

Permalink
Redirect to dialer pad
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav22p-qw committed May 15, 2024
1 parent 400e8d0 commit 7339386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="container d-flex justify-content-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope"></i> <a href="mailto:rapidoc@mail.com">rapidoc@mail.com</a>
<i class="bi bi-phone"></i> +91 1234567890
<i class="bi bi-phone"></i><a href="tel:+91 1234567890">+91 1234567890</a>
</div>
<div class="d-none d-lg-flex social-links align-items-center">
<a href="#" class="facebook"><i class="fa-brands fa-facebook"></i></a>
Expand Down Expand Up @@ -539,7 +539,7 @@ <h4>Email:</h4>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+91 1234567890</p>
<p><a href="tel:+91 1234567890">+91 1234567890</a></p>
</div>
</div>
</div><br><br>
Expand Down Expand Up @@ -624,7 +624,7 @@ <h3>RapiDoc</h3>
<p>
Address<br>
Delhi, India<br><br>
<strong>Phone:</strong> +91 1234567890<br>
<strong>Phone:</strong> <a href="tel:+91 1234567890">+91 1234567890</a><br>
<strong>Email:</strong> rapidoc@mail.com<br>
</p>
<div class="social-links mt-3">
Expand Down

0 comments on commit 7339386

Please sign in to comment.