summaryrefslogtreecommitdiff
path: root/public/books/list-of-books
diff options
context:
space:
mode:
Diffstat (limited to 'public/books/list-of-books')
-rw-r--r--public/books/list-of-books/index.html101
1 files changed, 101 insertions, 0 deletions
diff --git a/public/books/list-of-books/index.html b/public/books/list-of-books/index.html
new file mode 100644
index 0000000..5e4cfd4
--- /dev/null
+++ b/public/books/list-of-books/index.html
@@ -0,0 +1,101 @@
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
+ <link rel="manifest" href="/images/site.webmanifest">
+ <link rel="stylesheet" href="/css/style.css" />
+ <link rel="stylesheet" href="/css/fonts.css" />
+ <script async type="text/javascript" src="js/code.js"> </script>
+</head>
+
+<div class="container">
+ <ul id="bar">
+
+ <li>
+ <a href="/">go back</a>
+ </li>
+ <li>|</li>
+
+ <li>
+ <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a>
+ </li>
+ <li>|</li>
+ <li>
+ <a href="https://git.denounce.ai/">git.denounce.ai</a>
+ </li>
+ <li>|</li>
+ <li>
+ <a href="https://ohmyghost.nl">ohmyghost.nl</a>
+ </li>
+ <li>|</li>
+ <li>
+ <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
+ </li>
+ <li>|</li>
+ <li>
+ book blog
+ </li>
+</ul>
+
+
+</div>
+</div>
+<div class="container">
+ <h2>List of Books</h2>
+ <p>This is a list of my favorite books.</p>
+<ul>
+<li>Daniel Keyes <em>Flowers for Algernon</em></li>
+<li>Philip K. Dick <em>Do Androids Dream of Electric Sheep?</em></li>
+<li><a href="/books/klara-and-the-sun/">Kazuo Ishiguro <em>Klara and the Sun</em></a></li>
+<li>John Steinbeck <em>The Grapes of Wrath</em></li>
+<li>Harper Lee <em>To Kill a Mockingbird</em></li>
+<li><a href="/books/all-the-lovers-in-the-night/">Mieko Kawakami <em>All the Lovers in the Night</em></a></li>
+<li>Kazuo Ishiguro <em>An Artist of the Floating World</em></li>
+<li>Khaled Hosseini <em>The Kite Runner</em></li>
+<li>Victor Hugo <em>The Hunchback of Notre-Dame</em></li>
+<li>Kazuo Ishiguro <em>Never Let Me Go</em></li>
+<li>Umberto Eco <em>The Name of the Rose</em></li>
+<li><a href="/books/the-island-of-missing-trees/">Elif Shafak <em>The Island of Missing Trees</em></a></li>
+<li>George Orwell <em>Animal Farm</em></li>
+<li>Hermann Hesse <em>Siddhartha</em></li>
+<li><a href="/books/lolita/">Vladimir Nabokov <em>Lolita</em></a></li>
+<li>Paulo Coelho <em>The Alchemist</em></li>
+<li>Carlos Ruiz Zafon <em>The Shadow of the Wind</em></li>
+<li>William Wharton <em>Dad</em></li>
+<li>Albert Camus <em>The Plague</em></li>
+<li>Anthony Doerr <em>All the Light We Cannot See</em></li>
+<li>Fyodor Dostoevsky <em>Crime and Punishment</em></li>
+<li>Kazuo Ishiguro <em>A Pale View of Hills</em></li>
+<li>Albert Camus <em>The Stranger</em></li>
+<li>George Orwell <em>1984</em></li>
+<li>Ian McEwan <em>Atonement</em></li>
+<li>Gregory David Roberts <em>Shantaram</em></li>
+<li>Khaled Hosseini <em>A Thousand Splendid Suns</em></li>
+<li>Albert Camus <em>The Fall</em></li>
+<li>Anthony Doerr <em>All the Light We Cannot See</em></li>
+<li>Nancy Kleinbaum <em>Dead Poets Society</em></li>
+<li>Gregory David Roberts <em>In the Shadow of the Mountain</em></li>
+<li>Kazuo Ishiguro <em>When We Were Orphans</em></li>
+<li>John Steinbeck <em>The Pearl</em></li>
+<li>Richard Powers <em>Bewilderment</em></li>
+<li>Kazuo Ishiguro <em>The Remains of the Day</em></li>
+<li>Aldous Huxley <em>Brave New World</em></li>
+<li>John Steinbeck <em>Of Mice and Men</em></li>
+<li>Oscar Wilde <em>The Picture of Dorian Gray</em></li>
+<li>Nikolai Gogol <em>Dead Souls</em></li>
+</ul>
+
+</div>
+<footer style="vertical-align: bottom;">
+ <div style="display: inline-block; margin-left:15px;">
+ <center>
+
+ © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved.
+
+ </center>
+ </div>
+</footer>
+</body>
+</html>
+