From 05ca4038d78ff34e83ea9399dd6458609e2d4134 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 22 Oct 2022 18:45:20 -0400 Subject: Guidelines update; Minor changes in the home page --- pages/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js index 562f567..8c3edde 100644 --- a/pages/index.js +++ b/pages/index.js @@ -3,7 +3,7 @@ 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' +import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin } from '@fortawesome/free-brands-svg-icons' const iconSize = "3x" const iconProperties = "hover:text-gray-700 transition-all ease-in-out" @@ -23,11 +23,12 @@ export default function Home() {

Computer Geek, Programmer, Content Creator

+ {/**/} - +
{isDev && (
@@ -39,13 +40,13 @@ export default function Home() {
)} -

Contact me at andrew@alee14.me

+

Contact me at andrew@alee14.me for anything.

© 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

+

This website is licensed under the GNU General Public License v3

+

The source code of this website is publicly available

-- cgit v1.2.3