Skip to content

Instantly share code, notes, and snippets.

@kevinvle
Created April 10, 2016 01:44
Show Gist options
  • Save kevinvle/c3c28c35ec76e3ce303614c7d25de243 to your computer and use it in GitHub Desktop.
Save kevinvle/c3c28c35ec76e3ce303614c7d25de243 to your computer and use it in GitHub Desktop.
Freecodecamp tribute page
<body>
<div class="container-fluid box">
<h1 class="text-center">
Margaret Hamilton
</h1>
<h4 class="text-center">
The woman who saved <span><em>Apollo 11</em></span>
</h4>
<div class="fox" <a href="https://blog.adafruit.com/2014/12/10/margaret-hamilton-developed-on-board-flight-software-for-the-apollo-space-program-coined-term-software-engineering/">
<center> <img class="img-responsive" src="http://www.rejectedprincesses.com/wp-content/uploads/2014/12/hamilton.jpg" width="500" height="100" />
</a>
</center>
<p> Margaret Hamilton standing next to listings of the actual Apollo Guidance Computer (AGC) source code. </p>
</div>
<div class="center">
<h3 class="text-center"> Here is a timeline of Margaret's life: </h3>
</div>
<br></br>
<li> 1936 - Born in Paoli, Indiana </li>
<li> 1954 - Graduated from Hancock High School</li>
<li> 1958 - Graduated from Earlham College</li>
<li> 1960 - Received a software job from MIT </li>
<li> 1961 - 1963 - Worked on the SAGE Project at Lincoln Labs </li>
<li> 1963 - Joined the Charles Stark Draper Laboratory at MIT</li>
<li> 1963 - 1971 - Became the director and supervisor of software programming for Apollo and Skylab </li>
<li> 1969 - Accomplished the task of using software to land the first man on the moon </li>
<li> 1976 - 1984 - Became the CEO of Higher Order Software</li>
<li> 1986 - Became the founder and CEO of Hamilton Technologies, Inc.</li>
<li> 1986 - Received the Augusta Ada Lovelace Award </li>
<li> 2003 - Given the NASA Exceptional Space Act Award </li>
<li> 2009 - Received the Outstanding Alumni Award by Earlham College </li>
<br></br>
<p class="swog">“I hope,” Margaret says, “that we continue with exploration.”</p>
<br></br>
<br></br>
<h4>If you have time, you should read more about this incredible human being on his Wikipedia <a href="https://en.wikipedia.org/wiki/Margaret_Hamilton_(scientist)">entry</a>.
</h4 class="text-center">
<h5 class="text-center"> Code by Kevin Viet Le </h5>
</div>
</div>
</body>
h1 {
font-family: serif;
font-size: 65pt;
}
p {
font-family: serif;
}
.center {
width: 200px;
margin: 0 auto;
text-align: left;
}
h3 {
font-size: 20pt;
font-family: serif;
}
.swog {
font-family: arial;
font-size: 20pt;
}
li {
font-size: 15pt;
font-family: serif;
}
h4 {
font-family: serif;
font-size: 20pt;
}
.box {
padding: 70px;
border-style: solid;
border-color: #F7F7F7;
border-width: 70px;
text-align: center;
background-color: #DFDFDF;
}
h5 {
font-family: serif;
font-size: 12pt;
}
.fox {
padding: 15px;
border-style: solid;
border-color: #F7F7F7;
border-width: 60px;
text-align: center;
background-color: #DFDFDF;
}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment