diff options
| -rw-r--r-- | pages/childhood-adulthood.js | 3 | ||||
| -rw-r--r-- | pages/index.js | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pages/childhood-adulthood.js b/pages/childhood-adulthood.js index 95e7385..0bcc232 100644 --- a/pages/childhood-adulthood.js +++ b/pages/childhood-adulthood.js @@ -18,8 +18,9 @@ export default function ChildhoodAdulthood() { <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%"/> + <img src="https://upload.wikimedia.org/wikipedia/commons/f/fb/BostonMA_CharlesStreetAMEChurch.jpg" height="20%" width="20%"/> <p>His mother was a civil rights activist in D.C and she also came from a republican family.</p> + <img src="http://static1.squarespace.com/static/584c0f01d2b8579f007d0ff0/5856097b893fc0af92a54a14/5b32eec370a6adcbb728d20d/1563299222926/Donna+%26+Lawrence+Hill.jpg?format=1500w" height="20%" width="20%"/> <p>Lawrence was influenced by his parent’s work by the humans rights movement.</p> </main> diff --git a/pages/index.js b/pages/index.js index fc07221..b88a251 100644 --- a/pages/index.js +++ b/pages/index.js @@ -12,7 +12,7 @@ export default function Home() { </Head> <main className={styles.main}> <div className={styles.titlelawrence}> - <h1>Welcome to Lawrence Hill website!</h1> + <h1>Welcome to the Lawrence Hill website!</h1> <img src="/Alee.svg" height="20%" width="20%"/> <h2>Made by Andrew Lee in Next.JS</h2> </div> |
