-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 860 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 860 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link href="index.css" type="text/css" rel="stylesheet">
<title>Christina L Austin</title>
</head>
<body>
<div id="name-banner" class="big-round-corners big-shadow">
Christina L Austin, PhD <a href="mailto:clausti@gmail.com" id="email-link">[email]</a> <a href="https://www.github.com/clausti" id="github-link">[github]</a> <a href="http://www.linkedin.com/in/clausti" id="linkedin-link">[linkedin]</a> <a href="christina_austin.pdf" id="resume-link">[pdf resume]</a>
</div>
<div id="content">
<div id="left-sidebar" class="small-shadow">
<img src="Christina_Portraits-16.jpg"
id="portrait"
alt="portrait"
height="700">
</div>
</div>
</body>
</html>