From ee483d8b6f31024c33576e47225bd8330c6eb8bf Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 15 Oct 2022 18:16:24 -0400 Subject: Added copyright date, development message, tweaks on 404 --- pages/404.js | 4 ++-- pages/index.js | 50 ++++++++++++++++++++++++++++++-------------------- 2 files changed, 32 insertions(+), 22 deletions(-) (limited to 'pages') diff --git a/pages/404.js b/pages/404.js index d184449..9c98161 100644 --- a/pages/404.js +++ b/pages/404.js @@ -5,10 +5,10 @@ export default function PageError() { return ( <> -
+

404!

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

-

Head back home to not become lost!

+

Head back home to not become lost

) diff --git a/pages/index.js b/pages/index.js index 62e7a26..f3370e0 100644 --- a/pages/index.js +++ b/pages/index.js @@ -14,29 +14,39 @@ export default function Home() { return ( <> -
- Alee Logo -

Andrew Lee

-

Computer Geek, Programmer, Content Creator

-
- - - - - - -
+
{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 NextJS, and Tailwind CSS. Hosted on Netlify.

- )} -

Contact me at andrew@alee14.me

+ ) } -- cgit v1.2.3