Acknowledgements

Great artists steal.

Every component and style on this website is hand-crafted because web design is an art, but it’s an art I’m not very good at. So I’ve shamelessly bootlegged countless design motifs off of cool websites made by much more talented people. This page is my best effort to credit the people I’ve stolen designs from.

In no particular order:

  • The snazzy lists on the main page under “Contact” and “Places” were ripped off from vlad.website. I also stole the idea for the places tab from there.
  • The selector on my CV is inspired by muan.co’s language selector. My link styling is also stolen from her.
  • The general typography borrows a lot of inspiration from Matthew Butterick’s Practical Typography.

Open source licenses

In addition to stolen designs, I’ve also used countless lines of free and open source libraries and programs. In particular,

  • Typst converts markup to html. (Apache 2.0)
  • Rust is what the entire site was written in. (MIT/Apache 2.0)
  • The hypertext crate is what is used for HTML templating. (MIT)
  • Tailwind CSS handles all the styling. (MIT)
  • The site colors are inspired by Rosé Pine. (MIT)
  • Icons are from Lucide. (ISC)

And, all of the other crates, npm packages, Typst packages, and Nix flakes.