diff options
Diffstat (limited to 'library.html')
| -rw-r--r-- | library.html | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/library.html b/library.html index 60a887f..74cd3cb 100644 --- a/library.html +++ b/library.html @@ -39,7 +39,7 @@ } .items img:hover { - height: 250px; + transform: scale(1.3); filter: drop-shadow(0 0 10px rgba(255,255,255,0.9)); } @@ -77,8 +77,6 @@ <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>Comte de Lautreamont - Les Chants de Maldoror</li> - <li>Bernard Shaw - Pygmalion</li> <li>Ven de Mieroop - A History of the Ancient Near East</li> </ul> <h2>On Hold:</h2> @@ -87,20 +85,27 @@ </ul> <h2>Recently Finished:</h2> <ul> + <li>John Steinbeck - Of Mice and Men</li> + <li>Comte de Lautreamont - Les Chants de Maldoror</li> + <li>Bernard Shaw - Pygmalion</li> <li>William S. Burroughs - Naked Lunch</li> - <li>Samuel Beckett - Waiting For Godot</li> - <li>Lewis Carroll - Through the Looking-Glass and What Alice Found There</li> - <li>Joseph Conrad - Heart of Darkness</li> </ul> <hr> <p><sup>1</sup>I should add music... After all, music is my favourite thing in the world.</p> + <hr> + + <div> + <h2>Thoughts</h2> + <p>Coming someday</p> + </div> + </div> <div class="column"> - <h2>Favourite books</h2> + <h2>Books I Particularly Enjoyed</h2> <div class="items"> <img src="img/lib/hol.jpeg" alt="House of Leaves - Mark Z. Danielewski"> <img src="img/lib/necro.jpg" alt="The Necrophiliac - Gabrielle Wittkop"> @@ -112,9 +117,10 @@ <img src="img/lib/alice.jpg" alt="Alice's Adventures in Wonderland - Lewis Carroll"> <img src="img/lib/perfume.jpg" alt="Perfume: The Story of a Murderer - Patrick Süskind"> <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/godot.jpg" alt="Waiting for Godot - Samuel Beckett"> - <img src="img/lib/trans.jpg" alt="Enlightened Transsexual Comix - Sam Szabo"> + <img src="img/lib/maldoror.jpg" alt="Les Chants de Maldoror - Comte de Lautreamont"> + <img src="img/lib/mice.jpg" alt="Of Mice and Men - John Steinbeck"> + <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"> <img src="img/lib/child.jpg" alt="Child of God - Kyoudai Nishioka"> @@ -125,7 +131,7 @@ <hr> - <h2>Favourite films</h2> + <h2>Ditto, With Films</h2> <div class="items"> <img src="img/film/angel.jpg" alt="Angel's Egg (1985)"> <img src="img/film/clock.jpg" alt="A Clockwork Orange (1971)"> @@ -133,7 +139,7 @@ <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/planet.jpg" alt="La Planet Sauvage (1 973)"> <img src="img/film/little.jpg" alt="Little Miss Sunshine (2006)"> <img src="img/film/theblacktower.jpg" alt="The Black Tower (1987)"> </div> |
