-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 2.13 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
<!doctype html>
<html lang="en">
<head>
<title>Tribute Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main id="main">
<header>
<h1 id="title">HOMI J.BHABHA</h1>
<p id="description">Father of Indian nuclear programme</p>
</header>
<figure id="img-div">
<center><img src="https://www.thefamouspeople.com/profiles/images/og-homi-bhabha-5322.jpg" alt="H.J.Bhabha" id="image"/></center>
</figure>
<section id="tribute-info">
<h2>Time Line of Dr. HOMI J. BHABHA:</h2>
<p><span class="bold left">Born</span>: 30 October 1909</p>
<p>Place of Birth: Bombay, Bombay Presidency, British India (now Mumbai, Maharashtra, India)</p>
<p><span class="bold left">Died:</span> 24 January 1966 (aged 56)
Mont Blanc massif,
Rhône-Alpes
(now Auvergne-Rhône-Alpes), France</p>
<p><span class="bold left">Cause of death:</span> Air India Flight 101 crash</p>
<p><span class="bold left">Known for:</span><br>
Indian nuclear programme<br>
Cascade process of Cosmic radiations<br>
point particles<br>
Bhabha Scattering<br>
Theoretical prediction of Muon</p>
<p><span class="bold left">Awards:</span><br> Adams Prize (1942)<br>
Padma Bhushan (1954)<br>
Fellow of the Royal Society</p>
<p><span class="bold left">Scientific career:</span> <br>
Fields Nuclear physics</p>
<p><span class="bold left">Institutions:</span> <br>
Atomic Energy Commission of India<br>
Tata Institute of Fundamental Research<br>
Cavendish Laboratory<br>
Indian Institute of Science<br>
Trombay Atomic Energy Establishment</p>
<p><span class="bold left">Doctoral advisor:</span> <br> Ralph H. Fowler</p>
<p><span class="bold left">Other academic advisors:</span> <span class="right">Paul Dirac</span></p>
</section> <footer>
<h5>Click on the link given if you wanna know more about him
<a id="tribute-link" href="https://en.wikipedia.org/wiki/Homi_J._Bhabha" target="_blank">WIKIPEDIA.</a>
</h5></footer>
</main>
</body>
</html>