mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add base index page
This commit is contained in:
36
data/footer.json
Normal file
36
data/footer.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
}
|
||||
27
data/header.json
Normal file
27
data/header.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"LeftHandSide": [
|
||||
{
|
||||
"name": "Home",
|
||||
"url": "/"
|
||||
},
|
||||
{
|
||||
"name": "Resume",
|
||||
"url": "/resume/"
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
"url": "/blog/"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"url": "/about/"
|
||||
}
|
||||
],
|
||||
"RightHandSide": [
|
||||
{
|
||||
"name": "Login",
|
||||
"url": "https://auth.clortox.com/"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user