The bookshelf, as its name might lead one to deduce, is a place for me to keep a list of books I want to read, am reading, and have read.
+ The bookshelf, as its name might lead one to deduce, is a place for me to keep track of books I want to read, am reading, and have read. Recently though, these lists have become somewhat outdated and obsolete, as I have a list written on a physical whiteboard by my bed.
My own rendition was simply four square boxes stacked to form another square in two rows and two columns, achieved using the flex-wrap: wrap;
property on the outer container div
. In the event where the screen size got too small, the square boxes would reorganize themselves into a single column. I had a lot of help from css-trick's guide to flexbox.
+ My own rendition was simply four square boxes stacked in two rows and two columns to form another, larger square. I'd achieved this using the flex-wrap: wrap;
property on the outer container div
. In the event where the screen size got too small, the square boxes would reorganize themselves into a single column. I had a lot of help from css-tricks' guide to flexbox while figuring out flexboxes.
+
+ Within my to-read list, I'd tried to make the list look like stacked books with a few inline div
elements. Although it works, I think I could find a way to execute this better.
+
+ When 2023 came around, I didn't know how to include both my 2022 and 2023 lists of books I've read without it being overwhelming, long and hard to scroll through in such a tiny box. I ended up simply removing the books I've read section. A part of me really wants to re-do this page; I rarely update my webpages and so the part of what books I'm currently reading feel like a chore to update, and somewhat redundant in the face of my lack of consistency in updating it.
+ When 2023 came around, I didn't know how to include both my 2022 and 2023 lists of books I've read without it being overwhelming, long and hard to scroll through in such a tiny box. I ended up simply removing the books I've read section. A part of me really wants to re-do this entire page; I rarely update my webpages and so the part of what books I'm currently reading feel like a chore to update, and somewhat redundant given my lack of consistency in updating it.
diff --git a/precipice/archives/images/404-v1.jpg b/precipice/archives/images/404-v1.jpg
new file mode 100644
index 0000000..bb4f6de
Binary files /dev/null and b/precipice/archives/images/404-v1.jpg differ
diff --git a/precipice/archives/images/archives-v1-responsive.jpg b/precipice/archives/images/archives-v1-responsive.jpg
new file mode 100644
index 0000000..ca489c0
Binary files /dev/null and b/precipice/archives/images/archives-v1-responsive.jpg differ
diff --git a/precipice/archives/images/archives-v1.jpg b/precipice/archives/images/archives-v1.jpg
new file mode 100644
index 0000000..cd2da1e
Binary files /dev/null and b/precipice/archives/images/archives-v1.jpg differ
diff --git a/precipice/archives/images/bookshelf-v1-responsive.jpg b/precipice/archives/images/bookshelf-v1-responsive.jpg
new file mode 100644
index 0000000..da83263
Binary files /dev/null and b/precipice/archives/images/bookshelf-v1-responsive.jpg differ
diff --git a/precipice/archives/images/bookshelf-v1.jpg b/precipice/archives/images/bookshelf-v1.jpg
new file mode 100644
index 0000000..bf821f2
Binary files /dev/null and b/precipice/archives/images/bookshelf-v1.jpg differ
diff --git a/precipice/archives/images/map-v1.jpg b/precipice/archives/images/map-v1.jpg
new file mode 100644
index 0000000..500f5f8
Binary files /dev/null and b/precipice/archives/images/map-v1.jpg differ
diff --git a/precipice/archives/images/precipice-v1.jpg b/precipice/archives/images/precipice-v1.jpg
new file mode 100644
index 0000000..23f6860
Binary files /dev/null and b/precipice/archives/images/precipice-v1.jpg differ
diff --git a/precipice/archives/images/toybox-v1.jpg b/precipice/archives/images/toybox-v1.jpg
new file mode 100644
index 0000000..ac8674b
Binary files /dev/null and b/precipice/archives/images/toybox-v1.jpg differ
diff --git a/precipice/archives/images/tsp-portfolio-v1.jpg b/precipice/archives/images/tsp-portfolio-v1.jpg
new file mode 100644
index 0000000..e5caa9e
Binary files /dev/null and b/precipice/archives/images/tsp-portfolio-v1.jpg differ
diff --git a/precipice/archives/index.html b/precipice/archives/index.html
index 15a63ab..a4a1194 100644
--- a/precipice/archives/index.html
+++ b/precipice/archives/index.html
@@ -19,7 +19,7 @@