aboutsummaryrefslogtreecommitdiff
path: root/src/components/projects.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-23 13:52:24 +0000
committerAndrew Lee <alee14498@protonmail.com>2024-01-23 13:52:24 +0000
commitc3f19db172c7bd503b97492ba83cb55aaeac8ad2 (patch)
tree9f9b8b0aafc0ff7848faaac9f864f15b56cc6dbc /src/components/projects.json
parentfebf7b97943e4261416c2986320556303c30e5e9 (diff)
downloadpersonal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.tar.gz
personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.tar.bz2
personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.zip
Added styling to projects (cards)
Diffstat (limited to 'src/components/projects.json')
-rw-r--r--src/components/projects.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/projects.json b/src/components/projects.json
index 95ddaab..1639297 100644
--- a/src/components/projects.json
+++ b/src/components/projects.json
@@ -18,5 +18,15 @@
"url": "https://github.com/Alee14/DLAP"
}
]
+ },
+ {
+ "name": "Snug Cup",
+ "description": "Snug Cup was a school project that I made with my classmates back in 2021.",
+ "links": [
+ {
+ "name": "Website",
+ "url": "https://snug-cup.alee14.me"
+ }
+ ]
}
]