From a0485ad26353a08562c13c14ea9de73fd705f9de Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 1 Jan 2024 16:32:41 -0500 Subject: Initial Rewrite --- pages/404.js | 20 ------- pages/_app.js | 16 ------ pages/about.js | 26 --------- pages/downloads/osft-software-archive.js | 96 -------------------------------- pages/guidelines.js | 95 ------------------------------- pages/index.js | 51 ----------------- 6 files changed, 304 deletions(-) delete mode 100644 pages/404.js delete mode 100644 pages/_app.js delete mode 100644 pages/about.js delete mode 100644 pages/downloads/osft-software-archive.js delete mode 100644 pages/guidelines.js delete mode 100644 pages/index.js (limited to 'pages') diff --git a/pages/404.js b/pages/404.js deleted file mode 100644 index 92d138c..0000000 --- a/pages/404.js +++ /dev/null @@ -1,20 +0,0 @@ -import Meta from '../components/meta' -import Link from 'next/link' -import Router from 'next/router' - -export default function PageError() { - return ( - <> - -
-

404! o_0

-

Looks like you have entered the void... or maybe you are lost?

-

Go back or head back home to not become lost.

-
- Router.back()}> - -
-
- - ) -} diff --git a/pages/_app.js b/pages/_app.js deleted file mode 100644 index 2e0ad90..0000000 --- a/pages/_app.js +++ /dev/null @@ -1,16 +0,0 @@ -import '../styles/globals.css' -import { Analytics } from '@vercel/analytics/react'; -import { config } from '@fortawesome/fontawesome-svg-core' -import '@fortawesome/fontawesome-svg-core/styles.css' -config.autoAddCss = false - -function Website({ Component, pageProps }) { - return ( - <> - - - - ) -} - -export default Website diff --git a/pages/about.js b/pages/about.js deleted file mode 100644 index 85c459d..0000000 --- a/pages/about.js +++ /dev/null @@ -1,26 +0,0 @@ -import Meta from '../components/meta' -import Image from "next/image"; -import Navigation from '../components/nav' - -export default function About() { - return ( -
- - -
-
-
- Alee Logo -

Andrew Lee

-

Age: 18

-

Location: Montreal, Canada

-

Description

-
-
-
-

Test 1

-
-
-
- ) -} diff --git a/pages/downloads/osft-software-archive.js b/pages/downloads/osft-software-archive.js deleted file mode 100644 index fe5b1a6..0000000 --- a/pages/downloads/osft-software-archive.js +++ /dev/null @@ -1,96 +0,0 @@ -import Meta from '../../components/meta' -import Image from "next/image" -import Link from 'next/link' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faWarning } from '@fortawesome/free-solid-svg-icons' - -export default function OsftSoftwareArchive() { - return ( -
- -
-

Note that this page will be revamped in the future as at the moment this site is currently going through a big rewrite...

-
-
- Alee Logo -

Philip Adams Software Archive

-

The ultimate software collection of Philip Adams' software

-
-
- -

CONTENT WARNING

-

Some of the software in this pack contains a jumpscare. If you have epilepsy, please be cautious.

-

Disable your antivirus as it can detect false positive, feel free to use a VM in case this feels not safe.

-
-

NOTE FROM ANDREW

-
    -

    There was a mention back in the AstralPhaser Chats that the Histacom 1.8.5 (2013) copy in IndieDB is not the original copy from Phil.

    -

    I have retrieved the original 2010 copy from Phil himself which has the original compile date of July 5th 2010. But I will be keeping both versions for the time being.

    -
-

Minimal Requirements

-
    -
  • OS: Windows XP SP3/Vista SP2 (Depends on each program)
  • -
  • CPU: Intel/AMD x86 or x64 1 GHz Processor
  • -
  • RAM: 512 MB to 1 GB
  • -
  • Storage: 500 MB to 4 GB
  • -
  • Frameworks: Adobe Flash Player, .NET Framework 3.5, 4.0 and/or 4.5
  • -
-

Programs included in this pack

-
    -
  • Amazing Maze (Requires Flash Player)
  • -
  • Artpad (from ShiftOS)
  • -
  • Averager
  • -
  • Board Game Maker
  • -
  • Bouncing Ball Physics 0.3
  • -
  • Chebinect
  • -
  • Chrono Machine 0.9.3
  • -
  • Colors
  • -
  • Dark OS Studio
  • -
  • Digging
  • -
  • Draw
  • -
  • Dropper
  • -
  • Explore 0.3.7
  • -
  • File Viewer (Jumpscare warning)
  • -
  • File Wars
  • -
  • "funny nana and grampa sounds version 1.1"
  • -
  • Guess The Number
  • -
  • Histacom 1.8.5 (2010 Edition) (Epilepsy warning)
  • -
  • Histacom 1.8.5 (2013 Edition) (Epilepsy warning)
  • -
  • HTMLive
  • -
  • IIR (Interactive Infinite Road)
  • -
  • Infinijump 0.1
  • -
  • Infinijump Creator 0.1
  • -
  • Mitosis 0.6
  • -
  • OSFirstTimer Blue Screen (Jumpscare warning)
  • -
  • Paper Math 2D
  • -
  • Philip's Mario Game
  • -
  • Phone Simulator 0.4
  • -
  • Picture Generator
  • -
  • Pixel Physics 0.3
  • -
  • Road Simulator 0.4
  • -
  • RPG Map Maker
  • -
  • ShiftOS 0.0.8 (Epilepsy warning)
  • -
  • Theme Test
  • -
  • Thoto 0.3
  • -
  • Time Machine 0.4
  • -
  • Typewriter
  • -
  • Vending Machine
  • -
  • Visual Sound (Ear blast warning)
  • -
  • Zeon OS 0.2
  • -
-
-

MD5: d14f7bfd17fa66ada3d48020deffcce0

-

SHA512: b481d73f839c2ad99b6d6502d5735f416fbcc38dbac811c3d939845d319fecf8b15dd4ff1728ed96abe19077be19527df3692c54751bb81c201e58934d016527

-

SHA256: c7ad3f799f14e610f8931f87e2612385ec39e2662308e7005e10715f9e94c6a0

-
- -
- -
-
-
-
- ) -} diff --git a/pages/guidelines.js b/pages/guidelines.js deleted file mode 100644 index ea2f4e4..0000000 --- a/pages/guidelines.js +++ /dev/null @@ -1,95 +0,0 @@ -import Meta from '../components/meta' -import Image from "next/image"; - -const policyList = "list-disc list-inside" - -export default function Guidelines() { - return ( -
- -
-
-
- Alee Logo -

Andrew Lee Projects Guidelines

-
-

These guidelines are set in place to ensure you have a great time being part of our community/services.

-
-

General Guidelines

-

These are the main guidelines that must be followed in every community/services we own.

-
    -
  • No spamming. Any spam will result in an official warning.
  • -
  • No advertisements/giveaways of any kind, unless asking staff.
  • -
  • Do not attempt to enforce the rules on other users. Only staff members have the authority to do so.
  • -
  • Refrain from asking for staff.
  • -
  • Cursing is allowed within reason, but using racial slurs or using them to harm others will result in severe punishment.
  • -
  • Accusations are not tolerated. Making accusations without evidence will result in an investigation by the staff and may lead to temporary or permanent removal from our services.
  • -
  • Do not engage in blackmail, attacks, cyberbullying, or threats against any members.
  • -
  • Organized raids are not allowed. We have measures in place to deal with these situations.
  • -
  • Only one account per person at a time.
  • -
  • Any content that does not fit here (i.e. viruses, malware, adware, NSFW, illegal content, etc) is strictly forbidden.
  • -
  • Do not speak negatively about other members, including in private messages.
  • -
  • If you encounter someone requesting, sending unsolicited, or sharing illegal or NSFW content, or behaving in a way that is disrespectful or harassing, please report the behavior to the staff immediately.
  • -
-

By being part of here, you must respect all members, regardless of their gender, race, sexual orientation, beliefs, or opinions. Disrespect will not be tolerated and will result in staff action.

-

Use common sense and good judgement while participating in our community/services.

-

Staff members reserve the right to make impromptu decisions as necessary to maintain a peaceful environment.

-

Action will be taken against any users consistently breaking these guidelines. If there is content that is extremely illegal or if someone is threatening or harming another person in real life, it is our responsibility to report it to the appropriate authorities.

-
-
-

Andrew Lee Projects Policies

-
-

COPPA Policy

-

In order to comply with the Children's Online Privacy Protection Act (COPPA), you must be at least 13 years of age to use these services. You will be kicked if found to be under 13 years of age. A ban will be issued if you do not comply with the staff.

-
-
-

Delta Policy

-

These rules applies when using our Minecraft servers

-
    -
  • Usage of hacked clients (including - but not limited to - Wurst, Wolfram, Sigma, etc.) is strictly prohibited.*
  • -
  • Griefing is not allowed.*
  • -
  • Unwarranted combating is not allowed unless both parties have given permission.*
  • -
  • Our general guidelines applies here as well.
  • -
-

Violation of these rules may result in a temporary or permanent ban. If you are banned and found to be playing on an alt, you may also face an IP ban.

-

* These policies may not apply to servers (e.g: Anarchy) that allow these actions.

-
-
-
-

Discord Policies

-

If you are part of our discord server(s), we have set policies that you must follow.

-
-

Logging

-

The following will be logged and stored by our bots:

-
    -
  • Deleted Messages
  • -
  • Edited Messages
  • -
  • Your user ID
  • -
  • Members joining and leaving
  • -
-

If you do not agree to the logging of these actions and wish to opt out, you must leave the server.

-
-
-

Nickname

-

We enforce this nickname policy to keep a clean, friendly community.

-

This system is set in place so that the community is a nice place to be for everyone. When changing your nickname, it must comply with the following guidelines:

-
    -
  • No offensive words
  • -
  • No symbols
  • -
  • Do not change your nickname frequently
  • -
  • Nicknames should not be attention-seeking (e.g. using a special characters to appear at the top of the list)
  • -
-

Users found to be in violation of these guidelines may have their nickname changed or lose the ability to change their nickname at the discretion of the staff.

-
-
-

Threads/Posts

-

Threads/Posts is a new feature on Discord that allows users to create subchannels. To ensure that our community is not cluttered with low-value content, we have a policy against creating threads/posts with little to no value. If you create a thread/post that falls under this category, it will be considered spam and will be removed. If you are found to be repeatedly creating low-value threads/posts, you may lose the privilege to create them.

-
-

We recommend you to follow Discord's Terms of Service and Community Guidelines

-
-

Last updated: December 16th, 2022

- Back to top -
-
- ) -} diff --git a/pages/index.js b/pages/index.js deleted file mode 100644 index b4c801d..0000000 --- a/pages/index.js +++ /dev/null @@ -1,51 +0,0 @@ -import Meta from '../components/meta' -import Navigation from '../components/nav' -import Computer from '../components/computer' -import Image from "next/image"; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin, faMastodon, faPaypal } from '@fortawesome/free-brands-svg-icons' -const iconSize = "3x" -const iconProperties = "hover:text-gray-700 transition-all ease-in-out" - -const isDev = process.env.NODE_ENV === 'development' - -export default function Home() { - return ( - <> - -
- {isDev && ( -

You are using the development version of this site! Certain features are hidden from the public...

- )} -
- Alee Logo -

Andrew Lee

-

Computer Geek, Programmer, Content Creator

-
- - - - - - - - - -
- {isDev && ( - - )} -

Contact me at andrew@alee14.me for anything.

-
-
-

© Copyright 2018-2023 Andrew Lee

-

Created using Next.js, and Tailwind CSS. Hosted on Vercel.

-

Using FontAwesome as the main icon style for this site.

-

This website is licensed under the GNU General Public License v3

-

The source code of this website is publicly available

-
-
- - - ) -} -- cgit v1.2.3