-
Notifications
You must be signed in to change notification settings - Fork 0
/
misir2.html
440 lines (345 loc) · 19 KB
/
misir2.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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Downloas Humayun Ahmed Misir Ali Series Books page-2</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo mr-auto"><a href="index.html">Bookists</a></h1>-->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li class="drop-down"><a href="">Books</a>
<ul>
<li><a href="Sheikh.html">Bangabandhu Sheikh Mujibur Rahman </a></li>
<li><a href="muhammad.html">Muhammad Zafer Iqbal </a></li>
<li><a href="samoresh.html">Samaresh Majumdar </a></li>
<li><a href="sarot.html">Sarat Chandra Chattopadhyay</a></li>
<li><a href="tingoyenda.html">Tin goyenda Series</a></li>
<li><a href="horror.html">Horror Books</a></li>
<li><a href="azad.html">Humayun Azad </a></li>
</li>
<li id="game" class="drop-down"><a href="#">Humayun Ahmed</a>
<ul>
<li><a href="misir.html">Misir Ali Series </a></li>
<li><a href="himu.html">Himu Series </a></li>
<li><a href="ahmed.html">Science-fiction</a></li>
</ul>
</nav><!-- .nav-menu -->
<!-- <a href="#about" class="get-started-btn scrollto">Get Started</a>
-->
</div>
</header><!-- End Header -->
<main id="main">
<!--card start-->
<section>
<h1 class="book text-center">Humayun Ahmed Misir Ali Series Books page-2</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active"><a href="misir.html">Misir Ali</a></li>
<li class="breadcrumb-item" aria-current="page">Page 2</li>
</ol>
</nav>
</section>
<div class="card-deck">
<div class="card">
<img src="assets/img/chosma.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Misir Alir Choshma by Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Misir Alir Choshma Book's pdf. Click in the download link and enjoy. </p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=18qToH9wN_rkx1XU1_bA3N_7Ceot5PnD4&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 01MB<br>Total Page: 24</small>
</div>
</div>
<div class="card">
<img src="assets/img/koni.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Kohen Kobi Kalidas by Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Kohen Kobi Kalidas Book's pdf. Click in the download link and enjoy. </p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=19LDo-2wWgY8FmEW_niYKRocxD5RXpFt4&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 0.93MB<br>Total Page: 53</small>
</div>
</div>
<div class="card">
<img src="assets/img/kothay.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Misir Ali Apni Kothay by Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Misir Ali Apni Kothay Book's pdf. Click in the download link and enjoy. </p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=1DDDrZv1f2vWMcfXqPlW83_n95M_l3iy6&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 4MB<br>Total Page: 91</small>
</div>
</div>
</div>
<section>
</section>
<!--card start 2-->
<div class="card-deck">
<div class="card">
<img src="assets/img/ami.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Amii Misir Ali by Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Amii Misir Ali Book's pdf. Click in the download link and enjoy.</p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=18tSsuAViajwivIJ77_gye7tzx6fG_Buc&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 12MB<br>Total Page: 88</small>
</div>
</div>
<div class="card">
<img src="assets/img/tiger.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Baghbondi Misir Ali by Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Baghbondi Misir Ali Book's pdf. Click in the download link and enjoy.</p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=19TCB_SK49wkWO6wujKtDOKiIspuib9eP&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 11MB<br>Total Page: 82</small>
</div>
</div>
<div class="card">
<img src="assets/img/bri.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Brihonnola By Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Brihonnola Book's pdf. Click in the download link and enjoy.</p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=19Tksc4HwFOsxVNHSTEolfac1Cg-Lj4gv&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 4MB<br>Total Page: 36</small>
</div>
</div>
</div>
<section>
</section>
<!--card start 3-->
<div class="card-deck">
<div class="card">
<img src="assets/img/bhoy.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Bhoy By Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Bhoy Book's pdf. Click in the download link and enjoy. </p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=19I0IAQ6EsBlFC8uuzY-jzT8W1mmaY1Dm&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 7MB<br>Total Page: 71</small>
</div>
</div>
<div class="card">
<img src="assets/img/adhar.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Jokhon Namibe Adhar By Humayun Ahmed</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Jokhon Namibe Adhar Book's pdf. Click in the download link and enjoy. </p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=19RpG6d92FHVHrPq2We-nr0IyteV8N5eP&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 2MB<br>Total Page: 72</small>
</div>
</div>
<div class="card">
<img src="assets/img/amiebong.jpg" class="card-img-top" data-aos="zoom-in" data-aos-delay="100" alt="...">
<div class="card-body">
<h4 class="card-title">Ami Ebong Amra by Humayun Ahmed
</h4>
<p class="card-text">Download Humayun Ahmed's Misir ali series Ami Ebong Amra Book's pdf. Click in the download link and enjoy. </p>
</div>
<a class="btn btn-danger" href="https://drive.google.com/u/0/uc?id=18vdevBN0qlFn-jNeu5v6i_fXo2g0FDHF&export=download" download>Download </a>
<div class="card-footer">
<small class="text-muted">File Size: 7MB<br>Total Page: 69</small>
</div>
</div>
</div>
<section>
<nav aria-label="...">
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="misir.html" tabindex="-1" aria-disabled="true">Previous</a>
</li>
<li class="page-item"><a class="page-link" href="misir.html">1</a></li>
<li class="page-item active" aria-current="page">
<a class="page-link" href="misir2.html">2<span class="sr-only">(current)</span></a>
</li>
<li class="page-item disabled">
<a class="page-link disabled" href="#">Next</a>
</li>
</ul>
</nav>
</section>
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p></p>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" class="collapse" href="#faq-list-1">How to download? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-parent=".faq-list">
<p>
First find the book, then click in the <span class="text-primary">Download</span> button. If the selection comes, select any browser(Google chrome, Mozilla Firefox etc). Wait a second ,the download will start automatically.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-2" class="collapsed">Problem with download link? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-parent=".faq-list">
<p>
If there is any problem with the download link or the link not works or it downloads another file or other. If this happened please contact us. We will solve the problem in a short time.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-3" class="collapsed">Contact us option not working? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-parent=".faq-list">
<p>
If the contact us option not working or it doesn’t open email. In That case send us an email on <span class="text-primary">[email protected]</span> </p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-4" class="collapsed">How to view the books without downloading them? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-parent=".faq-list">
<p>
In that case when you click in the download button, then Select Google Drive. It will open Google drive. You can read the book from there.
</p>
</div>
</li>
<!-- <li data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-5" class="collapsed">Tortor vitae purus faucibus ornare. Varius vel pharetra vel turpis nunc eget lorem dolor? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-parent=".faq-list">
<p>
Laoreet sit amet cursus sit amet dictum sit amet justo. Mauris vitae ultricies leo integer malesuada nunc vel. Tincidunt eget nullam non nisi est sit amet. Turpis nunc eget lorem dolor sed. Ut venenatis tellus in metus vulputate eu scelerisque.
</p>
</div>
</li>-->
</ul>
</div>
</div>
</section><!-- End Frequently Asked Questions Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<!--
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Bookists</h3>
<p>
Gopalganj, <br>
Dhaka,<br>
Bangladesh. <br><br>
<!--<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br> -->
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="about.html">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="contact.html">Contact Us</a></li>
<!--<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>-->
<li><i class="bx bx-chevron-right"></i> <a href="privacy.html">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4> Books</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="sheikh.html">Bangabandhu Sheikh Mujibur Rahman</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="muhammad.html">Muhammad Zafer Iqbal</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="samoresh.html">Samaresh Majumdar</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="sarot.html">Sarat Chandra Chattopadhyay</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="azad.html">Humayun Azad</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="himu.html">Humayun Ahmed</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="tingoyenda.html">Tin goyenda Series</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="horror.html">Horror Books</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Cras fermentum odio eu feugiat lide par naso tierra videa magna derita valies</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>Bookists</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://tirthaweb.github.io/website/index.html">Ayshik's Website</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>