update site with new design
This commit is contained in:
42
content/site/navigation.json
Normal file
42
content/site/navigation.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"headerNavigation": [
|
||||
{
|
||||
"name": "About",
|
||||
"link": "/about",
|
||||
"external": false,
|
||||
"expandable": false
|
||||
},
|
||||
{
|
||||
"name": "Projects",
|
||||
"link": "/projects",
|
||||
"external": false,
|
||||
"expandable": true
|
||||
},
|
||||
{
|
||||
"name": "People",
|
||||
"link": "/people",
|
||||
"external": false,
|
||||
"expandable": true
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
"link": "/blog",
|
||||
"external": false,
|
||||
"expandable": false
|
||||
},
|
||||
{
|
||||
"name": "NewsRoom",
|
||||
"link": "/news",
|
||||
"external": false,
|
||||
"expandable": false
|
||||
}
|
||||
],
|
||||
"footerNavigation": [
|
||||
{
|
||||
"name": "",
|
||||
"link": "",
|
||||
"external": false,
|
||||
"expandable": false
|
||||
}
|
||||
]
|
||||
}
|
||||
8
content/site/social.json
Normal file
8
content/site/social.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"social": [
|
||||
{
|
||||
"icon": "linkedin",
|
||||
"link": "https://www.linkedin.com/company/threefold-foundation/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user