diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-06-28 20:31:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-06-28 20:31:02 -0400 |
| commit | 64cd7fc83d43a0ad7db1b51214291736bd245b44 (patch) | |
| tree | da8f9e47d50583932e144fa6b21585d5dd70bd21 /src/data | |
| parent | 8edeebb44d9b3636268d95c30d462593d9a074d8 (diff) | |
| download | personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.gz personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.bz2 personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.zip | |
Guestbook overhaul; Comments; New post; Updated packages
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/contacts.json | 7 | ||||
| -rw-r--r-- | src/data/projects.json | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/src/data/contacts.json b/src/data/contacts.json index d8ff46c..c47ffa3 100644 --- a/src/data/contacts.json +++ b/src/data/contacts.json @@ -14,13 +14,6 @@ "mouseover": "GitHub" }, { - "platform": "PayPal", - "icon": "paypal", - "username": "alee14498", - "url": "https://paypal.me/alee14498", - "mouseover": "PayPal" - }, - { "platform": "YouTube", "icon": "youtube", "username": "AndrewLeeCAN", diff --git a/src/data/projects.json b/src/data/projects.json index 5b5b0a7..2eb4d41 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -2,6 +2,7 @@ { "name": "AleeBot", "description": "An all-in-one bot that's made from the Discord.JS API!", + "featured": true, "links": [ { "name": "Source Code", @@ -13,6 +14,7 @@ { "name": "DLAP", "description": "A Discord bot that lets you play local audio tracks in your server.", + "featured": true, "links": [ { "name": "Source Code", @@ -51,6 +53,7 @@ { "name": "YouTube TV Client", "description": "A electron app that goes to youtube.com/tv using a Samsung Smart TV as the user agent.", + "featured": true, "links": [ { "name": "Download", |
