aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/pages/index.js b/pages/index.js
index f8a4e36..9b6daac 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -1,5 +1,4 @@
import Head from 'next/head'
-import styles from '../styles/Home.module.css'
import Computer from '../components/computer'
import Image from "next/image";
@@ -12,11 +11,11 @@ export default function Home() {
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" href="/favicon.ico" />
</Head>
- <div className="text-center font-hack font-bold flex flex-col gap-4 items-center justify-center h-screen w-screen bg-material-gray text-white">
+ <div className="text-center font-hack font-bold flex flex-col gap-4 items-center justify-center h-screen w-screen bg-material-gray text-white drop-shadow-lg">
<Image src="/Alee.svg" alt="Alee Logo" width={210} height={210} />
- <h1 className="text-4xl">Andrew Lee</h1>
- <h2 className="text-lg">Linux User, Programmer, Computer Nerd</h2>
- <h2 className="text-base font-normal">Contact me at andrew@alee14.me</h2>
+ <h1 className="text-4xl drop-shadow-lg">Andrew Lee</h1>
+ <h2 className="text-lg drop-shadow-lg">Linux User, Programmer, Computer Geek</h2>
+ <h2 className="text-base font-normal drop-shadow-lg">Contact me at andrew@alee14.me</h2>
</div>
</>
)