-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.37 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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>INFORMATION</title>
<meta name="author" content="Sarah Schultz"/>
<meta name="description" content="Sass as a Service">
<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>i'm sarah</h1>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<div class="container">
<table>
<tr>
<td class="sidebar">
<p><a href="/about.html">about</a></p>
<p><a href="/books.html">books</a></p>
<p><a href="/challenges.html">challenges</a></p>
<p><a href="/classes.html">classes</a></p>
<p><a href="/free.html">free ideas</a></p>
<p><a href="/people.html">people</a></p>
<p><a href="/remote.html">remote</a></p>
<p><a href="/thinking.html">thinking</a></p>
<p><a href="/hire.html">hire me!</a></p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>