-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribute.html
47 lines (39 loc) · 2.49 KB
/
tribute.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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<main id="main">
<meta charset="utf-8"/>
<link rel="stylesheet" href="styles.css"></link>
<!-- HEAD -->
<head>
<!-- TITLE -->
<title id="title">Margaret Hamilton</title>
</head>
<!-- BODY -->
<body>
<!-- Heading -->
<h1>Margaret Hamilton</h1>
<!-- LINK -->
<a id="tribute-link" target="_blank" href="https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)">Wikipedia</a>
<!-- Image -->
<div id="img-div">
<img id="image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Margaret_Hamilton_1995.jpg/475px-Margaret_Hamilton_1995.jpg" alt="Picture of Margaret Hamilton"/>
<figcaption id="img-caption">A picture of the infamous software developer Margaret Hamilton.</figcaption>
</div>
<!-- Info -->
<div id="tribute-info">
<h2 name="Who">Who is Margaret Hamilton?</h2>
</div>
<div>
<p><b>Margaret Hamilton</b> is a computer programmer who played a key role in helping NASA land astronauts on the Moon. She led a team at MIT that created the software for the Apollo space missions. <b>To write the programs, they used punch cards</b> (cards with holes punched in them to represent computer instructions) and carefully tested every line of code to make sure it worked perfectly. This software made sure the spacecraft could navigate, land on the Moon, and return to Earth safely.</p>
<h2>Hamilton's work during Apollo 11</h2>
<p>During the <b>Apollo 11</b> mission, just as the astronauts were about to land on the Moon, the computer started showing error messages. <b>Thanks to Margaret’s work, the system knew to focus on the most important tasks</b> and ignore the less critical ones. This allowed the mission to continue, and the astronauts were able to land successfully. Her work was important not just for Apollo, but also for how we build and use software today.</p>
<h2>Hamilton's impact on developers</h2>
<p>Margaret Hamilton inspires software engineers by showing how careful planning and problem-solving can achieve great things. <b>She helped make software engineering a respected field</b> and proved that innovation and persistence can turn big ideas into reality.</p>
</div>
</body>
<footer>
This tribute page was created by Ace Cochez
<a href="https://github.com/acecochez">View more projects</a>
</footer>
</main>
</html>