-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.1 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.1 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
<!DOCTYPE html>
<meta charset="utf-8">
<title>Sean Rhea</title>
<link rel="stylesheet" href="default.css">
<div id="header"><h1>Sean Rhea</h1></div>
<div id="content">
<div id="image" class="column">
<a href="images/balloon-large.jpg"/><img src="images/balloon.jpg" width="320" height="240" alt="Sean Rhea"></a>
</div>
<div id="notes" class="column">
<ul>
<li>I work for <a href="http://meraki.cisco.com">Cisco Meraki</a>.
<li>I used to <a href="cycling/index.html">race bikes</a>.
<li>I founded the <a href="http://goldencheetah.org">GoldenCheetah project</a>.
<li>I sometimes teach Algebra with the <a href="http://prisonuniversityproject.org/">Prison University Project</a>.
<li>I used to do <a href="papers/index.html">computer science research</a>.
<li>I am currently playing with <a href="http://github.com/srhea/passwords">a simple password safe</a>.
<li>I read email at <a href="mailto:sean.c.rhea@gmail.com">sean.c.rhea@gmail.com</a>.
</ul>
</div>
</div>
<div id="footer">
<address>© 2003-2014 Sean C. Rhea. All rights reserved.</address>
</div>