15 lines
1.1 KiB
Markdown
15 lines
1.1 KiB
Markdown
# 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-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.
|