-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (32 loc) · 1.28 KB
/
about.html
File metadata and controls
35 lines (32 loc) · 1.28 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
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>ABOUT</title>
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/base.css" rel="stylesheet" type="text/css">
<link href="/shared.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<h1><a href="/">i'm sarah</a></h1>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<img class="headshot" src="images/headshot.jpg" alt="avatar"/>
<h2>Bio</h2>
<div>I live in Denver and work remotely for <a href="http://www.productplan.com">ProductPlan</a> as a Principal Engineer. I studied mathematics at UC Santa Barbara. I participate as a mentor and organizer in local Ruby groups and in the Railsbridge organization.</div>
<h2>Email</h2>
<div> sarahjschultz at gmail dot com</div>
<h2>On the world wide web</h2>
<ul>
<li><a href="https://github.com/sarahjschultz">sarahjschultz</a> on github;</li>
<li><a href="https://twitter.com/sassasaservice">sassasaservice</a> on Twitter</li>
</ul>
</div>
</body>
</html>