import Meta from '../components/meta' import Link from 'next/link' import Computer from '../components/computer' import Image from "next/image"; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram } 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

© Copyright 2018-2022 Andrew Lee

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

This website is licensed under the GNU General Public License v3

The source code of this website is publicly available

) }