Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
<li><a href="#projects" onclick="scrollToSection('projects')" aria-label="Projects section" target="_self" target="_blank">Projects</a></li>
<li><a href="#contact" onclick="scrollToSection('contact')" aria-label="Contact section" target="_self" target="_blank">Contact</a></li>
</ul>
<!-- Theme toggle button -->
<!-- This button allows users to switch between Dark and Light mode. -->
<button id="theme-toggle"
class="theme-toggle"
type="button"
aria-label="Toggle theme"
aria-pressed="false"
title="Toggle dark / light mode">
<span class="theme-icon">🌙</span>
<span class="visually-hidden">Toggle theme</span>
</button>
<div class="mobile-menu" onclick="toggleMobileMenu()" aria-label="Toggle navigation menu">
<span></span>
<span></span>
Expand Down