delete all non-intro sections, improve accessibility a bit
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
7f5416e66e
commit
6b742ec480
12 changed files with 169 additions and 1037 deletions
|
@ -6,10 +6,10 @@ This is the code for my personal website and resume. The main branch of this rep
|
|||
|
||||
* 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).
|
||||
* I spent a decent amount of time worrying about accessibility in the later iterations of this website, so hopefully that should not be an issue for anyone. If there's anything I can do to improve on that front, please let me know.
|
||||
|
||||
## 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
|
||||
I reserve all rights to the code in this repository except `resume.tex` and `resume.sty`. Please do not copy this code without my permission. 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.
|
||||
The license for `resume.tex` and `resume.sty` is in a comment header in those files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue