Skip to content

Instantly share code, notes, and snippets.

@Gabrielncosta
Last active February 24, 2019 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gabrielncosta/f747e8e952d11ec1696558c92f8a350d to your computer and use it in GitHub Desktop.
Save Gabrielncosta/f747e8e952d11ec1696558c92f8a350d to your computer and use it in GitHub Desktop.
ZwgxXN
<head>
<title id="title">John von Neumann</title>
</head>
<body id="main">
<div id="img-div">
<a href="#"><img id="image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/John_von_Neumann_ID_badge.png/250px-John_von_Neumann_ID_badge.png" alt="John Von Neumann" </a>
<p id="img-caption"> John von Neumann in his 90s </p>
</div>
<p id="tribute-info">John von Neumann (/vɒn ˈnɔɪmən/; Hungarian: Neumann János Lajos, pronounced [ˈnɒjmɒn ˈjaːnoʃ ˈlɒjoʃ]; December 28, 1903 – February 8, 1957) was a Hungarian-American mathematician, physicist, computer scientist, and polymath. Von Neumann was generally regarded as the foremost mathematician of his time[2] and said to be "the last representative of the great mathematicians";[3] a genius who was comfortable integrating both pure and applied sciences. <p>
<a id="tribute-link" href="https://en.wikipedia.org/wiki/John_von_Neumann" target="_blank"> Click here for informations about John von Neumann
</body
#image {
display: block;
margin: 0 auto;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment