-
Notifications
You must be signed in to change notification settings - Fork 0
/
GraceHopper.html
39 lines (39 loc) · 2.79 KB
/
GraceHopper.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Women in Tech</title>
<link rel="stylesheet" href="GraceHopper.css" href="https://fonts.google.com/specimen/Inter"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="profile">
<img src="GraceHopper.jpg" alt="Grace Hopper">
<div class="title">
<h1>Rear Admiral Grace Hopper</h1>
<h2>1906-1992</h2>
</div>
</div>
<div class="biography">
<h1>
<p>Grace Hopper, born on December 9, 1906, was an American computer scientist and naval officer who made significant contributions to the field of technology, particularly in relation to women in tech.</p>
<p>She played a crucial role in the early development of modern computing and was one of the first few women mathematicians and computer scientists to break through gender barriers in a predominantly male-dominated industry.</p>
<p>Grace Hopper actively promoted the inclusion and recognition of women in technology. Her work on the development of COBOL, the first high-level programming language, revolutionized the field by making programming more accessible and user-friendly.</p>
<p>Grace Hopper's achievements were not limited to her technical accomplishments. She actively promoted the inclusion and recognition of women in technology. Throughout her career, she served as a mentor and advocate for women pursuing careers in computing.</p>
<p>Her achievements and dedication to inclusivity continue to inspire women to pursue careers in technology, challenging stereotypes and biases that existed at the time.</p>
<p>Grace Hopper's legacy as a pioneer in computer science and her advocacy for women in tech have had a lasting impact on the industry, empowering women to excel in the field of technology.</p>
</h1>
</div>
<div class="more-info">
<h1><u>More Information about Grace Hopper </u></h1>
<ul>
<li><a href="https://ghc.anitab.org/" target="_blank">Grace Hopper Celebration</a></li>
<li><a href="https://computerhistory.org/profile/grace-murray-hopper/" target="_blank">Grace Hopper at the Computer History Museum</a></li>
<li><a href="https://www.history.navy.mil/content/history/nhhc/research/library/bibliographies/hopper-grace-admiral-select-bibliography.html" target="_blank">Naval History and Heritage Command - Grace Hopper</a></li>
<li><a href="https://www.biography.com/scientist/grace-hopper" target="_blank">Biography.com - Grace Hopper</a></li>
</ul>
</div>
</body>
</html>