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/index.js | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 pages/index.js (limited to 'pages/index.js') 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