-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (109 loc) · 5.01 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
117
<!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. APJ Abdul Kalam | Biography</title>
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/external-vectorslab-flat-vectorslab/512/external-Biography-human-resource-vectorslab-flat-vectorslab.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<div class="main-container">
<div class="content">
<section class="top">
<div class="image">
<img src="Img/apj.jpg">
</div>
<div class="name">
<h1>A . P . J Abdul Kalam</h1>
<h4>1931 - 2015</h4>
</div>
</section>
<section class="bottom">
<div class="b-h">
<h2>Missile Man of India</h2>
</div>
<div class="b-t">
<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>
</div>
</section>
<section class="bio">
<div class="bio-cont">
<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>
</div>
</section>
</div>
<section class="footer">
<div>Read more</div>
</section>
</div>
<section>
<section class="links">
<div class="link-main">
<div class="icon">
<a href="https://github.com/Muhammad-Patel"><i class="fa-brands fa-github"></i> </a>
</div>
<div class="icon">
<a href="https://www.instagram.com/patelmuhammad2003"><i class="fa-brands fa-instagram"></i> </a>
</div>
<div class="icon">
<a href="https://twitter.com/patelmuh2003"><i class="fa-brands fa-twitter"></i> </a>
</div>
</div>
<div class="namee">
<div class="namee-cont">
<span> Article Display Website | Designed By | Muhammad Patel</span>
</div>
</div>
</section>
</section>
</body>
</html>