Skip to content

Instantly share code, notes, and snippets.

@JemWritesCode
Created March 1, 2020 23:01
Show Gist options
  • Save JemWritesCode/c229b1082fde8db7867f0ba31ea4ebd4 to your computer and use it in GitHub Desktop.
Save JemWritesCode/c229b1082fde8db7867f0ba31ea4ebd4 to your computer and use it in GitHub Desktop.
FreeCodeCampTribute
<main id="main">
<h1 id="title">Grace Hopper</h1>
<div id="img-div">
<img id="image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Grace_Hopper_and_UNIVAC.jpg/220px-Grace_Hopper_and_UNIVAC.jpg"/>
<figcaption id="img-caption">
Hopper at the UNIVAC I console, c. 1960
</figcaption>
</div>
<section id="tribute-info">
<p>
Grace Brewster Murray Hopper (née Murray December 9, 1906 – January 1, 1992) was an American computer scientist and United States Navy rear admiral.[1] One of the first programmers of the Harvard Mark I computer, she was a pioneer of computer programming who invented one of the first linkers. She popularized the idea of machine-independent programming languages, which led to the development of COBOL, an early high-level programming language still in use today.<a href="https://en.wikipedia.org/wiki/Grace_Hopper" target="_blank" id="tribute-link">[1]</a>
</section>
</main>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js">
document.getElementsByTagName("h1")[0].style.fontSize = "80px";
body {
background-color: lightgrey;
text-align: center;
}
img {
max-width: 100%;
display: block;
height: auto;
width: auto;
margin: auto;
}
#img-div {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment