-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (55 loc) · 3.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div id="main">
<div id="title">
<h2 class="text-center"> Dr. Norman Borlaug</h2>
<p class="text-center">The man who saved a billion lives</p>
</div>
<div class="row" id="img-div">
<div class="col-1"></div>
<div class="col">
<a href="http://www.borlaugfoundation.org/borlaug-legacy" id="tribute-link" target="_blank">
<img id="img" src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" class="img-fluid" alt="...">
</a>
<figcaption id="img-caption">Borlaug in his fields in Mexico. All images on page are CIMMYT photographs.</figcaption>
</div>
<div class="col-1"></div>
</div>
<div class="row">
<div class="col-3"></div>
<div class="col">
<p id="tribute-info" >
<center> <b >Here is a timeline of Dr. Borlaug's life:</b>
<section>
<ul class="text-center mt-1">
<li>1914 - Born in Cresco, Iowa</li>
<li>1933 - 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>1935 - 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>1937 - Finishes university and takes a job in the US Forestry Service</li>
<li>1938 - 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>1941 - 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, disinfectants, and other applied science.</li>
<li>1942 - Receives a Ph.D. in Genetics and Plant Pathology</li>
</ul>
<lead>
"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."<cite title="Source Title"><br>-- Indian Prime Minister Manmohan Singh</cite>
</lead>
</section>
</center>
</p>
</div>
<div class="col-3"></div>
</div>
<h4 class="text-center mt-1">If you have time, you should read more about this incredible human being on his<a id="tribute-link" href="#" target="_blank"> Wikipedia entry.</a></h4>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>