Skip to content

Instantly share code, notes, and snippets.

@Creat1veM1nd
Created July 14, 2017 07:49
Show Gist options
  • Select an option

  • Save Creat1veM1nd/03cc8e2097b57260e746e5e23139c827 to your computer and use it in GitHub Desktop.

Select an option

Save Creat1veM1nd/03cc8e2097b57260e746e5e23139c827 to your computer and use it in GitHub Desktop.
ATuringFCC
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="col-xs-12">
<h1 class="text-primary text-center">Alan Turing</h1>
<h2 class="text-center"><em>The Man who fought against Enigma</em></h2>
<div class="text-center thumbnail">
<img src="https://upload.wikimedia.org/wikipedia/commons/7/79/Alan_Turing_az_1930-as_%C3%A9vekben.jpg">
<div class="quote">
“We can only see a short distance ahead, but we can see plenty there that needs to be done.”
—Alan Turing
</div>
</div>
<div class="well" id="bio">
<h3>Short Overview</h3>
<ul>
<li><strong>1912</strong> - born on June 23 in London</li>
<li><strong>1925</strong> - started to attend Sherbone School</li>
<li><strong>1931 - 1934</strong> - studied at King's College (University of Cambridge) in Cambridge, England</li>
<li><strong>1936</strong> - published a paper ("On Computable Numbers, with an Application to the Entscheidungsproblem") where he showed of the famous Turing Machine</li>
<li><strong>1938</strong> - received his Ph.D. at Princeton University after studying mathematics and cryptology for two years.
<li><strong>1938</strong> - started a part-time position at the Government Code and Cypher School
<li><strong>mid-1940s</strong> - moved to London and began working for National Physical Laboratory
<li><strong>late 1940s</strong> - had high-ranking positions in the mathematics department and the computing laboratory at the University of Manchester
<li><strong>1950</strong> - addressed the issue of artificial intelligence in the paper "Computing machinery and intelligence",
<li><strong>1954</strong> - Turing died on June 7
</div>
<div id="read-more">
More detailed information will be found at <a href=" Rhttps://www.biography.com/people/alan-turing-9512017" target="_blank">biography.com</a> and <a href="https://en.wikipedia.org/wiki/Alan_Turing" target="_blank">Wikipedia</a>
</div>
</div>
</div>
</div>
</div>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.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