diff options
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 +] |
