aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-10 16:26:18 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-10 16:26:18 -0500
commit179ca36351b9851441be8816fb4477b95bbf31bb (patch)
tree0babfbed3d7d0a9bd4d9f56e4182feef93a2dbd9 /pages
parentc3f7033bb4669f8e3a684906f118a709a8f7456c (diff)
downloadlawrence-hill-179ca36351b9851441be8816fb4477b95bbf31bb.tar.gz
lawrence-hill-179ca36351b9851441be8816fb4477b95bbf31bb.tar.bz2
lawrence-hill-179ca36351b9851441be8816fb4477b95bbf31bb.zip
Started adding information
Diffstat (limited to 'pages')
-rw-r--r--pages/career.js1
-rw-r--r--pages/childhood-adulthood.js8
2 files changed, 8 insertions, 1 deletions
diff --git a/pages/career.js b/pages/career.js
index 66b4c38..50a21ea 100644
--- a/pages/career.js
+++ b/pages/career.js
@@ -11,6 +11,7 @@ export default function Career() {
<link rel="icon" href="/favicon.ico" />
</Head>
<main className={styles.main}>
+ <h1>Career</h1>
<Link href="/">
<Button variant="contained" color="primary">Back to home</Button>
</Link>
diff --git a/pages/childhood-adulthood.js b/pages/childhood-adulthood.js
index b0cb0c8..95e7385 100644
--- a/pages/childhood-adulthood.js
+++ b/pages/childhood-adulthood.js
@@ -11,10 +11,16 @@ export default function ChildhoodAdulthood() {
<link rel="icon" href="/favicon.ico" />
</Head>
<main className={styles.main}>
+ <h1>Childhood & Young Adulthood</h1>
<Link href="/">
<Button variant="contained" color="primary">Back to home</Button>
</Link>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lawrence was born on January 1st, 1957 on Newmarket, Ontario. His father immigrated to Canada after he was married in 1953.</p>
+ <img src="https://upload.wikimedia.org/wikipedia/commons/e/e7/NewmarketOTH.jpg" height="20%" width="20%"/>
+ <p>His grandfather and great grandfather were university graduates and ministers of the African Methodist Episcopal Church.</p>
+ <img src="https://upload.wikimedia.org/wikipedia/en/thumb/e/e7/Amesheild.svg/1200px-Amesheild.svg.png" height="10%" width="10%"/>
+ <p>His mother was a civil rights activist in D.C and she also came from a republican family.</p>
+ <p>Lawrence was influenced by his parent’s work by the humans rights movement.</p>
</main>
<footer className={styles.footer}>