-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
724 lines (677 loc) · 44.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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MJ AHMAD</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Edu+TAS+Beginner:[email protected]&family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link rel="stylesheet" href="lib/animate/animate.min.css"/>
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Navbar & Hero Start -->
<div class="container-fluid header-top">
<div class="container d-flex align-items-center">
<div class="d-flex align-items-center h-100">
<a href="#" class="navbar-brand" style="height: 125px;">
<h1 class="text-primary mb-0"> MJ AHMAD</h1>
</a>
</div>
<div class="w-100 h-100">
<div class="topbar px-0 py-2 d-none d-lg-block" style="height: 45px;">
<div class="row gx-0 align-items-center">
<div class="col-lg-8 text-center text-lg-center mb-lg-0">
<div class="d-flex flex-wrap">
<div class="border-end border-primary pe-3">
<a href="#" class="text-muted small"><i class="fas fa-map-marker-alt text-primary me-2"></i>Find A Location</a>
</div>
<div class="ps-3">
<a href="mailto:[email protected]" class="text-muted small"><i class="fas fa-envelope text-primary me-2"></i>[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-4 text-center text-lg-end">
<div class="d-flex justify-content-end">
<div class="d-flex border-end border-primary pe-3">
<a class="btn p-0 text-primary me-3" href="https://www.facebook.com/mj.ahmad.768732/"><i class="fab fa-facebook-f"></i></a>
<a class="btn p-0 text-primary me-3" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn p-0 text-primary me-3" href="https://github.com/mj-ahmad"><i class="fab fa-github"></i></a>
<a class="btn p-0 text-primary me-0" href="https://www.linkedin.com/in/jafor-ahmad/"><i class="fab fa-linkedin-in"></i></a>
</div>
<div class="dropdown ms-3">
<a href="#" class="dropdown-toggle text-white" data-bs-toggle="dropdown"><small class="text-body"><i class="fas fa-globe-europe text-primary me-2"></i> English</small></a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">English</a>
<a href="#" class="dropdown-item">Bangla</a>
<a href="#" class="dropdown-item">Arabic</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="nav-bar px-0 py-lg-0" style="height: 80px;">
<nav class="navbar navbar-expand-lg navbar-light d-flex justify-content-lg-end">
<a href="#" class="navbar-brand-2">
<h1 class="text-primary mb-0">MJ AHMAD</h1>
<!-- <img src="img/logo.png" alt="Logo"> -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav mx-0 mx-lg-auto bg-white">
<a href="#" class="nav-item nav-link active">Home</a>
<a href="about-us.html" class="nav-item nav-link">About</a>
<a href="https://mjahmad1.github.io/cwbd" class="nav-item nav-link">Blog</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown">
<span class="dropdown-toggle">Resources</span>
</a>
<div class="dropdown-menu">
<a href="convert-md-html.html" class="dropdown-item">Markdown to HTML</a>
<a href="quran.html.html" class="dropdown-item">Al Quranul Majid</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown">
<span class="dropdown-toggle">Services</span>
</a>
<div class="dropdown-menu">
<a href="convert-md-html.html" class="dropdown-item">Education</a>
<a href="quran.html.html" class="dropdown-item">E-commerce</a>
<a href="" class="dropdown-item">Non-profit</a>
</div>
</div>
<a href="contact-page.html" class="nav-item nav-link">Contact</a>
<div class="nav-btn ps-3">
<button class="btn-search btn btn-primary btn-md-square mt-2 mt-lg-0 mb-4 mb-lg-0 flex-shrink-0" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
<a href="contact-page.html" class="btn btn-primary py-2 px-4 ms-0 ms-lg-3"> Get Solution</a>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- Navbar & Hero End -->
<!-- Modal Search Start -->
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-fullscreen">
<div class="modal-content rounded-0">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Search by keyword</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body d-flex align-items-center bg-primary">
<div class="input-group w-75 mx-auto d-flex">
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
<span id="search-icon-1" class="btn bg-light border nput-group-text p-3"><i class="fa fa-search"></i></span>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Search End -->
<!-- Carousel Start -->
<div class="header-carousel owl-carousel overflow-hidden">
<div class="header-carousel-item hero-section">
<div class="hero-bg-half-1"></div>
<div class="hero-shape-1"></div>
<div class="carousel-caption">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-lg-7 animated fadeInLeft">
<div class="text-sm-center text-md-start">
<h1 class="display-2 text-white mb-4">Uniting for a Brighter Future</h1>
<p class="mb-5 fs-5">By working together, we aim to build a nation that is bright, peaceful, and modern
</p>
<div class="d-flex justify-content-center justify-content-md-start flex-shrink-0 mb-4">
<a class="btn btn-light py-3 px-4 px-md-5 me-2" href="#"><i class="fas fa-play-circle me-2"></i> Watch Video</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header-carousel-item hero-section">
<div class="hero-bg-half-2"></div>
<div class="hero-shape-2"></div>
<div class="carousel-caption">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-lg-7 animated fadeInLeft">
<div class="text-sm-center text-md-start">
<h4 class="text-white text-uppercase fw-bold mb-4">Protecting Freedom </h4>
<h1 class="display-2 text-white mb-4">with the Power of Technology,</h1>
<p class="mb-5 fs-5"><b> MJ-Ahmad's Pledge! </b> we need to build a bright, peaceful, modern, educated, cooperative, and compassionate Bangladesh.
</p>
<div class="d-flex justify-content-center justify-content-md-start flex-shrink-0 mb-4">
<a class="btn btn-light py-3 px-4 px-md-5 me-2" href="#"><i class="fas fa-play-circle me-2"></i> Watch Video</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div class="container-fluid about py-5">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-7 wow fadeInLeft" data-wow-delay="0.2s">
<div class="h-100">
<h4 class="text-primary">About Us</h4>
<h1 class="display-4 mb-4">A Bright, Peaceful, and Modern Bangladesh</h1>
<div class="row g-4 mb-4">
<div class="col-md-6">
<a href="#" class="d-flex">
<span class="fas fa-bolt fa-3x me-3"></span>
<h4 class="mb-0">Power of Technology</h4>
</a>
</div>
<div class="col-md-6">
<a href="#" class="d-flex">
<span class="fas fa-broadcast-tower fa-3x me-3"></span>
<h4 class="mb-0">Full-Service web Layout</h4>
</a>
</div>
</div>
<p class="mb-4">We aim to pay deep respect to the heroes who sacrificed their lives for the country's independence.Our goal is to make advanced technology accessible and simplify the use of all powerful Microsoft tools for students.
</p>
<div class="text-dark mb-4">
<p class="fs-5"><span class="fa fa-check text-primary me-2"></span> Empower a New Generation of Freedom Fighters.</p>
<p class="fs-5"><span class="fa fa-check text-primary me-2"></span> Together for a Peaceful Bangladesh.</p>
<p class="fs-5"><span class="fa fa-check text-primary me-2"></span> A Brighter Future for All.</p>
</div>
<a class="btn btn-primary py-3 px-4 px-md-5 ms-2" href="https://mjahmad.com/contact-page.html">Join us</a>
</div>
</div>
<div class="col-lg-5 wow fadeInRight" data-wow-delay="0.2s">
<div class="position-relative h-100">
<img src="https://mjahmad.com/img/5.png" class="img-fluid w-100 h-100" style="object-fit: cover;" alt="">
<div class="bg-white">
<div class="position-absolute pt-3 bg-white" style="width: 50%; left: 0; bottom: 0;">
<div class="bg-primary p-4">
<h4 class="display-2 mb-0">07+</h4>
<p class="text-white fs-5 mb-0">years of experience</p>
</div>
</div>
<div class="position-absolute p-3 bg-white pb-0 pe-0" style="width: 50%; bottom: 0; right: 0;">
<img src="img/about-2.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Banner Start -->
<div class="container-fluid banner py-5 wow zoomIn" data-wow-delay="0.2s">
<div class="banner-design-1"></div>
<div class="banner-design-2"></div>
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-8">
<div class="">
<h1 class="display-4 text-white mb-0">Unlock the Power of Web Development with Us!</h1>
</div>
</div>
<div class="col-lg-4">
<div class="d-flex align-items-center justify-content-lg-end h-100">
<a class="btn btn-primary py-3 px-4 px-md-5 ms-2" href="https://mjahmad.com/contact-page.html">Contact us</a>
</div>
</div>
</div>
</div>
</div>
<!-- Banner End -->
<!-- Service Start -->
<div class="container-fluid service position-relative px-5 mt-5" style="margin-bottom: 135px;">
<div class="container">
<div class="row g-5">
<div class="col-lg-12 col-md-6 text-center">
<h1 class="text-uppercase text-black mb-4">30% Discount For This Summer</h1>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-primary border-inner py-3 px-5">Buy now</a>
</div>
<div class="col-lg-4 col-md-6">
<div class="bg-primary border-inner text-center text-white p-5">
<h4 class="text-uppercase mb-3">Web Development</h4>
<p>Creating responsive and dynamic websites using HTML, CSS, JS, PHP.</p>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-dark border-inner py-3 px-5">Contact</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="bg-primary border-inner text-center text-white p-5">
<h4 class="text-uppercase mb-3">Payment Integration</h4>
<p>Implementing secure and efficient payment solutions with Stripe and VISA</p>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-dark border-inner py-3 px-5">Contact</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="bg-primary border-inner text-center text-white p-5">
<h4 class="text-uppercase mb-3">SEO Optimization</h4>
<p>Enhancing your website's visibility on search engines to attract more traffic.</p>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-dark border-inner py-3 px-5">Contact</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="bg-primary border-inner text-center text-white p-5">
<h4 class="text-uppercase mb-3">Technical Support</h4>
<p>Providing ongoing maintenance and support for your web projects.</p>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-dark border-inner py-3 px-5">Contact</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="bg-primary border-inner text-center text-white p-5">
<h4 class="text-uppercase mb-3">E-commerce Solution</h4>
<p>Setting up and managing online stores to help you reach a broader audience.</p>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-dark border-inner py-3 px-5">Contact</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="bg-primary border-inner text-center text-white p-5">
<h4 class="text-uppercase mb-3">Microsoft Solutions</h4>
<p>Leveraging my Microsoft Partner status to provide top-notch services.</p>
<a href="https://mjahmad.com/contact-page.html" class="btn btn-dark border-inner py-3 px-5">Contact</a>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Services Start -->
<div class="container-fluid service py-5">
<div class="container py-5">
<div class="d-flex flex-column mx-auto text-center mb-5 wow fadeInUp" data-wow-delay="0.2s" style="max-width: 800px;">
<h1 class="display-4 mb-4">The Best Service For You</h1>
<p class="mb-0">As a Full-Stack Developer with valid credentials including Microsoft Partner ID, Seller ID, and Publisher ID, and a proud member of the Insider community as a Stripe and VISA developer, I am excited to offer a comprehensive range of web development services tailored to meet your business needs.
</p>
</div>
<div class="row g-5 align-items-center">
<div class="col-lg-3 wow fadeInLeft" data-wow-delay="0.2s">
<ul class="nav">
<li class="nav-item me-lg-0 mb-4">
<a class="py-3 px-5 active" data-bs-toggle="pill" href="#ServiceTab-1">
<span>E-commerce</span>
</a>
</li>
<li class="nav-item me-lg-0 mb-4">
<a class="py-3 px-5" data-bs-toggle="pill" href="#ServiceTab-2">
<span>Education</span>
</a>
</li>
<li class="nav-item me-lg-0 mb-4 mb-lg-0">
<a class="py-3 px-5" data-bs-toggle="pill" href="#ServiceTab-3">
<span>Non-profit</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-9 wow fadeInRight" data-wow-delay="0.3s">
<div class="tab-content">
<div id="ServiceTab-1" class="tab-pane fade show p-0 active">
<div class="service-carousel owl-carousel">
<div class="service-item">
<img src="https://mjahmad.com/img/WebDevelopment.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Web Development</h4>
<p class="mb-4">Creating responsive and dynamic websites using HTML, CSS, JS, PHP.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
<div class="service-item">
<img src="https://mjahmad.com/img/pa.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Payment Integration</h4>
<p class="mb-4">Implementing secure and efficient payment solutions with Stripe and VISA
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
<div class="service-item">
<img src="https://mjahmad.com/img/seo.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">SEO Optimization</h4>
<p class="mb-4">Enhancing your website's visibility on search engines to attract more traffic.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
</div>
</div>
<div id="ServiceTab-2" class="tab-pane fade show p-0">
<div class="service-carousel owl-carousel">
<div class="service-item">
<img src="https://mjahmad.com/img/th.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Technical Support</h4>
<p class="mb-4">Providing ongoing maintenance and support for your web projects.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
<div class="service-item">
<img src="https://mjahmad.com/img/ec.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">E-commerce Solution</h4>
<p class="mb-4">Setting up and managing online stores to help you reach a broader audience.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
<div class="service-item">
<img src="https://mjahmad.com/img/mc.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Microsoft Solutions</h4>
<p class="mb-4">Leveraging my Microsoft Partner status to provide top-notch services and solutions.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
</div>
</div>
<div id="ServiceTab-3" class="tab-pane fade show p-0">
<div class="service-carousel owl-carousel">
<div class="service-item">
<img src="https://mjahmad.com/img/th.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Custom Management Systems</h4>
<p class="mb-4">Leveraging my Microsoft Partner status to provide top-notch services and solutions.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
<div class="service-item">
<img src="https://mjahmad.com/img/pa.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Fundraising Support</h4>
<p class="mb-4">Leveraging my Microsoft Partner status to provide top-notch services and solutions.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Buy now</a>
</div>
</div>
<div class="service-item">
<img src="https://mjahmad.com/img/5.png" class="img-fluid w-100" alt="">
<div class="border border-top-0 p-4">
<h4 class="mb-3">Training and Development</h4>
<p class="mb-4">Leveraging my Microsoft Partner status to provide top-notch services and solutions.
</p>
<a class="btn btn-primary py-2 px-4" href="https://mjahmad.com/contact-page.html">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Blog Start -->
<div class="container-fluid blog py-5">
<div class="container py-5">
<div class="d-flex flex-column mx-auto text-center mb-5 wow fadeInUp" data-wow-delay="0.2s" style="max-width: 800px;">
<h4 class="text-primary">Our Blog</h4>
<h1 class="display-4 mb-4">Uniting for a Brighter Future</h1>
<p class="mb-0">Building a Bright, Peaceful, and Modern Bangladesh with People Working Together
</p>
</div>
<div class="row g-4">
<div class="col-lg-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="https://mjahmad1.github.io/cwbd/img/b2.jpg" class="img-fluid w-100" alt="">
</div>
<div class="blog-heading ms-4">
<a href="#" class="h4 mb-0 p-4">Dr. Muhammad Yunus, An Inspiration for Students</a>
</div>
<div class="blog-content bg-light p-4">
<div class="d-flex justify-content-between mb-4">
<p class="mb-0 small"><i class="fa fa-calendar me-2"></i> Jan 2,2025</p>
<p class="mb-0 small"><i class="fa fa-tag me-2"></i> MJ AHMAD</p>
</div>
<p class="mb-4">Dr. Muhammad Yunus, Nobel Prize winner and founder of Grameen Bank, is a symbol of inspiration for the students of our country.As he once said, "I’m encouraging young people to become ...
</p>
<a class="btn btn-primary py-2 px-4" href="#">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 wow fadeInUp" data-wow-delay="0.4s">
<div class="blog-item">
<div class="blog-img">
<img src="https://mjahmad1.github.io/cwbd/img/b3.jpg" class="img-fluid w-100" alt="">
</div>
<div class="blog-heading ms-4">
<a href="#" class="h4 mb-0 p-4">Bangladesh on the Global Stage </a>
</div>
<div class="blog-content bg-light p-4">
<div class="d-flex justify-content-between mb-4">
<p class="mb-0 small"><i class="fa fa-calendar me-2"></i> Jan 2,2025</p>
<p class="mb-0 small"><i class="fa fa-tag me-2"></i> MJ AHMAd</p>
</div>
<p class="mb-4">Our students, innovators, and leaders are shining brightly, showcasing the potential and promise of our nation. Together, we can achieve great things and build a brighter future for al...
</p>
<a class="btn btn-primary py-2 px-4" href="#">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 wow fadeInUp" data-wow-delay="0.6s">
<div class="blog-item">
<div class="blog-img">
<img src="https://mjahmad1.github.io/cwbd/img/b4.jpg" class="img-fluid w-100" alt="">
</div>
<div class="blog-heading ms-4">
<a href="#" class="h4 mb-0 p-4">A Nation of Bright Minds and Big Dreams</a>
</div>
<div class="blog-content bg-light p-4">
<div class="d-flex justify-content-between mb-4">
<p class="mb-0 small"><i class="fa fa-calendar me-2"></i> Jan 2,2025</p>
<p class="mb-0 small"><i class="fa fa-tag me-2"></i> MJ AHMAD</p>
</div>
<p class="mb-4">Bangladesh is a country filled with talented individuals and ambitious dreams. Our students, innovators, and leaders are making significant contributions on the global stage, showcasing the...
</p>
<a class="btn btn-primary py-2 px-4" href="#">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Testimonial Start -->
<div class="container-fluid testimonial bg-dark py-5">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-6 col-xl-5 wow fadeInUp" data-wow-delay="0.2s">
<h4 class="text-primary">With Respect</h4>
<h1 class="display-4 text-white mb-4">Source of Inspiration</h1>
<a class="btn btn-light py-3 px-5" href="#">View All Reviews</a>
</div>
<div class="col-lg-6 col-xl-7 wow fadeInUp" data-wow-delay="0.4s">
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item">
<div class="testimonial-quote"><i class="fa fa-quote-right fa-2x"></i>
</div>
<div class="testimonial-inner p-4">
<img src="https://mjahmad1.github.io/cwbd/img/aaaa.jpg" class="img-fluid" alt="">
<div class="ms-4">
<h4>Satya Nadella</h4>
<p>Microsoft</p>
<div class="d-flex text-primary">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-body"></i>
</div>
</div>
</div>
<div class="customer-text p-4">
<p class="mb-0">MJ-AHMAD has successfully completed
Get started building apps for Microsoft Teams by using Teams Toolkit for Visual Studio Code.</p>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-quote"><i class="fa fa-quote-right fa-2x"></i>
</div>
<div class="testimonial-inner p-4">
<img src="https://mjahmad1.github.io/cwbd/img/aaaaaa.jpg" class="img-fluid" alt="">
<div class="ms-4">
<h4>David Westlake</h4>
<p>IJM</p>
<div class="d-flex text-primary">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-body"></i>
</div>
</div>
</div>
<div class="customer-text p-4">
<p class="mb-0">You're invited to join ComfortSmithson - a recent contestant on the Great British Sewing Bee - and Crislyn from IJM's team in South East Asia</p>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-quote"><i class="fa fa-quote-right fa-2x"></i>
</div>
<div class="testimonial-inner p-4">
<img src="https://mjahmad1.github.io/cwbd/img/aaaaa.jpg" class="img-fluid" alt="">
<div class="ms-4">
<h4>Microsoft Partner</h4>
<p>Microsoft</p>
<div class="d-flex text-primary">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-body"></i>
</div>
</div>
</div>
<div class="customer-text p-4">
<p class="mb-0">You can now access all the benefits of the Microsoft Partner Network, access technical and marketing resources, and more.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid footer bg-dark py-5 wow fadeIn" data-wow-delay="0.2s">
<div class="container py-5">
<div class="row g-5 mb-5 align-items-center">
<div class="col-lg-7">
<div class="position-relative mx-auto">
<input class="form-control w-100 py-3 ps-4 pe-5" type="text" placeholder="Email address to Subscribe">
<button type="button" class="btn btn-primary position-absolute top-0 end-0 py-2 px-4 mt-2 me-2">Subscribe</button>
</div>
</div>
<div class="col-lg-5">
<div class="d-flex align-items-center justify-content-center justify-content-lg-end">
<a class="btn btn-light btn-md-square me-3" href="https://www.facebook.com/mj.ahmad.768732/"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-light btn-md-square me-3" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-light btn-md-square me-3" href="https://github.com/mj-ahmad"><i class="fab fa-github"></i></a>
<a class="btn btn-light btn-md-square me-0" href="https://www.linkedin.com/in/jafor-ahmad/"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="row g-5">
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="footer-item d-flex flex-column">
<div class="footer-item">
<h3 class="text-white mb-4">MJ AHMAD</h3>
<p class="mb-3">Enthusiast of Technological Innovation -Microsoft Aficionado- Committed to personal and professional growth through ongoing education.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Quick Links</h4>
<a href="#"> Home</a>
<a href="https://mjahmad.com/about-us.html"> About </a>
<a href="https://nextjs-subscription-payments-black-ten.vercel.app/"> Service</a>
<a href="https://mjahmad1.github.io/cwbd"> Portfolio</a>
<a href="https://mjahmad.com/contact-page.html"> Contact Us</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Advanced Technology</h4>
<a href="fundraising.html"> Fundraising Support</a>
<a href="https://nextjs-subscription-payments-black-ten.vercel.app/"> Payment Integration</a>
<a href="ecommerce.html"> E-commerce Solution</a>
<a href="social.html"> Social Media Promotion</a>
<a href="custom.html"> Custom Management Systems</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Contact Info</h4>
<a href="#"><i class="fa fa-map-marker-alt text-primary me-2"></i>Purana Paltan,Dhaka-1000,BD</a>
<a href="mailto:[email protected]"><i class="fas fa-envelope text-primary me-2"></i> [email protected]</a>
<a href="mailto:[email protected]"><i class="fas fa-envelope text-primary me-2"></i> [email protected]</a>
<a href="tel:+880 132 2371643"><i class="fas fa-phone text-primary me-2"></i> +880 132 2371643</a>
<a href="tel:+880 178 8856628" class="mb-3"><i class="fas fa-phone text-primary me-2"></i> +880 178 8856628</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright py-4">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-md-6 text-center text-md-start mb-md-0">
<span class="text-body"><i class="fas fa-copyright text-light me-2"></i> 2025 - <a href="https://climate.stripe.com/ArsPAE">MJ AHMAD</a></span>
</div>
<div class="col-md-6 text-center text-md-end text-body">
All right reserved.
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>