mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 10:51:50 -05:00
Added another project, added mirror link to archive.org
This commit is contained in:
parent
c63a04e148
commit
b36183947a
2 changed files with 26 additions and 0 deletions
|
@ -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.",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue