Skip to content

Commit 2f8dc56

Browse files
committed
whoops
1 parent 0d6d2f1 commit 2f8dc56

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

about.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<title> about chris wanstrath </title>
5+
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
6+
<link href="/css/defunkt.css" rel="stylesheet" type="text/css" />
7+
<style>
8+
body { background:#fff; }
9+
p {
10+
margin-left: 200px;
11+
}
12+
</style>
13+
</head>
14+
15+
<body>
16+
<h1> chris w. </h1>
17+
18+
<p>cofounded <a href="http://github.com">GitHub</a>.</p>
19+
<p>used to work at <a href="http://en.wikipedia.org/wiki/CNET_Networks">CNET</a>.</p>
20+
<p>lives in <a href="http://www.flickr.com/search/?q=dolores+park">San Francisco, CA</a>.</p>
21+
<p>grew up in <a href="http://www.flickr.com/search/?q=cincinnati%20bengals">Cincinnati, OH</a>.</p>
22+
<p>loves <a href="http://en.wikipedia.org/wiki/A_Song_of_Ice_and_Fire">George R. R. Martin</a> books.</p>
23+
<p>can be emailed at <a href="mailto:chris@ozmm.org">chris@ozmm.org</a>.</p>
24+
<div class="back">
25+
<a href="/">
26+
&#8617;
27+
</a>
28+
</div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)