-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
18 lines (18 loc) · 791 Bytes
/
header.html
File metadata and controls
18 lines (18 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- Header -->
<header class="header">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/DQ.png" alt="DevilQuant Logo"></a>
</div>
<button class="menu-toggle" aria-label="Toggle Menu">☰</button>
<nav class="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="leadership">Leadership</a></li>
<li><a href="https://github.com/DevilQuantASU" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://www.linkedin.com/company/devilquant/about" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
</ul>
</nav>
</div>
</header>