add readme

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2021-06-16 15:21:48 -04:00
parent 115d5ed946
commit c3d038b643

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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-image`s).
## 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.