www/pages.json
Paul W. feba1d5eed Fix arrow key scrolling and make it work on keydown instead of up
There is an issue with the new key based nav system. When control elements lose their focus, there is no good way to bring it back.
2021-09-24 01:34:34 -04:00

11 lines
569 B
JSON

[
{"title":"Pages", "link": "/pages/"},
{"title":"Resources", "link": "/pages/resources"},
{"title":"Recommended", "link": "/pages/recommended"},
{"title":"Grade Calculator", "link": "/pages/grade-calc/"},
{"title":"GitHub", "link": "https://github.com/lambdapaul"},
{"title":"GitLab", "link": "https://gitlab.com/lambdapaul"},
{"title":"Mastodon", "link": "https://mastodon.social/@lambdapaul"},
{"title":"Matrix", "link": "https://matrix.to/#/@lambdapaul:matrix.org"},
{"title":"Keybase", "link": "https://keybase.io/lambdapaul"}
]