No description
Find a file
Naman Sood 6e6b048749
Ddw resume update (#2)
* data.world resume update

Signed-off-by: Naman Sood <mail@nsood.in>

* resume: ddw fixes

Signed-off-by: Naman Sood <mail@nsood.in>

* resume: ooh tgc fits now

Signed-off-by: Naman Sood <mail@nsood.in>

Signed-off-by: Naman Sood <mail@nsood.in>
2022-09-08 03:15:29 -04:00
css remove jQuery 2022-07-26 16:31:24 -05:00
fonts stop using cdns 2022-01-31 16:02:54 -05:00
img/works Add compati image 2019-12-30 05:41:11 -05:00
js fix mobile bug 2022-07-26 20:59:01 -05:00
.gitignore Start using XeTeX 2020-09-18 21:02:09 -04:00
coverletter.pdf add cover letter template 2022-01-31 16:06:25 -05:00
coverletter.tex add cover letter template 2022-01-31 16:06:25 -05:00
index.html remove jQuery 2022-07-26 16:31:24 -05:00
randomscript.sh Update easter eggs 2019-12-30 06:30:22 -05:00
README.md replace hp with clapper 2022-05-11 00:42:17 -04:00
resume.pdf Ddw resume update (#2) 2022-09-08 03:15:29 -04:00
resume.sty resume: reformat latex 2022-07-11 14:57:00 -05:00
resume.tex Ddw resume update (#2) 2022-09-08 03:15:29 -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 clapoff. Light mode can be restored by typing clapon.
  • 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 and resume.sty. 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 and resume.sty is in a comment header header in those files.