diff options
Diffstat (limited to 'library.html')
| -rw-r--r-- | library.html | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/library.html b/library.html index ad99035..e6888ed 100644 --- a/library.html +++ b/library.html @@ -28,7 +28,7 @@ .items { display: flex; flex-flow: row wrap; - justify-content: space-between; + justify-content: space-evenly; gap: 10px; } @@ -77,24 +77,18 @@ <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> - <a href="https://listenbrainz.org/user/falloftroy">Listenbrainz</a><sup>1</sup></p> <h2>Currently Reading:</h2> <ul> - <li>Joseph Conrad - Heart of Darkness</li> <li>William S. Burroughs - Naked Lunch</li> </ul> <h2>On Hold:</h2> <ul> - <li>Jean Paul Sartre - Nausea</li> - <li>Bernando Zannoni - My Stupid Intentions</li> - <li>Uketsu - Strange Pictures</li> - <li>Oscar Wilde - The Picture of Dorian Gray</li> - <li>Yevgeny Zamyatin - We</li> - <li>Fyodor Dostoevsky - Notes From Underground</li> + <li>More books than I'd like to admit.</li> </ul> <h2>Recently Finished:</h2> <ul> + <li>Joseph Conrad - Heart of Darkness</li> <li>Lewis Carroll - Alice's Adventures in Wonderland</li> <li>Uketsu - Strange Houses</li> <li>Sarah Kane - 4.48 Psychosis</li> - <li>Urs Allemann - Babyfucker</li> </ul> <hr> @@ -138,7 +132,7 @@ <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)"> - <img src="img/film/theblacktower.jpg" alt="The Black Tower (1987)"> + <img src="img/film/theblacktower.jpg" alt="The Black Tower (1987)"> </div> </div> </div> |
