aboutsummaryrefslogtreecommitdiff
path: root/src/components/projects.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-22 23:08:05 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-22 23:08:05 -0500
commit99141f7c547dbf3aa6af262bed169cd00cc4d19a (patch)
treed2414ed8602e5efd479e2b3484bc7f9d3bf21a8a /src/components/projects.json
parent8fd6f1a2739b686092bbb5806666e63f283d6510 (diff)
downloadpersonal-website-99141f7c547dbf3aa6af262bed169cd00cc4d19a.tar.gz
personal-website-99141f7c547dbf3aa6af262bed169cd00cc4d19a.tar.bz2
personal-website-99141f7c547dbf3aa6af262bed169cd00cc4d19a.zip
Projects page almost completed; Added archive site
Diffstat (limited to 'src/components/projects.json')
-rw-r--r--src/components/projects.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/components/projects.json b/src/components/projects.json
new file mode 100644
index 0000000..95ddaab
--- /dev/null
+++ b/src/components/projects.json
@@ -0,0 +1,22 @@
+[
+ {
+ "name": "AleeBot",
+ "description": "An all-in-one bot that's made from the Discord.JS API!",
+ "links": [
+ {
+ "name": "Source Code",
+ "url": "https://github.com/Alee14/AleeBot"
+ }
+ ]
+ },
+ {
+ "name": "DLAP",
+ "description": "A Discord bot that lets you play local audio tracks in your server.",
+ "links": [
+ {
+ "name": "Source Code",
+ "url": "https://github.com/Alee14/DLAP"
+ }
+ ]
+ }
+]