diff options
author | j-james | 2022-10-12 13:53:16 +0000 |
---|---|---|
committer | j-james | 2022-10-12 13:53:16 +0000 |
commit | 813688c83aa9e1a4d0c14d1c3609bf63033d941a (patch) | |
tree | f621f05619919a4d7b48c99ec1a20fba7e7a7dcd /bookshelf.html | |
parent | 3d88f4d1b86b6474c58728f20a365610f38f470e (diff) |
Update bookshelf
Diffstat (limited to 'bookshelf.html')
-rw-r--r-- | bookshelf.html | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/bookshelf.html b/bookshelf.html index 1f529f3..d58dda2 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -82,6 +82,11 @@ <h3>Nineteen Eighty-Four</h3> <i>George Orwell</i> </div> + <div> + <img src="assets/the-handmaids-tale.jpg" class="cover"/> + <h3>The Handmaid's Tale</h3> + <i>Margaret Atwood</i> + </div> </div> <hr> <h2>Fantasy</h2> @@ -135,9 +140,9 @@ <i>Jeff Smith</i> </div> <div> - <img src="assets/homestuck.svg" class="icon"/> - <h3><a href="https://homestuck.com">Homestuck</a></h3> - <i>Andrew Hussie</i> + <img src="assets/copper.jpg" class="cover"/> + <h3><a href="https://www.boltcityproductions.com/copper/">Copper</a></h3> + <i>Kazu Kibuishi</i> </div> <div> <img src="assets/hark.png" class="cover"/> @@ -145,9 +150,9 @@ <i>Kate Beaton</i> </div> <div> - <img src="assets/a-softer-world.png" class="icon"/> - <h3><a href="https://www.asofterworld.com/">a softer world</a></h3> - <i>Emily Horne and Joey Comeau</i> + <img src="assets/homestuck.svg" class="icon"/> + <h3><a href="https://homestuck.com">Homestuck</a></h3> + <i>Andrew Hussie</i> </div> <div> <img src="assets/avasdemon.jpg" class="cover"/> @@ -155,8 +160,13 @@ <i>Michelle Czajkowski</i> </div> <div> + <img src="assets/a-softer-world.png" class="icon"/> + <h3><a href="https://www.asofterworld.com/">a softer world</a></h3> + <i>Emily Horne and Joey Comeau</i> + </div> + <div> <img src="assets/xkcd.png" class="icon"/> - <h3><a href="https://xkcd.org">xkcd</a></h3> + <h3><a href="https://xkcd.com/">xkcd</a></h3> <i>Randall Munroe</i> </div> </div> |