-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.29 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ada powers</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
/* Styling and font stack largely comes from perfectmotherfuckingwebsite.com */
body {
margin:40px auto;
padding:0 50px;
font:18px/1.5 -apple-system,BlinkMacSystemFont,"avenir next",avenir,"Segoe UI","lucida grande","helvetica neue",helvetica,"Fira Sans",roboto,noto,"Droid Sans",cantarell,oxygen,ubuntu,"franklin gothic medium","century gothic","Liberation Sans",sans-serif;
color:#444;
}
h1,h2,h3 {
line-height:1.2;
}
</style>
</head>
<body>
<h1>ada powers</h1>
<p>has not finished building her website.</p>
<p>but you can:
<ul>
<li><a href="mailto://ada@powe.rs">email her</a> at ada@powe.rs</li>
<li><a href="https://adapowers.github.io/AdaPowersCV.pdf">view her curricula vitae</a></li>
<li><a href="https://medium.com/@mspowahs">read her stuff on medium</a></li>
<li><a href="https://twitter.com/@mspowahs">follow her on twitter</a></li>
<li><a href="https://linkedin.com/in/adapowers">connect with her on linkedin</a></li>
</ul>
</p>
</body>
</html>