-
Notifications
You must be signed in to change notification settings - Fork 0
/
navbar.html
executable file
·28 lines (27 loc) · 1.15 KB
/
navbar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- ****************************** included from file navbar.html -->
<div class="sidebar">
<div class="sidebar2">
<!-- Left side top -->
<center><img width=140 src="http://www2.seas.gwu.edu/~pless/webImages/pless.jpg"></center>
<h4>Robert Pless</h4>
Patrick and Donna Martin Professor and<br>
Chair of Computer Science<br> <br>
George Washington University<br> <br>
SEH Bldg, Suite 4000<br> <br>
</tr>
</table>
</div>
<div class="sidebar3">
<!-- Left side MENU -->
<a href="http://www2.seas.gwu.edu/~pless/index.php">home</a><br>
<a href="http://www2.seas.gwu.edu/~pless/people.php">students</a><br>
<a href="http://www2.seas.gwu.edu/~pless/teaching.php">teaching</a><br>
<a href="http://www2.seas.gwu.edu/~pless/publications.php">publications</a><br>
<a href="http://www2.seas.gwu.edu/~pless/awards.php">awards/press</a><br>
<a href="http://www2.seas.gwu.edu/~pless/opportunities.php">join my group</a><br>
<a href="http://www2.seas.gwu.edu/~pless/code.php">code</a><br>
<a href="http://www2.seas.gwu.edu/~pless/longCVbibtex.pdf">CV</a>
</div>
</div>
<!-- ******************************** End of file navbar.html -->