Skip to content

Commit

Permalink
home link and alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Subham1 committed Oct 15, 2024
1 parent 78c0746 commit d6dc51e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@
</div>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="index.html">Game Controllers</a></li>
<li><a href="index.html">VR Accessories</a></li>
<li><a href="index.html">Gaming Keyboard</a></li>
<li><a href="index.html">Others</a></li>
<li><a href="./aboutus.html">About Us</a></li>

<li class="login"><a href="login/login.html">Login</a></li>

<!-- Inside the navbar ul -->
Expand Down Expand Up @@ -202,13 +204,13 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<a class="youtube" href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-section links">
<h2>Quick Links</h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<div class="footer-section links" >
<h2 style="padding-right: 80px;">Quick Links</h2>
<ul style="padding-left: 80px;">
<li><a href="/index.html">Home</a></li>
<li><a href="/index.html">Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="/">Contact</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="Contributors/contributor.html">Contributors</a></li>
</ul>
Expand Down

0 comments on commit d6dc51e

Please sign in to comment.