diff options
-rw-r--r-- | assets/copper.jpg | bin | 0 -> 158489 bytes | |||
-rw-r--r-- | assets/the-handmaids-tale.jpg | bin | 0 -> 187384 bytes | |||
-rw-r--r-- | bookshelf.html | 24 |
3 files changed, 17 insertions, 7 deletions
diff --git a/assets/copper.jpg b/assets/copper.jpg Binary files differnew file mode 100644 index 0000000..fded479 --- /dev/null +++ b/assets/copper.jpg diff --git a/assets/the-handmaids-tale.jpg b/assets/the-handmaids-tale.jpg Binary files differnew file mode 100644 index 0000000..ff883ad --- /dev/null +++ b/assets/the-handmaids-tale.jpg 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> |