-
Notifications
You must be signed in to change notification settings - Fork 0
/
free.html
35 lines (33 loc) · 1.08 KB
/
free.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>FREE IDEAS</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">
<div>Make it happen.</div>
<ul>
<li>Peanut butter in a squeeze pouch. Picture it. No more stirring. Genius!</li>
<li>Visualization of abstract work to be done that approximates "how much
field is left to plow".
</li>
<li>Dog crate sock. Keeps the dog crate warm in the winter.</li>
<li>Browser extension that parses article language for cognitive distortions
and scoring.
</li>
</ul>
</div>
</body>
</html>