-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (87 loc) · 3.33 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Tribute Website | APJ Abdul Kalam</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="container">
<div class="content">
<section class="top_section">
<div class="image_container">
<img src="./images/apj.jpg" alt="apj image" />
</div>
<div>
<h1>A . P . J ABDUL KALAM</h1>
<h4>1931 - 2015</h4>
</div>
</section>
<section class="about_section">
<h2>Missile Man of India</h2>
<p>
<b>Avul Pakir Jainulabdeen Abdul Kalam</b> 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>
</section>
<section class="biography_section">
<h3>Biographies</h3>
<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>
</section>
<footer>
<p>
Read more about A. P. J. Abdul Kalam on
<a href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam"
>Wikipedia.</a
>
</p>
</footer>
</div>
</div>
</body>
</html>