diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-01-02 13:13:46 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-01-02 13:13:46 -0500 |
| commit | b36183947a60ffefacddd1f94080602552641d47 (patch) | |
| tree | 28e27189f49d691ba3bf7b1f5e544db2adef6a68 /src/data/projects.json | |
| parent | c63a04e1482158c608c83efb80511e2ee38bdfd6 (diff) | |
| download | personal-website-b36183947a60ffefacddd1f94080602552641d47.tar.gz personal-website-b36183947a60ffefacddd1f94080602552641d47.tar.bz2 personal-website-b36183947a60ffefacddd1f94080602552641d47.zip | |
Added another project, added mirror link to archive.org
Diffstat (limited to 'src/data/projects.json')
| -rw-r--r-- | src/data/projects.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/data/projects.json b/src/data/projects.json index 4753075..ab80bbc 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -24,6 +24,23 @@ ] }, { + "name": "ShiftOS Archive", + "description": "ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.", + "featured": false, + "links": [ + { + "name": "Website", + "url": "https://shiftos.alee14.me", + "external": true + }, + { + "name": "Source Code", + "url": "https://git.alee14.me/shiftos-archive", + "external": true + } + ] + }, + { "name": "OSFirstTimer Ultimate Old Software Archive", "description": "The ultimate software collection of OSFirstTimer's (Philip Adams) old software, and games.", "links": [ |
