-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
21 lines (20 loc) · 864 Bytes
/
header.html
File metadata and controls
21 lines (20 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- -->
<header>
<div class="head-imgtxt">
<img src="Quantum4hep_logo.png" alt="Quantum4HEP Logo"class="header-image">
<div class="header-b">
<h1>Quantum4HEP</h1>
<h3 id="h3head" class="header2-title" >Bringing Quantum Technologies to HEP</h3>
</div>
</div>
<nav class="navbar">
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="peoples.html">Peoples</a></li>
<li><a href="future.html">Future Ideas</a></li>
<li><a href="https://github.com/Quantum4HEP">Github Repository</a></li>
</ul>
<button class="menu-toggle" aria-label="Open menu">☰</button>
</nav>
</header>