feat: Enhance navigation accessibility and update terminal commands
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user