forked from wcaleb/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_navigation.html
More file actions
13 lines (12 loc) · 780 Bytes
/
_navigation.html
File metadata and controls
13 lines (12 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--Begin contents of _navigation.html which are inserted using the include-before-body option in pandoc.-->
<div class="header">
<ul class= "nav nav-pills pull-right">
<li class="hidden-phone"><a href="./cv.html">CV</a></li>
<li class="hidden-phone"><a href="./research.html">Research/</a></li>
<li class="hidden-phone"><a href="./teaching.html">Teaching/</a></li>
<li class="hidden-phone"><a href="./hacks.html">Hacks/</a></li>
<li class="visible-phone"><a href="./index.html#site-map">← Site Map</a></li>
<li><a href="index.html"><img src="./photo.jpg" class="pull-left"></a></li>
</ul>
</div>
<!--End contents of _navigation.html which are inserted using the include-before-body option in pandoc.-->