diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-31 22:02:43 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-31 22:02:43 -0500 |
| commit | b21c39aaf41f0fd2376bdf5f832d32a8ebbaa95a (patch) | |
| tree | 99e7b6853deebfdf1de41905ddd2ecd931527833 /src/data/projects.json | |
| parent | 126e0c277881b16675d43b663ce8d95b51e93ea4 (diff) | |
| download | personal-website-b21c39aaf41f0fd2376bdf5f832d32a8ebbaa95a.tar.gz personal-website-b21c39aaf41f0fd2376bdf5f832d32a8ebbaa95a.tar.bz2 personal-website-b21c39aaf41f0fd2376bdf5f832d32a8ebbaa95a.zip | |
OSFT Archive Page; Blog improvements
Diffstat (limited to 'src/data/projects.json')
| -rw-r--r-- | src/data/projects.json | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/src/data/projects.json b/src/data/projects.json index dc8bbbf..c5e5f52 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -5,7 +5,8 @@ "links": [ { "name": "Source Code", - "url": "https://github.com/Alee14/AleeBot" + "url": "https://github.com/Alee14/AleeBot", + "external": true } ] }, @@ -15,7 +16,24 @@ "links": [ { "name": "Source Code", - "url": "https://github.com/Alee14/DLAP" + "url": "https://github.com/Alee14/DLAP", + "external": true + } + ] + }, + { + "name": "Philip Adams Software Archive", + "description": "The ultimate software collection of Philip Adams' software.", + "links": [ + { + "name": "Download", + "url": "https://cloud.alee14.me/s/GjwJeNb8JBCbaHw", + "external": true + }, + { + "name": "More Information", + "url": "/downloads/osft-software-archive", + "external": false } ] }, @@ -25,7 +43,8 @@ "links": [ { "name": "Website", - "url": "https://snug-cup.alee14.me" + "url": "https://snug-cup.alee14.me", + "external": true } ] }, @@ -35,12 +54,14 @@ "links": [ { "name": "Download", - "url": "https://github.com/Alee14/YouTube-TV-Client/releases" + "url": "https://github.com/Alee14/YouTube-TV-Client/releases", + "external": true }, { "name": "Source Code", - "url": "https://github.com/Alee14/YouTube-TV-Client" + "url": "https://github.com/Alee14/YouTube-TV-Client", + "external": true } ] } -]
\ No newline at end of file +] |
