-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.56 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Katherine Johnson Tribute</title>
</head>
<body>
<h1>Katherine Johnson</h1>
<p>The human computer and hidden figure</p>
<img src="https://www.biography.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTcwNjkxMzU5ODgyMDkzODMw/nasa-space-scientist-and-mathematician-katherine-johnson-poses-for-a-portrait-at-work-at-nasa-langley-research-center-in-1966-in-hampton-virginia-photo-by-nasadonaldson-collectiongetty-images-105143-a.jpg"
alt="Image of Katherine Johnson">
<span>Katherine Johnson, part of small group of African-American women mathematicans who did crucial work at
NASA</span>
<h3>Here's a timeline of Katherine Johnson's life:</h3>
<ul>
<li>
<span>1928 -</span>
Katherine finishes eight grade at the age of 10.
</li>
<li>
<span>1936 -</span>
Katherine graduates college at the age of 18.
</li>
<li>
<span>1958 - </span>
Katherine gets assigned the first man space mission.
</li>
</ul>
<blockquote>
<p>"Girls are capable of doing everything men are capable of doing. Sometimes they have more imagination than
men."</p>
<cite>--Katherine Johnson</cite>
</blockquote>
<p>If you have time, you should read more about this incredible woman of color on
<a href="https://www.nytimes.com/2020/02/24/science/katherine-johnson-dead.html" target="_blank">The New York
Times</a>
</p>
</body>
</html>