updated the website with new features and improvements

This commit is contained in:
2026-02-12 17:28:25 -05:00
parent b26ebb6d6e
commit 36f7d0ed8b
5 changed files with 383 additions and 39 deletions

View File

@@ -34,9 +34,17 @@
<div class="nav-links">
<a href="links.html" class="active">Links</a>
</div>
<button class="theme-toggle" type="button" aria-label="Toggle dark mode" aria-pressed="false">
<i class="fa-solid fa-moon"></i>
</button>
<div class="theme-menu">
<button class="theme-toggle" type="button" aria-label="Theme: Auto" aria-expanded="false">
<i class="fa-solid fa-circle-half-stroke"></i>
<span class="theme-caret"><i class="fa-solid fa-chevron-down"></i></span>
</button>
<div class="theme-dropdown" role="menu" aria-label="Theme">
<button class="theme-option" type="button" data-theme-choice="auto" role="menuitem">Auto</button>
<button class="theme-option" type="button" data-theme-choice="light" role="menuitem">Light</button>
<button class="theme-option" type="button" data-theme-choice="dark" role="menuitem">Dark</button>
</div>
</div>
</div>
</nav>