22 lines
391 B
JSON
22 lines
391 B
JSON
{
|
|
"title": "Projects",
|
|
"text": "My awesome projects",
|
|
"projects": [
|
|
{
|
|
"name": "Project A",
|
|
"url": "/project-a",
|
|
"description": "Description A"
|
|
},
|
|
{
|
|
"name": "Project B",
|
|
"url": "/project-b",
|
|
"description": "Description B"
|
|
},
|
|
{
|
|
"name": "Project C",
|
|
"url": "/project-c",
|
|
"description": "Description C"
|
|
}
|
|
]
|
|
}
|