mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 03:37:59 +00:00
28 lines
467 B
JSON
28 lines
467 B
JSON
|
{
|
||
|
"LeftHandSide": [
|
||
|
{
|
||
|
"name": "Home",
|
||
|
"url": "/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Resume",
|
||
|
"url": "/resume/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Blog",
|
||
|
"url": "/blog/"
|
||
|
},
|
||
|
{
|
||
|
"name": "About",
|
||
|
"url": "/about/"
|
||
|
}
|
||
|
],
|
||
|
"RightHandSide": [
|
||
|
{
|
||
|
"name": "Login",
|
||
|
"url": "https://auth.clortox.com/"
|
||
|
}
|
||
|
]
|
||
|
|
||
|
}
|