diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
| commit | a0485ad26353a08562c13c14ea9de73fd705f9de (patch) | |
| tree | 1bc499c572e3642b769f7391f493d972a8a749d9 /pages/about.js | |
| parent | 0349923dd0a970f009ce7ca54881f8c398c67100 (diff) | |
| download | personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2 personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip | |
Initial Rewrite
Diffstat (limited to 'pages/about.js')
| -rw-r--r-- | pages/about.js | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/pages/about.js b/pages/about.js deleted file mode 100644 index 85c459d..0000000 --- a/pages/about.js +++ /dev/null @@ -1,26 +0,0 @@ -import Meta from '../components/meta' -import Image from "next/image"; -import Navigation from '../components/nav' - -export default function About() { - return ( - <div className="font-hack bg-material-gray text-white"> - <Meta title="About Me" description="About Andrew Lee"/> - <Navigation/> - <div className="px-5 py-6 flex flex-row"> - <div className="bg-gray-600 px-10 py-5"> - <div className="font-bold"> - <Image src="/Alee.png" className="rounded-full object-center" alt="Alee Logo" width={128} height={128} /> - <h1 className="text-center text-xl">Andrew Lee</h1> - <h2>Age: 18</h2> - <h2>Location: Montreal, Canada</h2> - <h2>Description</h2> - </div> - </div> - <div className="bg-green-500"> - <h1>Test 1</h1> - </div> - </div> - </div> - ) -} |
