From bf92a8db9d8aa5a23d98cc31524b112dc995d301 Mon Sep 17 00:00:00 2001 From: Vivian Date: Mon, 5 May 2025 20:23:07 +0200 Subject: [PATCH] update website --- books.html | 37 +++++++++++++++++++++++++++++++++++++ index.html | 12 +++++++----- style.css | 6 +++--- 3 files changed, 47 insertions(+), 8 deletions(-) create mode 100644 books.html diff --git a/books.html b/books.html new file mode 100644 index 0000000..18a31c2 --- /dev/null +++ b/books.html @@ -0,0 +1,37 @@ + + + + + Vivian (0x76)'s Book Recommendations + + + + + +
+
+

+

These are some of my favourite books, in no particular order :)

+
+
+

Fiction

+
    +
  • The Name of the Rose, by Umberto Eco
  • +
  • A Hundred Years of Solitude, by Gabriel Garcia Marquez
  • +
  • Collected Fictions, by Jorge Luis Borges
  • +
  • Neuromancer, by William Gibson
  • +
  • House of Leaves, by Mark Z. Danielewski
  • +
+
+
+

Non-Fiction

+
    +
  • Imagined Communities, by Benedict Anderson
  • +
  • Simulacra and Simulation, by Jean Baudrillard
  • +
  • Capitalist Realism, by Mark Fisher
  • +
+
+
+ + + diff --git a/index.html b/index.html index 95e2687..53c4ffb 100644 --- a/index.html +++ b/index.html @@ -13,13 +13,15 @@

Hi I'm Vivian (she/her) and welcome to my website!

-
+

Wait who?

-

I am a student at the TU Delft studying CESE. I also teach some of the courses, specifically the Rust ones.

-

Besides my study I maintain a NixOS-based homelab, which is definitely more complex than it needs to be..

-

Apart from computers I am also interested in Philosophy — in which I did my minor — and I love to read.

+

+ I am a student at the TU Delft studying CESE. I also teach some of the courses, specifically the Rust ones. + Besides my study I maintain a NixOS-based homelab, which is definitely more complex than it needs to be... +

+ Apart from computers I am also interested in Philosophy — in which I did my minor — and I love to read.
-
+

Forking Paths

  • E-Mail
  • diff --git a/style.css b/style.css index 452a462..b7df272 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,7 @@ body { ul { padding: 0; + list-style-type: none; } li { @@ -65,19 +66,18 @@ header { grid-column: 2; } -section.about { +section.first { margin-top: 2em; grid-column: 2; grid-row: 2; } -section.socials { +section.second { grid-column: 2; grid-row: 3; } .socials > ul { - list-style-type: none; columns: 2; }