-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
executable file
·38 lines (32 loc) · 1.25 KB
/
cv.html
File metadata and controls
executable file
·38 lines (32 loc) · 1.25 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Vrbik/CV</title>
<link rel="stylesheet" type="text/css" href="css/global.css"></link>
<link rel="stylesheet" type="text/css" href="css/slider.css"></link>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,100' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Ovo' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="Wrapper">
<div id="Logo"></div>
<div id="Name">Paul Vrbik</div><br>
<div id="Uni">>>Mathematician, programmer, and educator.</div>
<div id="NavBar">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="publications.html">research</a></li>
<li><a href="notes.html">grey literature</a></li>
<li><a href="pdfs/vrbik_cv.pdf">cv</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div style="clear: both;"> </div>
<div id="NotFrontPage">
CV
</div>
<div style="clear: both;"> </div>
</div>
</body>
</html>