Create annualProjects.json
This commit is contained in:
parent
73bf65a640
commit
e2f819e3a3
1 changed files with 17 additions and 0 deletions
17
src/data/annualProjects.json
Normal file
17
src/data/annualProjects.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"Supercomputing": {
|
||||||
|
"description": "Explore the field of supercomputing.",
|
||||||
|
"image": "https://placehold.co/600x400",
|
||||||
|
"url": "/project-page"
|
||||||
|
},
|
||||||
|
"Robocup": {
|
||||||
|
"description": "Participate in the Robocup competition.",
|
||||||
|
"image": "https://placehold.co/600x400",
|
||||||
|
"url": "/project-page"
|
||||||
|
},
|
||||||
|
"Signal Processing": {
|
||||||
|
"description": "Explore the field of signal processing.",
|
||||||
|
"image": "https://placehold.co/600x400",
|
||||||
|
"url": "/project-page"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue