-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_navbar.html
More file actions
20 lines (20 loc) · 836 Bytes
/
_navbar.html
File metadata and controls
20 lines (20 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- NOTE: add "navbar-inverse" class for an alternate navbar background -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-header">
<a href="http://bit.ly/colauttilab"><img src="ColauttiLabLogo.png" width="128"></a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://ecoevogeno.org/">Lab Website</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->