Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AnnthomyGILLES/60d21082d1090cbe1608e2d38a5fb0b0 to your computer and use it in GitHub Desktop.
Save AnnthomyGILLES/60d21082d1090cbe1608e2d38a5fb0b0 to your computer and use it in GitHub Desktop.
freeCodeCamp - Build a Tribute Page
<div class="container">
<div class="jumbotron">
<div class="row centered">
<div class="col-md-12">
<div class="page-header text-center">
<h1>Dr. Norman Borlaug</h1>
<h2 class="text-primary text-center"><em>The man who saved a billion lives</em></h2>
</div>
<div class="thumbnail">
<img src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg" alt="Photo du docteur Normal Borlaug" />
<p>Dr. Norman Borlaug, third from left, trains biologists in Mexico on how to increase wheat yields - part of his life-long war on hunger.</p>
</div>
<h3>Here's a time line of Dr. Borlaug's life:</h3>
<ul class="text-justify">
<li><strong>1914</strong> - Born in Cresco, Iowa</li>
<li><strong>1933</strong> - Leaves his family's farm to attend the University of Minnesota, thanks to a Depression era program known as the "National Youth Administration"</li>
<li><strong>1935</strong> - Has to stop school and save up more money. Works in the Civilian Conservation Corps, helping starving Americans. "I saw how food changed them", he said. "All of this left scars on me."</li>
<li><strong>1937</strong> - Finishes university and takes a job in the US Forestry Service</li>
<li><strong>1938</strong> - Marries wife of 69 years Margret Gibson. Gets laid off due to budget cuts. Inspired by Elvin Charles Stakman, he returns to school study under Stakman, who teaches him about breeding pest-resistent plants.</li>
<li><strong>1941</strong> - Tries to enroll in the military after the Pearl Harbor attack, but is rejected. Instead, the military asked his lab to work on waterproof glue, DDT to control malaria, disenfectants, and other applied science.</li>
</ul>
<blockquote>
<p>Borlaug's life and achievement are testimony to the far-reaching contribution that one man's towering intellect, persistence and scientific vision can make to human peace and progress.</p>
<footer>Indian Prime Minister Manmohan Singh</footer>
</blockquote>
<h3>If you have time, you should read more about this incredible human being on his <a href="https://fr.wikipedia.org/wiki/Norman_Borlaug" target="blank">Wikipedia entry.</a></h3>
</div>
</div>
</div>
<footer class="text-center">Written and coded by <a href="https://github.com/AnnthomyGILLES" target="_blank">GILLES Annthomy</a>.</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
body {
margin-top:50px;
}
<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