From b176b9633e09313ffe15136fb4c357289aef47dc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 28 May 2023 13:19:45 -0400 Subject: New logo, New link and Updated Deps --- pages/about.js | 17 +++++++++++++++-- pages/downloads/osft-software-archive.js | 2 +- pages/index.js | 8 ++++---- 3 files changed, 20 insertions(+), 7 deletions(-) (limited to 'pages') diff --git a/pages/about.js b/pages/about.js index d079b36..283cfb9 100644 --- a/pages/about.js +++ b/pages/about.js @@ -1,10 +1,23 @@ import Meta from '../components/meta' +import Image from "next/image"; -export default function AboutMe() { +export default function About() { return (
-
+
+
+
+ Alee Logo +

Andrew Lee

+

Age: 18

+

Location: Montreal, Canada

+

Description

+
+
+
+

Test 1

+
) diff --git a/pages/downloads/osft-software-archive.js b/pages/downloads/osft-software-archive.js index aef8ba7..73cc056 100644 --- a/pages/downloads/osft-software-archive.js +++ b/pages/downloads/osft-software-archive.js @@ -84,7 +84,7 @@ export default function OsftSoftwareArchive() {

SHA256: c7ad3f799f14e610f8931f87e2612385ec39e2662308e7005e10715f9e94c6a0

- +
diff --git a/pages/index.js b/pages/index.js index 8cd30db..6fe6564 100644 --- a/pages/index.js +++ b/pages/index.js @@ -18,12 +18,12 @@ export default function Home() {

You are using the development version of this site! Certain features are hidden from the public...

)}
- Alee Logo + Alee Logo

Andrew Lee

Computer Geek, Programmer, Content Creator

- {/**/} + @@ -45,8 +45,8 @@ export default function Home() {

Contact me at andrew@alee14.me for anything.

-

© Copyright 2018-2022 Andrew Lee

-

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

+

© 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