Skip to content

Commit

Permalink
feat:Added Contact us screen
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav09022001 committed Dec 24, 2023
1 parent 95c097e commit e16748e
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 26 deletions.
10 changes: 5 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
>
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img src="static/images/safarLogoWhite.png" height="90px" width="220px" alt="image" />
<img src="static/images/safarLogo2.png" height="90px" width="220px" alt="image" />
<a class="navbar-brand" href="index.html">
<img src="static/images/safarLogoWhite.png" height="60px" width="180px" alt="image" />
<img src="static/images/safarLogo2.png" height="60px" width="180px" alt="image" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -140,7 +140,7 @@

</li>

<li ><a href="#">Contact Us</a></li>
<li ><a href="contact.html">Contact Us</a></li>
</ul>
<!-- <a href="#" class="cart-icon d-flex align-items-center ml-1"><i class="icon-basket-loaded"></i><span class="cart-label">3</span></a> -->
</div>
Expand Down Expand Up @@ -680,7 +680,7 @@ <h4 class="white">Services</h4>
<ul>
<li><a href="#">Payment</a></li>
<li><a href="#">Feedback</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="#">Our Service</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Site map</a></li>
Expand Down
Loading

0 comments on commit e16748e

Please sign in to comment.