-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (112 loc) · 3.58 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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">
<title>APJ Abdul Kalam</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="page">
<h1 style="padding-top: 50px;word-spacing: 20px;">
Dr. A.P.J. Abdul Kalam
</h1>
<p style="text-align: center; word-spacing: 14px;"> <em> Missile Man of India </em></p>
<div class="img-container">
<div class="img">
</div>
<p style="text-align: center; margin-top: 15px;">Missile Man of India</p>
</div>
<div class="para">
<p>Avul Pakir Jainulabdeen Abdul Kalam ( 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.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.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>
<h2>Awards and Honours</h2>
<div class="achv">
<table class="table" >
<tr>
<th>Year of award or honour</th>
<th>Name of award or honour</th>
<th>Awarding Organisation</th>
</tr>
<tr>
<td>2014</td>
<td>Honorary Professor</td>
<td>Beijing University, China</td>
</tr>
<tr>
<td>2014</td>
<td>Doctor of Science</td>
<td>Edinburgh University, UK</td>
</tr>
<tr>
<td>2011</td>
<td>IEEE Honorary Membership </td>
<td>IEEE</td>
</tr>
<tr>
<td>2009 </td>
<td>Honorary Doctorate </td>
<td>Oakland University</td>
</tr>
<tr>
<td>2007</td>
<td>Honorary Doctorate of Science</td>
<td>University of Wolverhampton, UK</td>
</tr>
<tr>
<td>2000 </td>
<td>Ramanujan Award</td>
<td>Alwars Research Centre, Chennai</td>
</tr>
<tr>
<td>1998 </td>
<td>Veer Savarkar Award</td>
<td>Government of India</td>
</tr>
<tr>
<td>1997 </td>
<td>Indira Gandhi Award for National Integration</td>
<td>Indian National Congress</td>
</tr>
<tr>
<td>1997 </td>
<td>Bharat Ratna</td>
<td>President of India</td>
</tr>
<tr>
<td>1995 </td>
<td>Honorary Fellow</td>
<td>National Academy of Medical Sciences</td>
</tr>
<tr>
<td>1994 </td>
<td>Distinguished Fellow</td>
<td>Institute of Directors (India)</td>
</tr>
<tr>
<td>1990</td>
<td>Padma Vibhushan</td>
<td>Government of India</td>
</tr>
<tr>
<td>1981 </td>
<td>Padma Bhushan</td>
<td>Government of India</td>
</tr>
</table>
<div class="quote">
<h4>"Dream, Dream, Dream. Dreams transform into thoughts and thoughts result in action." <br><br><br> <span class="span"> - Dr. A.P.J. Abdul Kalam </span></h4>
<br><br><br>
</div>
</div>
</div>
</body>
</html>