27 lines
540 B
JSON
27 lines
540 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"title": "Project One",
|
|
"description": "A brief description of Project One.",
|
|
"link": "/Projects/1"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"title": "Project Two",
|
|
"description": "A brief description of Project Two.",
|
|
"link": "/Projects/2"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"title": "Project Three",
|
|
"description": "A brief description of Project Three.",
|
|
"link": "/Projects/3"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"title": "Project Marie/Dennis",
|
|
"description": "Ich liebe Marie",
|
|
"link": "/Projects/4"
|
|
}
|
|
]
|