-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
296 lines (296 loc) · 10.6 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>APJ Abdul Kalam</title>
<meta
name="description"
content="A website which pays tribute to the Missile Man, Dr. APJ Abdul Kalam."
/>
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="./assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="./assets/css/shared.css" />
<link rel="stylesheet" href="./assets/css/index.css" />
<script src="./assets/js/vendor/jquery.js"></script>
<script src="./assets/js/vendor/bootstrap.min.js"></script>
<script src="./assets/js/home-index.js"></script>
<script src="./assets/js/shared.js"></script>
</head>
<body>
<nav class="navbar fixed-sticky navbar-expand-md navbar-light bg-light">
<span class="navbar-brand">APJ Abdul Kalam</span>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="./index.html">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link books" href="#">
Books
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./quotes.html">
Quotes
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./carousel.html">
Carousel
</a>
</li>
<li class="nav-item">
<button
type="button"
class="nav-link btn btn-link"
data-toggle="modal"
data-target="#contactUsModal"
>
Contact Us
</button>
</li>
<li class="nav-item">
<button
type="button"
class="nav-link btn btn-link"
data-toggle="modal"
data-target="#creditsModal"
>
Credits
</button>
</li>
</ul>
</div>
</nav>
<div class="container-fluid hero-div">
<h1 class="display-3 title">Tribute to the Missile Man</h1>
<p class="lead subtitle">
<q>Speak only when your words are better than silence.</q>
</p>
</div>
<div class="container-fluid" id="books-section">
<h1 class="display-4">Books</h1>
<div class="row">
<div class="card book-info col-12 bg-transparent">
<div class="card-body">
<h3
class="card-title collapsed"
data-toggle="collapse"
data-target="#bookInfo1"
>
India 2020: A Vision for the New Millennium
<span class="cross">+</span>
</h3>
<div id="bookInfo1" class="card-text collapse">
The book examines in depth the weaknesses and strengths of India,
and offers a vision of how India can emerge to be among the
world's top four economic powers by the year 2020. The Vision is
dedicated to a ten-year-old girl whom Kalam met during one of his
talks and asked her about her ambitions, to which the young girl
replied, "I want to live in a developed India.
</div>
</div>
</div>
<div class="card book-info col-12 bg-transparent">
<div class="card-body">
<h3
class="card-title collapsed"
data-toggle="collapse"
data-target="#bookInfo2"
>
Mission of India: A Vision of Indian Youth
<span style="flex: 1 1 auto;"></span>
<span class="cross">+</span>
</h3>
<div id="bookInfo2" class="card-text collapse">
Mission India: A Vision For Indian Youth has been written with the
intention of challenging the Indian youth to bring about a
positive change in the country by 2020.
</div>
</div>
</div>
<div class="card book-info col-12 bg-transparent">
<div class="card-body">
<h3
class="card-title collapsed"
data-toggle="collapse"
data-target="#bookInfo3"
>
Target 3 Billion
<span style="flex: 1 1 auto;"></span>
<span class="cross">+</span>
</h3>
<div class="card-text collapse" id="bookInfo3">
The book highlights the issues prevailing in rural India and
suggests measures to improve standards of living. It focuses on
the inclusive development project called PURA (Providing Urban
Amenities in Rural Areas). The book plans to improve the standard
of living amongst the poor rural population through voluntary
campaigns such as community participation and entrepreneurship.
</div>
</div>
</div>
<div class="card book-info col-12 bg-transparent">
<div class="card-body">
<h3
class="card-title collapsed"
data-toggle="collapse"
data-target="#bookInfo4"
>
Beyond 2020: A Vision for Tomorrow’s India
<span style="flex: 1 1 auto;"></span>
<span class="cross">+</span>
</h3>
<div class="card-text collapse" id="bookInfo4">
India 2020 is about to become a reality. Are we ready? As Dr Kalam
and Y.S. Rajan had contended in their landmark vision document,
India 2020, India has steadily moved towards becoming one of the
top five economic powers in the twenty-first century.
</div>
</div>
</div>
<div class="card book-info col-12 bg-transparent">
<div class="card-body">
<h3
class="card-title collapsed"
data-toggle="collapse"
data-target="#bookInfo5"
>
You Are Born To Blossom
<span style="flex: 1 1 auto;"></span>
<span class="cross">+</span>
</h3>
<div class="card-text collapse" id="bookInfo5">
This book highlights the uniqueness of each individual and his/her
singulaar talents to become the best versions. every individual
owes to her/himself to fulfill the natural potential and determine
the course to success. This ties to the fact that we all live as a
part of one big society and an even greater natural
environment.Thus, we must recognise and do our best and aid its
development.
</div>
</div>
</div>
</div>
</div>
<div
class="modal fade"
id="creditsModal"
data-backdrop="static"
data-keyboard="false"
tabindex="-1"
>
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="contactUsModalLabel">Credits</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Thank You! <b>DAV Sreshtha Vihar, Delhi</b></p>
<p>
Credits:
<b>
Google,
<a href="https://stackoverflow.com">Stack Overflow</a>,
<a href="https://getbootstrap.com">Bootstrap Website</a>,
<a href="https://jquery.com">jQuery</a>
</b>
</p>
<p>
Presented By:
<br />
<h4>Reliance Foundation School, Lodhivali (Eng. Med)</h4>
<br />
<h5>Pranav Karawale</h5>
<br />
<h5>Hasshya Krishnamoorthy</h5>
<h6>Class XI Science</h6>
</p>
</div>
</div>
</div>
</div>
<div
class="modal fade"
id="contactUsModal"
data-backdrop="static"
data-keyboard="false"
tabindex="-1"
>
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="contactUsModalLabel">Contact Us</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Made with <i>love</i> and <i>pride</i> by</p>
<h3>Reliance Foundation School, Lodhivali (Eng. Med)</h3>
<h4>Pranav Karawale</h4>
<a href="https://github.com/obnoxiousnerd">
<img
src="./assets/media/icons/github.svg"
alt="GitHub"
class="github-svg px-1"
width="32"
/>
</a>
<a href="mailto:[email protected]">
<img
src="./assets/media/icons/microsoftoutlook.svg"
alt="Outlook"
class="outlook-svg px-1"
width="32"
/>
</a>
<br />
<br />
<h4>Hasshya Krishnamoorthy</h4>
<a href="https://www.instagram.com/hasshya_1530/">
<img
src="./assets/media/icons/instagram.svg"
alt="instagram"
class="instagram-logo px-1"
width="32"
/>
</a>
<a href="mailto:[email protected]">
<img
src="./assets/media/icons/microsoftoutlook.svg"
alt="Outlook"
class="outlook-logo px-1"
width="32"
/>
</a>
</div>
</div>
</div>
</div>
</body>
</html>