Improve UX and add more page links

This commit is contained in:
2021-09-24 00:08:37 -04:00
parent af4a1f83e1
commit 5ca5b6c41a
4 changed files with 183 additions and 53 deletions
+8 -5
View File
@@ -1,7 +1,10 @@
[
["Pages", "/pages/"],
["Resources", "/pages/resources"],
["Recommended", "/pages/recommended"],
["Grade Calculator", "/pages/grade-calc/"],
["GitHub", "https://github.com/lambdapaul"]
{"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":"Keybase", "link": "https://keybase.io/lambdapaul"}
]