Skip to content

Commit

Permalink
Update projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lunekiska authored Feb 18, 2024
1 parent cea0467 commit 9766cbe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="css/main.css"/>
<link rel="icon" href="https://avatars2.githubusercontent.com/u/27868542">
</head>
<script src="js/light-mode.js"></script>
<body>
<div id="header-menu">
<div class="dropdown" style="float:right;">
Expand All @@ -25,6 +26,14 @@
<a href="https://github.com/lunekiska">GitHub</a>
</div>
</div>
<div id="container2">
<label class="switch">
<input type="checkbox" onclick="changeMode()">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
<span class="slider"></span>
</label>
</div>
</div>

<div id="container">
Expand Down

0 comments on commit 9766cbe

Please sign in to comment.