From b21c39aaf41f0fd2376bdf5f832d32a8ebbaa95a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 31 Jan 2024 22:02:43 -0500 Subject: OSFT Archive Page; Blog improvements --- src/data/projects.json | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'src/data/projects.json') 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 +] -- cgit v1.2.3