Update content

This commit is contained in:
samaradel
2021-11-14 18:50:55 +02:00
parent a46fc8f563
commit e492d02348
629 changed files with 4129 additions and 206 deletions

View 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
}
]
}

View File

@@ -0,0 +1,8 @@
{
"social": [
{
"icon": "linkedin",
"link": "https://www.linkedin.com/company/threefold-foundation/"
}
]
}