-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
43 lines (24 loc) · 1.08 KB
/
cv.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-us"><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Greg Knapp: CV</title>
<meta content="Greg Knapp" name="author">
<meta content="The curriculum vitae (or CV) of Greg Knapp" name="description">
<style type="text/css"></style>
<link rel="stylesheet" href="knappstyle.css" type="text/css"></head><body style="margin-left: auto; margin-right: auto;">
<h1 style="text-align: center;">Greg Knapp</h1>
<div id="outer-tab-bar">
<div class="table">
<ul id="tab-bar">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a class="active" href="cv.html">CV</a></li>
<li><a href="how_tos.html">"How To"s </a></li>
</ul>
</div>
</div>
<p style="text-align: center;">You can find my CV here
(last updated February 2025):<br>
</p>
<embed src="files/knapp_cv.pdf" type="application/pdf" height="1000" width="100%">
</body></html>