-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·422 lines (391 loc) · 19.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Modern responsive website using html, css, jQuery, bootstrap framework">
<meta name="keywords" content="HTML5, CSS3, Bootstrap, jQuery, Javascript, Web Design, sumancsnit, Web Development, Frontend, Responsive modern website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="SUMAN KUMAR">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Suman Books</title>
<link rel="shortcut icon" href="src/img/favicon.ico">
<link rel="stylesheet" href="src/css/font-awesome.min.css">
<link rel="stylesheet" href="src/css/bootstrap.css">
<link rel="stylesheet" href="src/css/style.css">
</head>
<body id="home">
<nav class="navbar navbar-expand-md navbar-light fixed-top py-4">
<a href="index.html" class="navbar-brand ml-5">
<img src="src/img/book-logo.png" width="150" height="50" alt="Book Logo">
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#About" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#Authors" class="nav-link">Authors</a>
</li>
<li class="nav-item">
<a href="#Contact" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- showcase -->
<section id="showcase" class="py-5">
<div class="primary-overlay text-white">
<div class="container">
<div class="row header-content">
<div class="col-lg-6 text-center pr-5">
<h1 class="display-4 pt-5 showcase-heading">
“Be awesome! Be a book nut!” –Dr. Seuss
</h1>
<p class="lead">If you only read the books that everyone else is reading, you can only think what everyone else is
thinking. - Haruki Murakami </p>
<a href="#" class="btn btn-outline-secondary btn-lg text-white">
<i class="fa fa-arrow-right"> </i> Read More</a>
</div>
<div class="col-lg-6">
<img src="src/img/book-cover.png" alt="Book" class="img-fluid book-cover d-none d-lg-block">
</div>
</div>
</div>
</div>
</section>
<!-- showcase -->
<section id="newsletter" class="bg-dark text-white py-5">
<div class="container">
<div class="row">
<div class="col-md-4">
<input type="text" class="form-control form-control-lg" placeholder="Enter Name">
</div>
<div class="col-md-4">
<input type="email" class="form-control form-control-lg" placeholder="Enter email">
</div>
<div class="col-md-4">
<button class="btn btn-primary btn-lg btn-block">
<i class="fa fa-envelope-open-o pr-2"></i> Subscribe</button>
</div>
</div>
</div>
</section>
<!--boxes-->
<section id="boxes" class="py-5">
<div class="container">
<div class="row">
<div class="col-md-3 d-flex align-items-stretch">
<div class="card text-center border-primary">
<div class="card-body">
<h3 class="text-primary"> Stay Positive </h3>
<p class="text-muted">We are shaped by our thoughts; we become what we think. When the mind is pure, joy follows like
a shadow that never leaves.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card text-center bg-primary text-white">
<div class="card-body">
<h3> Dream Big </h3>
<p>Don’t dream small. Dream big. Dream big as much as you can. Chase them and live them. All you
need to trust yourself.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card text-center border-primary">
<div class="card-body">
<h3 class="text-primary"> Keep Smiling </h3>
<p class="text-muted">It is almost impossible to think of something no one has thought of before, but it is always
possible to add different frills.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card text-center bg-primary text-white">
<div class="card-body">
<h3> Be Honest </h3>
<p>Be honest. Don’t monger over the past. Accept your flaws. Flaws are beautiful. And define your
worth.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about -->
<section id="About" class="py-5 text-center bg-light">
<div class="container">
<div class="row">
<div class="col">
<div class="info-header mb-5">
<h1 class="text-primary pb-3 about-heading">
Reasons to Read Books
</h1>
<p class="lead pb-3">
One of the biggest reasons why we read books is to gain knowledge. Books are a rich source of information.
</p>
</div>
<!--Accordion-->
<div id="accordiona">
<div class="card">
<div class="card-header" id="heading1">
<div class="mb-0">
<h5 href="#collapse1" data-toggle="collapse" data-parent="#accordion">
<i class="fa fa-chevron-down pr-2"></i> Improves your brain
</h5>
</div>
</div>
<div id="collapse1" class="collapse show">
<div class="card-body">
Studies have shown that reading has strong positive effects on the brain. By staying mentally stimulated, you can prevent
dementia and Alzheimer’s disease. This is because, keeping your brain active prevents
it from losing power. The brain is a muscle and like other muscles in the body, exercise
keeps it strong and healthy. Similar to solving puzzles, reading books is a great way
to exercise your brain and keep it healthy.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading2">
<div class="mb-0">
<h5 href="#collapse2" data-toggle="collapse" data-parent="#accordion">
<i class="fa fa-chevron-down pr-2"></i> Improves imagination
</h5>
</div>
</div>
<div id="collapse2" class="collapse">
<div class="card-body">
The more you read, the more imaginative you become. Whenever you read a fiction book, it takes you another world. In the
new world, your imagination works at its best as you try to see things in your own mind.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading3">
<div class="mb-0">
<h5 href="#collapse3" data-toggle="collapse" data-parent="#accordion">
<i class="fa fa-chevron-down pr-2"></i> Improves Creativity
</h5>
</div>
</div>
<div id="collapse3" class="collapse">
<div class="card-body">
The biggest difference between reading and watching television is that reading gives you the scope to unleash your creativity.
The more you read, the more you learn new things. New thoughts always stretch our minds
to rediscover life in new and better ways. We start to see the world in a different way
and this way we find new creative solutions.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Authors-->
<section id="Authors" class="py-5 text-center">
<div class="container">
<div class="row">
<div class="col">
<div class="info-header mb-5">
<h1 class="text-primary pb-3">
Meet The Authors
</h1>
<p class="lead pb-3">
One of the biggest reasons why we read books is to gain knowledge. Books are a rich source of information.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch pb-3">
<div class="card">
<div class="card-body">
<img src="src/img/author-1.jpeg" alt="Authors" class="img-fluid rounded-circle w-50 mb-3">
</div>
<h3>gilfoyle</h3>
<h5 class="text-muted">
Python Developer
</h5>
<p>Saepe voluptates blanditiis voluptate alias pariatur eius sit amet.</p>
<div class="d-flex flex-row justify-content-center">
<div class="p-4">
<a href="#">
<i class="fa fa-github-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-twitter-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-pinterest-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch pb-3">
<div class="card">
<div class="card-body">
<img src="src/img/author-2.jpg" alt="Authors" class="img-fluid rounded-circle w-50 mb-3">
</div>
<h3>Sheldon Cooper</h3>
<h5 class="text-muted">
Physicists
</h5>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit pariatur eius.</p>
<div class="d-flex flex-row justify-content-center">
<div class="p-4">
<a href="#">
<i class="fa fa-github-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-twitter-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-pinterest-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch pb-3">
<div class="card">
<div class="card-body">
<img src="src/img/author-3.jpg" alt="Authors" class="img-fluid rounded-circle w-50 mb-3">
</div>
<h3>Elliot Alderson</h3>
<h5 class="text-muted">
Full Stack Developer
</h5>
<p>ipsum dolor voluptates blanditiis voluptate alias pariatur eius sit amet</p>
<div class="d-flex flex-row justify-content-center">
<div class="p-4">
<a href="#">
<i class="fa fa-github-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-twitter-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-pinterest-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch pb-3">
<div class="card">
<div class="card-body">
<img src="src/img/author-4.jpg" alt="" class="img-fluid rounded-circle w-50 mb-3">
</div>
<h3>Raj Koothrappali</h3>
<h5 class="text-muted">
Lead Writer
</h5>
<p>dolor sit amet consectetur adipisicing elit. Saepe voluptates blanditiis voluptate</p>
<div class="d-flex flex-row justify-content-center">
<div class="p-4">
<a href="#">
<i class="fa fa-github-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-twitter-square"></i>
</a>
</div>
<div class="p-4">
<a href="#">
<i class="fa fa-pinterest-square"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Contact Us-->
<section id="Contact" class="bg-light py-5">
<div class="container">
<div class="row">
<div class="col-lg-9">
<h3>Get In Touch</h3>
<p class="lead"> dolor sit Lorem ipsum amet consectetur adipisicing elit. Quam, saepe!</p>
<form id="userDetail">
<div class="form-group">
<div class="input-group input-group-lg">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">
<i class="fa fa-user-circle"></i>
</span>
</div>
<input type="text" class="form-control" placeholder="Enter Name" aria-label="name" aria-describedby="basic-addon1">
</div>
</div>
<div class="form-group">
<div class="input-group input-group-lg">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon2">
<i class="fa fa-envelope-open-o"></i>
</span>
</div>
<input type="email" class="form-control" placeholder="Enter email" aria-label="email" aria-describedby="basic-addon2">
</div>
</div>
<div class="form-group">
<div class="input-group input-group-lg">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="fa fa-pencil"></i>
</span>
</div>
<textarea class="form-control" placeholder="Your message" rows="5"></textarea>
</div>
</div>
<input type="submit" value="Submit" class="btn btn-primary btn-block btn-lg">
</form>
</div>
<div class="col-lg-3 align-self-center">
<img src="src/img/book-logo.png" alt="Logo" class="img-fluid d-none d-lg-block">
</div>
</div>
</div>
</section>
<footer id="footer" class="py-2 bg-primary text-white">
<div class="container">
<div class="row text-center">
<div class="col-md-6 mx-auto">
<p class="lead mb-0">Copyright © 2018 </p>
</div>
</div>
</div>
</footer>
<script src="src/js/jquery.min.js"></script>
<script src="src/js/popper.min.js"></script>
<script src="src/js/bootstrap.min.js"></script>
<script src="src/js/navbar-fixed.js"></script>
<script src="src/js/script.js"></script>
<script src="src/js/segment.js"></script>
</body>
</html>