From aa381c56292f36967fbe37f8bd25a912b06a1cbe Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Oct 2022 21:57:17 -0400 Subject: Added favicons --- pages/index.js | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js index 3afe685..69fb9be 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,38 +1,36 @@ -import Header from '../components/header' +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-500 transition-all" +const iconProperties = "hover:text-gray-500 transition-all ease-in-out" +const navButton = "bg-gray-600 sm:py-4 sm:px-10 py-2 px-5 rounded-lg hover:bg-gray-400 transition ease-in-out" export default function Home() { return ( <> - - - - Home - Andrew Lee +
Alee Logo

Andrew Lee

-

Computer Geek, Programmer, Content Creator

+

Computer Geek, Programmer, Content Creator

- +
- {/*
- About Me - Projects - Blog - Downloads - Guidelines -
*/} + {/*
+ + + + + +
*/}

Contact me at andrew@alee14.me

-- cgit v1.2.3