-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (57 loc) · 3.1 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
62
63
<!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 rel="stylesheet" href="style.css">
<title>The Tribute Page</title>
</head>
<body>
<div class="main-container">
<!-- Top -->
<div class="top-container">
<div class="image-container">
<img src="apj.png" alt="" srcset="">
</div>
<div class="text-container">
<h1>A. P. J. Abdul Kalam</h1>
<h2 style="text-align: right;">1931-2015</h2>
</div>
</div>
<!-- Middle -->
<div class="middle-container">
<h1>Missile Man of India</h1>
<p>Avul Pakir Jainulabdeen Abdul Kalam (/ˈɑːbdəl kəˈlɑːm/ (About this soundlisten); 15 October 1931 – 27
July 2015) was an Indian aerospace scientist who served as the 11th president of India from 2002 to
2007. He was born and raised in Rameswaram, Tamil Nadu and studied physics and aerospace engineering. He
spent the next four decades as a scientist and science administrator, mainly at the Defence Research and
Development Organisation (DRDO) and Indian Space Research Organisation (ISRO) and was intimately
involved in India's civilian space programme and military missile development efforts.[1] He thus came
to be known as the Missile Man of India for his work on the development of ballistic missile and launch
vehicle technology.[2][3][4] He also played a pivotal organisational, technical, and political role in
India's Pokhran-II nuclear tests in 1998, the first since the original nuclear test by India in 1974.
</p>
</div>
<!-- Bottom -->
<div class="bottom-container">
<h6><strong>Biographies</strong></h6>
<ul>
<li>Eternal Quest: Life and Times of Dr Kalam by S Chandra; Pentagon Publishers, 2002.</li>
<li> President A P J Abdul Kalam by R K Pruthi; Anmol Publications, 2002.</li>
<li>A P J Abdul Kalam: The Visionary of India by K Bhushan, G Katyal; A P H Pub Corp, 2002.</li>
<li>A Little Dream (documentary film) by P. Dhanapal; Minveli Media Works Private Limited, 2008.</li>
<li>The Kalam Effect: My Years with the President by P M Nair; Harper Collins, 2008.</li>
<li>My Days With Mahatma Abdul Kalam by Fr A K George; Novel Corporation, 2009.</li>
<li>A.P.J. Abdul Kalam: A Life by Arun Tiwari; Haper Collins, 2015.</li>
<li>The People's President: Dr A P J Abdul Kalam by S M Khan; Bloomsbury Publishing, 2016.</li>
</ul>
</div>
<!-- Footer -->
<div class="footer-container">
<span>Read more about A. P. J. Abdul Kalam on <a
href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam">Wikipedia.</a></span>
</div>
</div>
</body>
</html>