From e2f819e3a3dfe407f8f3cd614b03b28018f783d0 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 21 Dec 2024 15:36:20 -0800 Subject: [PATCH] Create annualProjects.json --- src/data/annualProjects.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/data/annualProjects.json 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" + } +}