diff --git a/src/data/annualProjects.json b/src/data/annualProjects.json new file mode 100644 index 0000000..e64f7af --- /dev/null +++ b/src/data/annualProjects.json @@ -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" + } +}