-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (115 loc) · 4.52 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
<!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>Tribute-Page</title>
</head>
<body>
<main id="main">
<h1 id="title">Dr. A.P.J. Abdul Kalam</h1>
<p>The Man who is known as Missile Man in India</p>
<figure id="img-div">
<img id="image"
src=https://images.financialexpress.com/2018/08/Po10.jpg?w=1200&h=800&imflag=true""
alt="" />
<figcaption id="img-caption">
Dr. A.P.J. Abdul Kalam , with Former Prime Minister of India Atal
Bihari Vajpayee from Pokhran where India Conduct there Nuclear Test.
</figcaption>
</figure>
<section id="tribute-info">
<h2 id="headline">Here's is a timeline of Dr. A.P.J. Abdul Kalam</h2>
<ul>
<li>
<strong>1931</strong> - Born in Tamil Muslim Family, Rameswaram,
TamilNadu, India.
</li>
<li>
<strong>1942</strong> - As a young boy, he had to sell newspaper
inorder to add to the family's meager income.
</li>
<li>
<strong>1947</strong> - In his school years, Kalam had average grade
but described as bright and hardworking student.
</li>
<li>
<strong>1954</strong> - Kalam completed his Graduation in Physics
from Saint Joseph's College Triuchirappalli.
</li>
<li>
<strong>1955</strong> - He moved to Madras to study Aerospace
Engineering in Madras institute of Technology.
</li>
<li>
<strong>1958</strong> - He wanted to beome pilot, but he got in
Nineth Position, only eight position was available in IAF.
</li>
<li>
<strong>1960</strong> - After completing Aerospace Engineering ,
Kalam joined Defence Research and Development Organization as a
Scientist.
</li>
<li>
<strong>1969</strong> - Kalam was transferred to the Indian Space
Research Organization (ISRO) where he was the project director of
India's first Satellite Launch Vehicle (SLV-III).
</li>
<li>
<strong>1970</strong> - Kalam also directed two projects, Project
Devil and Project Valiant, which sought to develop ballistic
missiles from the technology of the successful SLV programme.
</li>
<li>
<strong>1980</strong> - Under Kalam as Project director, ISRO
launched it's first satellite known as Rohini satellite in
near-earht orbit.
</li>
<li>
<strong>1985</strong> - Kalam was appointed as chief executive of
Integrated Guided Missile Development Program.
</li>
<li>
<strong>1999</strong> - Kalam served as the Chief Scientific Adviser
to the Prime Minister and Secretary of the Defence Research and
Development Organisation .The Pokhran-II nuclear tests were
conducted during this period.
</li>
<li>
<strong>2002</strong> - the National Democratic Alliance (NDA),
expressed that they would nominate Kalam for the post of President
and Kalam won the Presidential election.
</li>
<li>
<strong>2015</strong> - Kalam travelled to Shillong to deliver a
lecture at the Indian Institute of Management Shillong. While
climbing a flight of stairs, he experienced some discomfort, but was
able to enter the auditorium after a brief rest. At around 6:35
p.m., only five minutes into his lecture, he collapsed.Kalam was
confirmed dead of a sudden cardiac arrest at 7:45 p.m.
</li>
</ul>
</section>
<blockquote>
<p>
" Dream is not the thing you see in sleep but is that thing that
doesn't let you sleep."
</p>
<cite>--- Dr. A.P.J. Abdul Kalam</cite>
</blockquote>
<h3>
If you have time, you should read more about this incredible Human being
on his
<a
id="tribute-link"
href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam"
target="_blank"
>
Wikipedia Entry </a
>.
</h3>
</main>
</body>
</html>