-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
25 lines (25 loc) · 689 Bytes
/
Copy pathcv.html
File metadata and controls
25 lines (25 loc) · 689 Bytes
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
<html>
<head>
<meta name="description" content="Academic curriculum vitae." />
<title>Alex Bailey</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<br>
<div id="titles">
<a id="page-title" href="./">Home</a>
<a id="page-title" href="research.html">Research</a>
<a id="page-title" href="publications.html">Publications</a>
<a id="page-title" href="seminars.html">Seminars</a>
<a id="page-title" href="software/">Software</a>
CV
</div>
<br><br>
<span id="heading">CV</span>
<br><br>
Download a copy of my CV
<a href="bailey-cv.pdf">here</a>.
</div>
</body>
</html>