Skip to content

Commit

Permalink
Added option to switch to dark theme IMGIITRoorkee#11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanat-Jha committed Dec 17, 2024
1 parent b46fcb0 commit f66634b
Show file tree
Hide file tree
Showing 4 changed files with 913 additions and 8 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing_Page</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./resources/css/landingpage.css" />
<link id="theme-stylesheet" rel="stylesheet" href="./resources/css/landingpage.css" />

</head>

Expand All @@ -26,6 +26,7 @@
<div class="main-nav">
<ul>
<li><a href="./aboutus.html">About us</a></li>
<li><div class="theme-switch" id="theme-switch">Switch Theme</div></li>
<li><a href="./contactus.html">Contact us</a></li>
<li id="li3"><a id="try" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Try us out</a></li>

Expand Down Expand Up @@ -170,7 +171,9 @@
</div>
</footer>

<script src="./resources/javascript/themeswitch.js">

</script>

</body>

Expand Down
Loading

0 comments on commit f66634b

Please sign in to comment.