-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
57 lines (48 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Donna Malayeri / Resume</title>
<link rel="stylesheet" type="text/css" href="default.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Bitter:400%7COpen+Sans:400,600,700">
</head>
<body>
<div id="outer">
<div id="outer2">
<div id="header">
<h1><span class="myname">donna</span><b>malayeri</b></h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="cv.html">Resume</a></li>
<li><a href="pubs.html">Publications</a></li>
<li><a href="personal.html">Personal</a></li>
</ul>
</div>
<div id="content">
<div id="column1">
My resume (updated June 2018):
<ul>
<li>Resume [<b><a href="public/malayeri-resume-2018-june.pdf">pdf</a></b>]</li>
<li>Resume [<b><a href="public/malayeri-resume-2018-june.docx">Word .docx</a></b>]</li>
</ul>
<p></p> <p> </p>
<p></p> <p> </p>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4951567-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>