-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (126 loc) · 3.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<link rel="preload" as="font" href="/static/fonts/InterVariable.woff2" crossorigin="" type="font/woff2">
<link rel="preload" as="font" href="/static/fonts/Lora-latin.woff2" crossorigin="" type="font/woff2">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/static/fonts/inter.css" rel="stylesheet" type="text/css">
<link href="/static/fonts/lora.css" rel="stylesheet" type="text/css">
<link href="/rss.xml" rel="alternate" type="application/rss+xml">
<title>Bookshelf</title>
</head>
<body>
<header>
<nav>
<p>
<a href="/" class="index">zakaria.org</a> <a href="/posts">Blog</a> <a href="/projects.html">Projects</a> <a href="/about.html">About</a>
</p>
</nav>
</header>
<main>
<h1 id="bookshelf">Bookshelf</h1>
<p>List of books I am currenly reading:</p>
<ul>
<li><em>The Fall</em> by Albert Camus</li>
</ul>
<h2 id="collecting-dust">Collecting dust</h2>
<p>Following is a table of books I have previously read, and are now collecting dust on my desk.
I try to keep the list in reverse chronological order of when I’ve read them.<br>
I have read (and forgotten) so much over the years so this list is not exhaustive.<br>
This table is highly inspired by <a href="https://icyphox.sh/reading/" title="reading - icyphox">icyphox</a>.</p>
<table>
<tbody>
<tr>
<td><em>The Plague</em><br>by Albert Camus</td>
<td>••••</td>
</tr>
<tr>
<td><em>Wuthering Heights</em><br>by Emily Bronte</td>
<td><a href="#" title="will come back to at some point">dnf</a></td>
</tr>
<tr>
<td><em>Bobok</em><br>by Fyodor Dostoyevsky (transl. Ronald Meyer)</td>
<td>••••</td>
</tr>
<tr>
<td><em>White Nights</em><br>by Fyodor Dostoyevsky (transl. Ronald Meyer)</td>
<td>•••••</td>
</tr>
<tr>
<td><em>The Stranger</em><br>by Albert Camus</td>
<td>••••</td>
</tr>
<tr>
<td><em>Before the Coffee Gets Cold</em><br>by Toshikazu Kawaguchi (transl. Geoffrey Trousselot)</td>
<td>••••</td>
</tr>
<tr>
<td><em>The Autobiography of Malcom X</em><br>by Malcolm X, Alex Haley</td>
<td>•••••</td>
</tr>
<tr>
<td><em>Dracula</em><br>by Bram Stoker</td>
<td>•••••</td>
</tr>
<tr>
<td><em>The Iliac Crest</em><br>by Cristina Rivera Garza (transl. Sarah Booker)</td>
<td>••••</td>
</tr>
<tr>
<td><em>Ubik</em><br>by Philip K. Dick</td>
<td>•••••</td>
</tr>
<tr>
<td><em>A Scanner Darkly</em><br>by Philip K. Dick</td>
<td>••••</td>
</tr>
<tr>
<td><em>Do Androids Dream of Electric Sheep</em><br>by Philip K. Dick</td>
<td>•••</td>
</tr>
<tr>
<td><em>Brave New World</em><br>by Aldous Huxley</td>
<td>•••••</td>
</tr>
<tr>
<td><em>Count Zero</em><br>by William Gibson</td>
<td>••••</td>
</tr>
<tr>
<td><em>In the Miso Soup</em><br>by Ryu Murakami (transl. Ralph McCarthy)</td>
<td>••••</td>
</tr>
<tr>
<td><em>Neuromancer</em><br>by William Gibson</td>
<td>•••••</td>
</tr>
<tr>
<td><em>Trainspotting</em><br>by Irvine Welsh</td>
<td>•••••</td>
</tr>
<tr>
<td><em>Balzac and the Little Chinese Seamstress</em><br>by Dai Sijie (transl. Ina Rilke)</td>
<td>••••</td>
</tr>
<tr>
<td><em>Sputnik Sweetheart</em><br>by Haruki Murakami (transl. Philip Gabriel)</td>
<td>•••</td>
</tr>
<tr>
<td><em>The Poisonwood Bible</em><br>by Barbara Kingsolver</td>
<td>•••••</td>
</tr>
<tr>
<td><em>Nineteen Eighty-Four</em><br>by George Orwell</td>
<td>••••</td>
</tr>
</tbody>
</table>
</main>
<footer>
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">© CC BY-SA 4.0</a> <a href="./index.md">plaintext</a> <a href="http://64wv2uqwjacqer7z5d6ooqgrvjwlioizmo7hgmxm7zxerbvgnoqhafid.onion/bookshelf/index.html">onion</a></p>
</footer>
</body>
</html>