-
Notifications
You must be signed in to change notification settings - Fork 0
/
misc.html
56 lines (46 loc) · 1.65 KB
/
misc.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
<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]-->
<script type="text/javascript" language="JavaScript">
<!--
NumberOfImagesToRotate = 1;
FirstPart = '<img src="images/';
LastPart = '.jpg" height="200" width="200">';
function printImage() {
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);
document.write(FirstPart + r + LastPart);
}
//-->
</script>
</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>
<a href="contact.html">contact</a><br>
<b><a href="misc.html">misc.</a></b><br>
<a href="cv.html">cv / bio</a><br>
</div>
<div class="span-13">
<p><b>Ultimate Frisbee:</b>
Outside of science I play and coach Ultimate Frisbee. I played for the nationally competive University of Colorado Women’s team, Kali, for 3 years, and now play on a mixed gender club team called Love Tractor. I also now coach the CU women’s second team, Devi.
<img src="images/ultimate.jpg" width=800>
<hr>
</div>
</div>
</body>
</html>