summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2022-10-12 13:53:16 +0000
committerj-james2022-10-12 13:53:16 +0000
commit813688c83aa9e1a4d0c14d1c3609bf63033d941a (patch)
treef621f05619919a4d7b48c99ec1a20fba7e7a7dcd
parent3d88f4d1b86b6474c58728f20a365610f38f470e (diff)
Update bookshelf
-rw-r--r--assets/copper.jpgbin0 -> 158489 bytes
-rw-r--r--assets/the-handmaids-tale.jpgbin0 -> 187384 bytes
-rw-r--r--bookshelf.html24
3 files changed, 17 insertions, 7 deletions
diff --git a/assets/copper.jpg b/assets/copper.jpg
new file mode 100644
index 0000000..fded479
--- /dev/null
+++ b/assets/copper.jpg
Binary files differ
diff --git a/assets/the-handmaids-tale.jpg b/assets/the-handmaids-tale.jpg
new file mode 100644
index 0000000..ff883ad
--- /dev/null
+++ b/assets/the-handmaids-tale.jpg
Binary files differ
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>