Skip to content

Commit

Permalink
Merge pull request #804 from KRISHkg31/updation-and-enhancement-of-ui
Browse files Browse the repository at this point in the history
Update and Enhancement of UI
  • Loading branch information
Tejashri-Taral authored Nov 10, 2024
2 parents 8df7a05 + 7b039d3 commit 6b1cbf9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Style/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ h3 {
opacity: 90%;
box-shadow: 0 0 15px 15px rgba(136, 136, 136, 0.5);
}
}
}
1 change: 0 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,4 +906,3 @@ <h2>Subscription Successful!</h2>
</script>
</body>
</html>

6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
<ul class="nav-links">
<li class="nav-link">
<li>
<button class="mode-toggle" id="modeToggle">
<!-- <button class="mode-toggle" id="modeToggle">
<span class="sun-icon glow"><img src="day-mode.png" alt="Light mode"></span>
<span class="moon-icon glow" style="display: none;"><img src="moon.png" alt="Dark mode"></span>
</button>
</button> -->
</li>
<i class="fa-solid fa-cart-shopping" id="cart-icon"></i>
</li>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h1>Subscribe to Newsletter</h1>
</div>
</footer>

<a class="gotopbtn" href="#"><i class="fas fa-arrow-up"></i></a>
<!-- <a class="gotopbtn" href="#"><i class="fas fa-arrow-up"></i></a> -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
Expand Down
6 changes: 3 additions & 3 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<ul class=" nav-links ">
<li class="nav-link">
<li>
<button class="mode-toggle" id="modeToggle">
<!-- <button class="mode-toggle" id="modeToggle">
<span class="sun-icon glow"><img src="day-mode.png" alt="Light mode"></span>
<span class="moon-icon glow" style="display: none;"><img src="moon.png" alt="Dark mode"></span>
</button>
</button> -->
</li>
<i class="fa-solid fa-cart-shopping" id="cart-icon"></i>
</li>
Expand Down Expand Up @@ -299,7 +299,7 @@ <h2>Subscription Successful!</h2>
window.location.href = "cart.html";
});
</script>
<a class="gotopbtn" href="#"><i class="fas fa-arrow-up"></i></a>
<!-- <a class="gotopbtn" href="#"><i class="fas fa-arrow-up"></i></a> -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
Expand Down
12 changes: 0 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1055,18 +1055,6 @@ <h2>Subscription Successful!</h2>
});
});
</script>

<script>
if (isDarkMode) {
sunIcon.style.display = "none";
moonIcon.style.display = "inline-block";
localStorage.setItem("theme", "dark");
} else {
sunIcon.style.display = "inline-block";
moonIcon.style.display = "none";
localStorage.setItem("theme", "light");
};
</script>
</body>

</html>
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ body {
}

body.dark-mode {
background-color: #121212;
background-color: #828593;
color: #ffffff;
}

Expand All @@ -1807,7 +1807,7 @@ header.dark-mode {
}

body.dark-mode .navbar {
background-color: #333;
background-color: #5a4343;
}

body.dark-mode .navbar a:hover {
Expand Down

0 comments on commit 6b1cbf9

Please sign in to comment.