mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 03:37:59 +00:00
24 lines
435 B
JSON
24 lines
435 B
JSON
{
|
|
"LeftHandSide": [
|
|
{
|
|
"name": "Home",
|
|
"url": "/"
|
|
},
|
|
{
|
|
"name": "Resume",
|
|
"url": "https://s3.clortox.com/static-assets/Resume.pdf"
|
|
},
|
|
{
|
|
"name": "Posts",
|
|
"url": "/posts/"
|
|
}
|
|
],
|
|
"RightHandSide": [
|
|
{
|
|
"name": "User Portal",
|
|
"url": "https://auth.clortox.com/"
|
|
}
|
|
]
|
|
|
|
}
|