No description
* 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> |
||
---|---|---|
css | ||
fonts | ||
img/works | ||
js | ||
.gitignore | ||
coverletter.pdf | ||
coverletter.tex | ||
index.html | ||
randomscript.sh | ||
README.md | ||
resume.pdf | ||
resume.sty | ||
resume.tex |
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 typingclapon
. - 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 transitionbackground-image
s).
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.