37 lines
769 B
JSON
37 lines
769 B
JSON
{
|
|
"Contact": [
|
|
{
|
|
"name": "Email",
|
|
"url": "mailto:hello@clortox.com"
|
|
},
|
|
{
|
|
"name": "LinkedIn",
|
|
"url": "https://www.linkedin.com/in/tyler-perkins-xyz/"
|
|
},
|
|
{
|
|
"name": "Github",
|
|
"url": "https://github.com/Clortox"
|
|
}
|
|
],
|
|
"Services": [
|
|
{
|
|
"name": "Git",
|
|
"url": "https://git.clortox.com/"
|
|
},
|
|
{
|
|
"name": "Files",
|
|
"url": "https://files.clortox.com/"
|
|
},
|
|
{
|
|
"name": "Search",
|
|
"url": "https://search.clortox.com/"
|
|
},
|
|
{
|
|
"name": "Youtube Frontend",
|
|
"url": "https://watch.clortox.com/"
|
|
}
|
|
]
|
|
|
|
|
|
}
|