-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtribute.html
More file actions
151 lines (148 loc) · 9 KB
/
tribute.html
File metadata and controls
151 lines (148 loc) · 9 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
TRIBUTE TO DR.APJ ABDUL KALAM
</title>
<meta name="description" content="Tribute page for DR.APJ ABDUL KALAM">
<link rel="stylesheet" href="style5.css">
<link href="https://fonts.googleapis.com/css?family=Girassol|Raleway|Lobster|Special Elite" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="header">
<img src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwww.thepost24.com%2Fwp-content%2Fuploads%2F2018%2F10%2F4f84a7e093bd1c1f5b44665365f8f80f.jpg&f=1&nofb=1">
<!-- </div> header div -->
<div id="quote-1">
<p id="text"><span> If you want to shine like Sun,first burn like Sun</span>
</p></div>
</div> <!--header div-->
<div id="content">
<div id="main-content">
<div class="event-date event-date-first">
15th october 1931
</div>
<div class="event-desc event-desc-nth">
DR.APJ ABDUL KALAM was born in Rameshwaram,<br>
Tamil Nadu.
</div>
<div class="event-date ">
1960
</div>
<div class="event-desc event-desc-nth">
Joined the Aeronautical Development<br>
Establishment of the Defence Research and <br>
Development Organisation as a scientist.<br></div>
<div class="event-date">
1970-1990
</div>
<div class="event-desc event-desc-nth">
Kalam made an effort to develop the
Polar Satellite Launch Vehicle (PSLV)
and SLV-III projects, both of which proved to be successful. </div>
<div class="event-date">
1998
</div>
<div class="event-desc event-desc-nth">
-He played a pivotal organisational, technical, and
political role in India's Pokhran-II nuclear tests<br>
-Kalam also developed a low cost coronary stent, named the
"Kalam-Raju Stent"</div>
<div class="event-date">
2002
</div>
<div class="event-desc event-desc-nth">
Kalam was elected as the 11th President of India,
and was affectionately known as "People's President"</div>
<div class="event-date">
Post-Presidency
</div>
<div class="event-desc event-desc-nth">
After leaving office, Kalam became a visiting professor
at the Indian Institute of Management Shillong, the Indian
Institute of Management Ahmedabad, and the Indian Institute of Management
Indore, an honorary fellow of Indian Institute of Science, Bangalore;
chancellor of the Indian Institute of Space Science and Technology
Thiruvananthapuram; professor of Aerospace Engineering at Anna University</div>
<div class="event-date ">
27 July 2015
</div>
<div class="event-desc event-desc-nth">
Dr APJ Abdul Kalam died</div>
</div> <!--main content-->
<div id="side-content">
<p class="personal">Dr.A.P.J. Abdul Kalam </p>
<img id="image" src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fimages.indiatvnews.com%2Fmainnational%2FIndiaTv034edc_apj-abdul-kalam-01.jpg&f=1&nofb=1">
<p class="a">Personal Details</p>
<table class="info">
<tbody>
<tr>
<th colspan="2" class="nutshell"></th>
</tr>
<tr>
<th>
Born
</th>
<td>
Avul Pakir Jainulabdeen Abdul Kalam<br>
15 October 1931<br>
Rameswaram, Madras Presidency,British India <br>
(present-day Tamil Nadu, India)
</td>
</tr>
<tr>
<th>
Died
</th>
<td>
27 July 2015 (aged 83) <br>
Shillong, Meghalaya, India.
</td>
</tr>
<tr>
<th>
Profession
</th>
<td>
Aerospace scientist
</td>
</tr>
<tr>
<th>
Awards
</th>
<td>
Padma Bhushan (1981) <br>
Padma Vibhushan (1990) <br>
Bharat Ratna (1997) <br>
Hoover Medal (2009) <br>
NSS Von Braun Award (2013)
</td>
</tr>
<tr>
<th>
Notable work(s)
</th>
<td>
Wings of Fire, India 2020, <br>
Ignited Minds, Indomitable Spirit, <br>
Transcendence: My Spiritual Experiences <br>
with Pramukh Swamiji
</td>
</tr>
</tbody>
</table>
</div> <!--side content-->
</div> <!--content-->
<div id="footer">
<blockquote class="quote" cite="https://www.brainyquote.com/authors/a-p-j-abdul-kalam-quotes">
"We should not give up and we should not allow the problem to defeat us"
</blockquote>
<p>Do read more about this personality
<a href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam">here.</a>
</p>
</div> <!--footer-->
</div> <!--container div-->
</body>
</html>