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

+ +
+
+

Non-Fiction

+ +
+
+ + + 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; }