diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
| commit | 8447267bbe6579255905e313c512ea449309e393 (patch) | |
| tree | c5bebcad1c9a27844a72ccb0912b92a3b39950a9 /min/books.html | |
| parent | 3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff) | |
add files
Diffstat (limited to 'min/books.html')
| -rw-r--r-- | min/books.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/min/books.html b/min/books.html new file mode 100644 index 0000000..7de9d7f --- /dev/null +++ b/min/books.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML> +<html> +<head> + <link href="min.css" rel="stylesheet"> + <meta charset="unicode"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Books</title> + <style> + .flex { + flex-direction: row; + justify-content: center; + } + img { + height: 200px; + } + </style> +</head> +<body> + <nav> + <h1>Teeth in Vitro</h1> + <span style="font-weight: bold;"> + <a href="home.html">home</a>   + <a href="about.html">about</a>   + <a href="../thoughts.html">thoughts</a>   + <a href="poetry.html">poetry</a>   + <a href="art.html">art</a>   + <a href="../music.html">music</a>   + <a href="books.html">library</a>   + <a href="projects.html">projects</a>   + <a href="links.html">links</a>   + </span> + <hr> + </nav> + <h2>Library</h2> + <p><a href="https://www.goodreads.com/user/show/164235846-c">Goodreads</a> - <a href="https://letterboxd.com/tatami_room/">Letterboxd</a> - <a href="https://anilist.co/user/radiohotline/">AniList</a></p> + <h3>Currently Reading:</h3> + <ul> + <li>Jean Paul Sartre - Nausea</li> + <li>William S. Burroughs - Naked Lunch</li> + </ul> + <h3>On Hold:</h3> + <ul> + <li>Oscar Wilde - The Picture of Dorian Gray</li> + <li>Yevgeny Zamyatin - We</li> + <li>Bernando Zannoni - My Stupid Intentions</li> + <li>Fyodor Dostoevsky - Notes From Underground</li> + </ul> + <h3>Recently read:</h3> + <ul> + <li>Sarah Kane - 4.48 Psychosis</li> + <li>Urs Allemann - Babyfucker</li> + <li>Patrick Süskind - Perfume: The Story of a Murderer</li> + <li>Anthony Burgess - A Clockwork Orange (Restored Edition)</li> + </ul> + <br> + <h3>Favourite books</h3> + <div class="flex"> + <img src="../img/lib/hol.jpeg" alt="House of Leaves - Mark Z. Danielewski"> + <img src="../img/lib/necro.jpg" alt="The Necrophiliac - Gabrielle Wittkop"> + <img src="../img/lib/acwo.jpg" alt="A Clockwork Orange - Anthony Burgess"> + <img src="../img/lib/naked.jpg" alt="Naked Lunch - William S. Burroughs"> + <img src="../img/lib/448.jpg" alt="4.48 Psychosis - Sarah Kane"> + <img src="../img/lib/baby.jpg" alt="Babyfucker - Urs Allemann"> + <img src="../img/lib/stranger.jpg" alt="The Stranger - Albert Camus"> + <img src="../img/lib/snake.jpg" alt="The Man Who Spoke Snakish - Andrus Kivirähk"> + <img src="../img/lib/forgive.jpg" alt="Forgive Me, Leonard Peacock - Matthew Quick"> + <img src="../img/lib/trans.jpg" alt="Enlightened Transsexual Comix - Sam Szabo"> + <img src="../img/lib/punpun.jpg" alt="Oyasumi Punpun - Inio Asano"> + <img src="../img/lib/girl.jpeg" alt="Girl on the Shore - Inio Asano"> + </div> + <h3>Favourite films</h3> + <div class="flex"> + <img src="../img/film/angel.jpg" alt="Angel's Egg (1985)"> + <img src="../img/film/clock.jpg" alt="A Clockwork Orange (1971)"> + <img src="../img/film/martin.jpg" alt="Martin (1977)"> + <img src="../img/film/dancer.jpg" alt="Dancer in the Dark (2000)"> + <img src="../img/film/if.jpg" alt="If.... (1968)"> + <img src="../img/film/maude.jpg" alt="Harold and Maude (1971)"> + <img src="../img/film/planet.jpg" alt="La Planet Sauvage (1973)"> + <img src="../img/film/little.jpg" alt="Little Miss Sunshine (2006)"> + </div> +</body> +</html> |
