-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
23 lines (21 loc) · 764 Bytes
/
Copy pathheader.html
File metadata and controls
23 lines (21 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<header>
<nav class="nav">
<div class="nav-left">
<a href="index.html" style="display:flex; align-items:center; gap:0.9rem;">
<div class="nav-logo-icon"><span>HS</span></div>
<div class="nav-brand">
<div class="nav-brand-title">HaSolantia</div>
<div class="nav-brand-sub">Power You Trust.</div>
</div>
</a>
</div>
<button class="nav-toggle" aria-label="Toggle navigation" id="navToggle">☰</button>
<div class="nav-links" id="navLinks">
<a href="index.html">Home</a>
<a href="services.html">Topics</a>
<a href="portfolio.html">Portfolio</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</nav>
</header>