diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-26 16:10:11 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-26 16:10:11 -0400 |
| commit | c1f75181cd0d3549fda262100f77659591139b31 (patch) | |
| tree | 2d15ba03bf04378e29b901b53cd8dceffa9a1457 | |
| parent | a49e9f7ed1a8cb060445eff8f3e1a8b1afc2423f (diff) | |
| download | personal-website-c1f75181cd0d3549fda262100f77659591139b31.tar.gz personal-website-c1f75181cd0d3549fda262100f77659591139b31.tar.bz2 personal-website-c1f75181cd0d3549fda262100f77659591139b31.zip | |
Readded the OSFT Software Archive
| -rw-r--r-- | pages/downloads/osft-software-archive.js | 74 | ||||
| -rw-r--r-- | public/uploads/OSFT-Software-Archive.zip | bin | 0 -> 75797459 bytes |
2 files changed, 74 insertions, 0 deletions
diff --git a/pages/downloads/osft-software-archive.js b/pages/downloads/osft-software-archive.js new file mode 100644 index 0000000..41065dc --- /dev/null +++ b/pages/downloads/osft-software-archive.js @@ -0,0 +1,74 @@ +import Meta from '../../components/meta' +import Image from "next/image" +import Link from 'next/link' + +export default function OsftSoftwareArchive() { + return ( + <div> + <Meta title="Philip Adams Software Archive" description="The ultimate software collection of Philip Adams' software"/> + <div className="font-hack bg-material-gray text-white px-5 py-6 space-y-5 flex flex-col"> + <div className="text-center items-center justify-center space-y-2"> + <Image src="/Alee.svg" alt="Alee Logo" width={128} height={128} /> + <h1 className="text-4xl font-bold">Philip Adams Software Archive</h1> + </div> + <p>These software require .NET Framework 3.5, 4.0 and/or 4.5 to function.</p> + <div className="bg-yellow-700 p-5 rounded-lg font-bold"> + <p>CONTENT WARNING: Some of the software in this pack has a jumpscare.</p> + <p>If you have epilepsy please be cautious with this pack.</p> + <p>Disable your antivirus as it can detect false positive, feel free to use a VM in case this feels not safe.</p> + </div> + <p>Pack will include the following:</p> + <ul className="bg-gray-700 p-6 rounded-lg"> + <li>Artpad (from ShiftOS)</li> + <li>Averager</li> + <li>Board Game Maker</li> + <li>Bouncing Ball Physics 0.3</li> + <li>Chebinect</li> + <li>Chrono Machine 0.9.3</li> + <li>Colors</li> + <li>Dark OS Studio</li> + <li>Digging</li> + <li>Draw</li> + <li>Dropper</li> + <li>Explore 0.3.7</li> + <li>File Viewer (Warning jumpscare)</li> + <li>File Wars</li> + <li>"funny nana and grampa sounds version 1.1"</li> + <li>Guess The Number</li> + <li>Histacom 1.8.5 (Epliespy warning)</li> + <li>HTMLive</li> + <li>IIR (Interactive Infinite Road)</li> + <li>Infinijump 0.1</li> + <li>Mitosis 0.6</li> + <li>OSFirstTimer Blue Screen (Warning jumpscare)</li> + <li>Paper Math 2D</li> + <li>Philip's Mario Game</li> + <li>Phone Simulator 0.4</li> + <li>Picture Generator</li> + <li>Pixel Physics 0.3</li> + <li>Road Simulator 0.4</li> + <li>RPG Map Maker</li> + <li>ShiftOS 0.0.8 (Epliespy warning)</li> + <li>Theme Test</li> + <li>Thoto 0.3</li> + <li>Time Machine 0.4</li> + <li>Typewriter</li> + <li>Vending Machine</li> + <li>Visual Sound (Ear blast warning lower the volume)</li> + <li>Zeon OS 0.2</li> + </ul> + <div className="font-bold text-sm"> + <p>MD5 Hash: 0665543e3d85bdf017b74a0a35ac73b6</p> + <p>SHA512: a9f2927ccfd3c2ebb5ec00f9ed97f888ddefd0d3ae97391de47a5fcdbbe614bbd76f0a33ce71174346d71463abbadcb49c8ad40d08dd071f31ae3d5711e0bcf4</p> + <p>SHA256: b4358195900da09a2068039f9b9c80b2c854b72663c88a3f6f168cb4fbe7d2b4</p> + </div> + <div className="flex-col space-x-5"> + <button className="button"><a href="/uploads/OSFT-Software-Archive.zip">Download Archive</a></button> + </div> + <div className="text-center pb-2"> + <Link href="/"><button className="button">Return Homepage</button></Link> + </div> + </div> + </div> + ) +} diff --git a/public/uploads/OSFT-Software-Archive.zip b/public/uploads/OSFT-Software-Archive.zip Binary files differnew file mode 100644 index 0000000..29ac6bb --- /dev/null +++ b/public/uploads/OSFT-Software-Archive.zip |
