mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 03:37:59 +00:00
32 lines
562 B
JSON
32 lines
562 B
JSON
{
|
|
"LeftHandSide": [
|
|
{
|
|
"name": "Home",
|
|
"url": "/"
|
|
},
|
|
{
|
|
"name": "Resume",
|
|
"url": "/resume/"
|
|
},
|
|
{
|
|
"name": "Posts",
|
|
"url": "/posts/"
|
|
},
|
|
{
|
|
"name": "Utilities",
|
|
"url": "/utilities/"
|
|
},
|
|
{
|
|
"name": "About",
|
|
"url": "/about/"
|
|
}
|
|
],
|
|
"RightHandSide": [
|
|
{
|
|
"name": "User Portal",
|
|
"url": "https://auth.clortox.com/"
|
|
}
|
|
]
|
|
|
|
}
|