Added another project, added mirror link to archive.org

This commit is contained in:
Andrew Lee 2025-01-02 13:13:46 -05:00
parent c63a04e148
commit b36183947a
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4
2 changed files with 26 additions and 0 deletions

View file

@ -23,6 +23,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.",

View file

@ -75,7 +75,10 @@ import '../../styles/cards.css';
<p>SHA512: 8710d2c1d85f4acffcbf42676e65b28831c899317b064ce016d3cfcc782478ab1e3aa9bc6d30ce277f9fb58943933919f12041992fe79db3354c4717fa33bab7</p>
<p>SHA256: 6b04ef59c0e0b4cc1c96cbdebfa3400e27fe855f88cb31da554df8691d9845d2</p>
</div>
<div class="links">
<a href="https://cloud.alee14.me/s/GjwJeNb8JBCbaHw">Download Archive</a>
<a href="https://archive.org/details/osft-software-archive">Download Archive (archive.org)</a>
</div>
</main>
</Page>
<style>
@ -106,4 +109,10 @@ import '../../styles/cards.css';
.checksum {
overflow-wrap: break-word;
}
.links {
display: flex;
flex-direction: row;
gap: 1em;
}
</style>