feat: Enhance navigation accessibility and update terminal commands

This commit is contained in:
2025-11-15 09:44:02 -05:00
parent 4cb5559b40
commit 2920a32abd
6 changed files with 201 additions and 116 deletions

View File

@@ -13,12 +13,12 @@
<header class="hero" id="top">
<nav class="nav">
<div class="brand">ZDTT</div>
<button class="nav__toggle" aria-label="Toggle navigation">
<button class="nav__toggle" type="button" aria-label="Toggle navigation" aria-expanded="false" aria-controls="primary-nav">
<span></span>
<span></span>
<span></span>
</button>
<div class="nav__links">
<div class="nav__links" id="primary-nav">
<a href="#features">Features</a>
<a href="#install">Install</a>
<a href="#showcase">Showcase</a>