Skip to content

Commit

Permalink
Merge pull request #543 from Riyachauhan11/main
Browse files Browse the repository at this point in the history
about us page improved and footer links corrected
  • Loading branch information
MastanSayyad authored Nov 10, 2024
2 parents e59c432 + 874188c commit 930a7a9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
23 changes: 17 additions & 6 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,28 @@
</div>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>

<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 class="login"><a href="login/login.html">Login</a></li>
<li><label class="switch">
<input type="checkbox" id="theme-toggle" onchange="toggleTheme()">
<span class="slider"></span>
</label></li>

<li>
<label class="switch">
<input
type="checkbox"
id="theme-toggle"
onchange="toggleTheme()"
/>
<span class="slider"></span>
</label>
</li>

<!-- Inside the navbar ul -->

<a href="#" class="cart-button">
Expand Down Expand Up @@ -316,9 +327,9 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<div class="footer-section links">
<h2>Quick Links</h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="./index.html">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="./contributor/contributor.html">Contributors</a></li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<div class="footer-section links">
<h2>Quick Links</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./index.html">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="contributor/contributor.html">Contributors</a></li>
Expand Down
10 changes: 4 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -514,13 +514,11 @@ nav ul li.login:hover {
.dark-mode h2 {
color: #ccc;
}

.dark-mode .feature p {
color: whitesmoke; /* Set paragraph color to black */
.dark-mode .feature {
background-color: rgba(22, 18, 18, 0.908);
}
.dark-mode .feature{
background: #111111;
color: #000;
.dark-mode .feature p {
color: aliceblue; /* Set paragraph color to light blue */
}

.col-1 h3 {
Expand Down

0 comments on commit 930a7a9

Please sign in to comment.