diff --git a/index.html b/index.html index 54c8d69..c2e5c61 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,18 @@

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... + I am a student at the TU Delft studying CESE. I also teach some of the courses, specifically the Rust ones. +

+

+ Currently I am working on my Master's Thesis of creating a Rust Embedded test suite for the Embedded-HAL at Tweede Golf, + if this sounds interesting do not hesitate to contact me on any of my socials below. +

+

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

+

+ Apart from computers I also dabble in philosophy — in which I did my minor — and I love to read.

- Apart from computers I also dabble in philosophy — in which I did my minor — and I love to read.

Forking Paths

@@ -27,6 +35,7 @@
  • E-Mail
  • Fedi
  • Matrix
  • +
  • Bluesky
  • Self-Hosted Git
  • Github
  • diff --git a/style.css b/style.css index b7df272..9e86aea 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,6 @@ body { font-style: normal; color: whitesmoke; background-color: black; - text-align: center; } h1, @@ -44,7 +43,7 @@ h3 { } h1 { - font-size: 8rem; + font-size: min(23vw, 8rem); } a:link, @@ -53,31 +52,28 @@ a:visited { } main { - height: 100%; padding: 0; margin: 0; - display: grid; - grid-template-columns: 1fr 1fr 1fr; - grid-template-rows: 1fr 1fr 1fr auto; + width: 100%; + display: flex; + text-align: center; + justify-content: center; + align-items: center; + flex-direction: column; } -header { - grid-row: 1; - grid-column: 2; +main > * { + width: min(80vw, 50rem); } section.first { margin-top: 2em; - grid-column: 2; - grid-row: 2; } -section.second { - grid-column: 2; - grid-row: 3; +.socials { + width: min(20rem, 100%); } - -.socials > ul { +.socials>ul { columns: 2; }