diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 13:52:24 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 13:52:24 +0000 |
| commit | c3f19db172c7bd503b97492ba83cb55aaeac8ad2 (patch) | |
| tree | 9f9b8b0aafc0ff7848faaac9f864f15b56cc6dbc /src/components | |
| parent | febf7b97943e4261416c2986320556303c30e5e9 (diff) | |
| download | personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.tar.gz personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.tar.bz2 personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.zip | |
Added styling to projects (cards)
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/projects.json | 10 |
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" + } + ] } ] |
