diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 18:33:42 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 18:33:42 -0500 |
| commit | b02b44130a58d01a2f5ced37c3b62ea7ffc88652 (patch) | |
| tree | d6c84a3be43ffaebc6a42e36804b689cf8a626a0 /pages/index.js | |
| parent | 01ac820f7c11f555a4e765021e82b11b763e6067 (diff) | |
| download | lawrence-hill-b02b44130a58d01a2f5ced37c3b62ea7ffc88652.tar.gz lawrence-hill-b02b44130a58d01a2f5ced37c3b62ea7ffc88652.tar.bz2 lawrence-hill-b02b44130a58d01a2f5ced37c3b62ea7ffc88652.zip | |
Added my logo; Dark theme; Open Sans
Diffstat (limited to 'pages/index.js')
| -rw-r--r-- | pages/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.js b/pages/index.js index 0e13c27..fc07221 100644 --- a/pages/index.js +++ b/pages/index.js @@ -13,6 +13,7 @@ export default function Home() { <main className={styles.main}> <div className={styles.titlelawrence}> <h1>Welcome to Lawrence Hill website!</h1> + <img src="/Alee.svg" height="20%" width="20%"/> <h2>Made by Andrew Lee in Next.JS</h2> </div> <img src="https://www.uoguelph.ca/arts/sites/default/files/styles/large/public/Lawrence-Hill-380.jpg?itok=JdSI90NJ" height="30%" width="30%"/> |
