add more color modes, respect dark mode setting, use button for among
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
7f3de55234
commit
294e147d39
5 changed files with 196 additions and 175 deletions
|
@ -5,7 +5,7 @@ This is the code for my personal website and resume. The main branch of this rep
|
|||
## 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`.
|
||||
* There is a dark mode in this website, accessible by typing `dark`. Light mode can be restored by typing `lite`. Other color modes are also available -- `purp`, `yell`, `blue`, `mint` at least. See `js/script.js` for an exhaustive list. Your preference can be stored permanently by typing `save`.
|
||||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue