aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-10 21:04:59 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-10 21:04:59 -0500
commit7a28663b1574cdcbc39483877dfdb1fbae4cf446 (patch)
tree407ee59fc4a30f61c41a439f1226ac8b4b8fa551 /pages
parentb02b44130a58d01a2f5ced37c3b62ea7ffc88652 (diff)
downloadlawrence-hill-7a28663b1574cdcbc39483877dfdb1fbae4cf446.tar.gz
lawrence-hill-7a28663b1574cdcbc39483877dfdb1fbae4cf446.tar.bz2
lawrence-hill-7a28663b1574cdcbc39483877dfdb1fbae4cf446.zip
More information and fixes
Diffstat (limited to 'pages')
-rw-r--r--pages/childhood-adulthood.js3
-rw-r--r--pages/index.js2
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>