Skip to content

Commit

Permalink
Merge pull request #484 from anishka25/main
Browse files Browse the repository at this point in the history
Added home button on NAVBAR , on about us page
  • Loading branch information
ankit071105 authored Oct 20, 2024
2 parents d40d917 + 83d252f commit d8806e7
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>

<ul class="nav-links">
<li><a href="about.html"><i class="fas fa-info-circle"></i> About Us</a></li>
<li><a href="index.html" class="home-button"><i class="fas fa-home"></i>HOME</a></li>
<li><a href="buy.html"><i class="fas fa-shopping-cart"></i> Buy</a></li>
<li><a href="sell.html"><i class="fas fa-tag"></i> Sell</a></li>
<li><a href="#contact"><i class="fas fa-envelope"></i> Contact</a></li>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1>About Us</h1>
to innovation and constantly improving our platform to serve you better.
</p>
</div>
<a href="index.html" class="home-button">HOME</a>

</section>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
Expand Down Expand Up @@ -150,21 +150,7 @@ <h1>About Us</h1>
margin-bottom: 20px;
}

.home-button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #f0a500;
color: #000;
text-decoration: none;
font-size: 1.2rem;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.home-button:hover {
background-color: #e59500;
}

@media (max-width: 768px) {
#about-us h1 {
Expand All @@ -175,9 +161,7 @@ <h1>About Us</h1>
font-size: 1rem;
}

.home-button {
font-size: 1rem;
padding: 8px 16px;
}


}
</style>

0 comments on commit d8806e7

Please sign in to comment.