-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCopyFrom.html
More file actions
19 lines (19 loc) · 803 Bytes
/
CopyFrom.html
File metadata and controls
19 lines (19 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<header id="header">
<div class="container main-menu">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="index.html"><img src="img/logos/1.png" width="48px" alt="" title=""></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header><!-- #header -->