No description
Find a file
Naman Sood 01e275c457 resume: summer 2022, pre-Carta update
Signed-off-by: Naman Sood <mail@nsood.in>
2021-07-03 06:39:36 -04:00
css bg: fix rendering issues and improve speed 2021-06-16 04:33:45 -04:00
img/works Add compati image 2019-12-30 05:41:11 -05:00
js bg: fix rendering issues and improve speed 2021-06-16 04:33:45 -04:00
.gitignore Start using XeTeX 2020-09-18 21:02:09 -04:00
index.html Add blog to hero text 2021-03-29 19:28:25 -04:00
randomscript.sh Update easter eggs 2019-12-30 06:30:22 -05:00
README.md add readme 2021-06-16 15:21:48 -04:00
resume.pdf resume: summer 2022, pre-Carta update 2021-07-03 06:39:36 -04:00
resume.tex resume: summer 2022, pre-Carta update 2021-07-03 06:39:36 -04:00

me

This is the code for my personal website and resume. The main branch of this repository is reflected on https://nsood.in.

Cool things that I never get to brag about

  • The header section of the website always correctly indicates my age, as long as you have JavaScript enabled. It will calculate and display my age based on my most recent birthday.
  • There is a dark mode in this website, accessible by typing nox. Light mode can be restored by typing lumos.
  • The fading gradient background thing took a surprising amount of head-banging to figure out. It's a fixed-position element in the background that fades in/out the right backgrounds based on scroll offset using opacity to mimic transitions (since you can't transition background-images).

License

I reserve all rights to the code in this repository except resume.tex. Please do not copy this code without my permisssion. If you would like permission, feel free to email me: mail@nsood.in

The license for resume.tex is in a comment header header in that file.