-
Notifications
You must be signed in to change notification settings - Fork 0
/
books.html
60 lines (58 loc) · 1.84 KB
/
books.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>BOOKS</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>Some interesting books I've read in recent years</div>
<br/>
<h3>2022</h3>
<div>Invention of Nature</div>
<div>Entangled Life</div>
<div>The Hidden Life of Trees</div>
<div>The Untethered Soul</div>
<div>Nonviolent Communication</div>
<div>Arctic Dreams</div>
<h3>2021</h3>
<div>Grit</div>
<div>Why Zebras Don't Get Ulcers</div>
<div>The Innovators</div>
<div>Endurance: Shackleton's Incredible Voyage</div>
<h3>2020</h3>
<div>Accelerate</div>
<div>Atomic Habits</div>
<div>The Golden Spruce</div>
<div>Sapiens</div>
<div>The Artist's Way</div>
<h3>2019</h3>
<div>Getting Things Done</div>
<div>Good to Great</div>
<div>Mistakes Were Made (But Not By Me)</div>
<div>Surely You're Joking Mr. Feynman (reread)</div>
<div>The Journals of Lewis and Clark</div>
<div>Ultralearning</div>
<div>Undaunted Courage</div>
<div>Why We Sleep</div>
<h3>2018</h3>
<div>A Man Called Ove</div>
<div>Enlightenment Now</div>
<div>On the Hive and the Honeybee</div>
<div>Refactoring</div>
<div>The Idiot</div>
<div>The Underground Railroad</div>
</div>
</body>
</html>