-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (60 loc) · 3.36 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
<!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>Dr. A.P.J. Abdul Kalam - Tribute Page</title>
<link href="bootstrap.css" rel="stylesheet">
<link href="font-awesome.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<main>
<div class="container-fluid">
<div class="base">
<div class="row">
<h1 class="text-center head"><strong>Dr. A.P.J. Abdul Kalam</strong></h1>
<h2>" Missile Man of India<strong> , </strong>The People's President "</h2>
<br>
</div>
<div class="row cover_image">
<img class="img-responsive cover" src="kalam.jpg" alt="kalam sir image" />
<h3>Kalam Sir with Students</h3>
</div>
<hr>
<div class="row content">
<h2 class="text-center"><strong>Here's a time-line of his Life..</strong></h2>
<p>A very simple person who lived an unpretentious lifestyle. He had a keen interest in literature and wrote poems. He never married. He always faced media himself for his failures while let others address for the success. He remained active till the very end. He died while delivering a lecture at the IIM.</p>
<ul>
<li><strong>1931</strong>Born in Rameswaram, Tamil Nadu.</li>
<li><strong>1954</strong>Graduated in Physics from University of Madras.</li>
<li><strong>1960</strong>Graduated in Aerospace Engineering from Madras Institute of Technology.</li>
<li><strong>1961</strong>Joined DRDO as a scientist.</li>
<li><strong>1969</strong>Joined Space Research at ISRO.</li>
<li><strong>1980</strong>Became the project Director for India's First Indegenous Satellite Program.</li>
<li><strong>1980</strong>Was involved in the development of several Indegenous Missiles for India like Agni, Prithvi.</li>
<li><strong>1981</strong>Awarded Padma Bhushan.</li>
<li><strong>1990</strong>Awarded Padma Vibhushan.</li>
<li><strong>1992</strong>Chief Advisor for the India's Nuclear Program.</li>
<li><strong>1997</strong>Awarded Bharat Ratna.</li>
<li><strong>2002</strong>Became 11th President of India.</li>
<li><strong>2015</strong>The People's President passes away while doing what he loved the most, addressing students.</li>
</ul>
<br>
<h2 class="text-center quotes">" Look at the sky. We are not alone. The whole universe is friendly to us and conspires only to give the best to those who dream and work. "</h2>
<h3 class="text-center quotes"><strong>-</strong> Dr. A.P.J. Kalam</h3>
<br>
</div>
<h3 class="text-center">For further Information visit <a href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam">this link</a>.</h3>
</div>
</div>
</main>
<br>
<footer>
<div class="container-fluid copyright">
<p class="ft-devlp"> Developed with <span id="heart" class="fa fa-heart"></span> by: <a href= "http://www.facebook.com/shreyansjain33/">Shreyans Kumar Jain</a></p>
</div>
</footer>
</body>
</html>