tylerperkins.xyz/data/header.json

24 lines
435 B
JSON
Raw Normal View History

2023-07-15 22:44:31 +00:00
{
"LeftHandSide": [
{
"name": "Home",
"url": "/"
},
{
"name": "Resume",
2023-09-08 23:04:51 +00:00
"url": "https://s3.clortox.com/static-assets/Resume.pdf"
2023-07-15 22:44:31 +00:00
},
{
2023-07-16 00:59:44 +00:00
"name": "Posts",
"url": "/posts/"
2023-07-15 22:44:31 +00:00
}
],
"RightHandSide": [
{
2023-07-16 00:59:44 +00:00
"name": "User Portal",
2023-07-15 22:44:31 +00:00
"url": "https://auth.clortox.com/"
}
]
}