-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
39 lines (33 loc) · 1.22 KB
/
contact.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
<html>
<head>
<title>Hilary Egan</title>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<link rel="stylesheet" type="text/css" href="css/hilary.css">
<!--[if IE]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
<div class="container">
<div class="column span-24 first last">
<h1>Hilary Egan</h1>
</div>
<hr>
</div>
<div class="container">
<div class="span-2 first colborder">
<a href="index.html">home</a><br>
<a href="news.html">news</a><br>
<a href="research.html">research</a><br>
<a href="outreach.html">outreach</a><br>
<a href="gallery.html">gallery</a><br>
<b><a href="contact.html">contact</a></b><br>
<a href="misc.html">misc.</a><br>
<a href="cv.html">cv / bio</a><br>
</div>
<div class="span-13">
<p>Email address: <a href="mailto:[email protected]">[email protected]</a><br>
Github: <a href="https://github.com/eganhila/">eganhila</a><br>
Twitter: <a href="https://twitter.com/hilary_egan">@hilary_egan</a></p>
</div>
</body>
</html>