-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
785 lines (676 loc) · 32.9 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
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/37e310873b.js" crossorigin="anonymous"></script>
<!-- Custom Csss -->
<link rel="stylesheet" href="css/index.css">
<!-- Custom JS -->
<link rel="stylesheet" href="js/index.js">
<!-- All Js plugin -->
<!-- All CDN -->
<title>Islam Yearul</title>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#"><img src="img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon text-light"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Demo Works
</a>
<div class="dropdown-menu dropdown-link" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">PSD to HTML5</a>
<a class="dropdown-item" href="#">JS SCRIPT</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Project</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
<!-- <div class="social-icon">
<ul class="nav justify-content-center">
<li class="nav-items">
<a href="https://www.facebook.com/yearulislamonem" class="fb" target="_blank"> <i class="fab fa-facebook-square"></i> </a>
</li>
<li class="nav-items">
<a href="PcYearul" target="_blank"><i class="fab fa-twitter-square"></i></a>
</li>
<li class="nav-items">
<a href="https://www.linkedin.com/in/islam-yearul-7ab8291a0/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li class="nav-items">
<a href="#" target="_blank"><i class="fab fa-youtube-square"></i></a>
</li>
</ul>
</div> -->
</div>
</nav>
<!-- Banner Section -->
<section class="banner">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="text-effect">
<h1 class="text-white text-center pt-5 mt-3">The Best Developer <br> In The World</h1>
</div>
<p class="text-white text-center py-3 font-weight-light ml-5">I have works Responsive WordPress web develop and design, Html, CSS, Bootstrap, Java Script, J Query, PSD to html, PHP development, also graphics design that Logo Design, Image Editing, Booklet Design, Brochure Design, Magazine Design, Resume Design, Paper Add Design, Flyer Design, PSD template design, virtual assistant, Instant Typing, Online Marketing, Teaching, and Social Media Marketing.</p>
<div class="text-center">
<button class="btn btn-outline-light pulse-shrink-on-hover" type="submit"><a href="portfolio.html">See More</a></button>
</div>
</div>
<div class="col-md-6 col-sm-12">
<img src="img/banner-right.png" alt="" class="img-fluid">
</div>
</div>
</section>
<!-- Banner Section -->
<!-- About Me -->
<section class="about">
<div class="container pt-5">
<div class="row">
<div class="col-md-6 col-sm-12">
<h1 class="text-center pt-5">About me</h1>
<p class="text-justify">
I am a professional Web Design & Developer, WordPress Expert, PHP Developer, Graphics Designer. <br> <br>
I am always looking for challenging projects to help your businesses to achieve marketing goals through engaging visual designs & build long-term relationship forever. I am confident enough to prove my best capabilities to create any kind work & design. Thanks
</p>
</div>
<div class="col-md-6 col-sm-12">
<img src="img/yearul.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!-- About Me -->
<!-- What do i do -->
<section class="what-do">
<div class="container">
<h1 class="text-center py-5">What I Do ?</h1>
<p class="text-center pl-1">
I will Do any kind of responsive Web design & Develop, WordPress Customization, Graphic Design.
</p>
<div class="row">
<div class="col-md-4 px-2 py-2 ">
<div class="card mb-5 mt-5 mx-3">
<img src="img/ux.png" class="card-img-top img-thumbnail mx-auto mt-2" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Web Site Design</h5>
<p class="card-text text-center">WordPress website design | UX/UI design | PSD template design | AI template design | WordPress Design</p>
</div>
</div>
</div>
<div class="col-md-4 px-2 py-2 ">
<div class="card mb-5 mt-5 mx-3">
<img src="img/programming.png" class="card-img-top img-thumbnail mx-auto mt-2" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Web Site Development</h5>
<p class="card-text text-center">HTML | CSS | Java Script | J Query | Bootstrap | WordPress website Development | PHP development</p>
</div>
</div>
</div>
<div class="col-md-4 px-2 py-2 ">
<div class="card mb-5 mt-5 mx-3">
<img src="img/design.png" class="card-img-top img-thumbnail mx-auto mt-2" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Graphics Design</h5>
<p class="card-text text-center">Logo Design | Brochure Design | Flyer Design | Letterhead Design | Booklet | Magazine | Resume Design</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- What do i do -->
<!-- My service -->
<section class="service">
<div class="container">
<div class="content">
<h1 class="text-center text-white py-5">My Service</h1>
<p class="text-center pb-3 text-white">
WordPress | web development | html | CSS | Java Script | J Query | Bootstrap | PSD Template | PSD, JPG,AI to any web | Logo Design | Brochure Design | Packaging Design | Flyer Design | Resume Design | Photoshop Editing
</p>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="card mb-5 mt-5 mx-3">
<img src="img/photoshop.png" class="card-img-top img-thumbnail mx-auto mt-3" alt="...">
<div class="card-body">
<h5 class="card-title text-center">PSD to HTML Convert</h5>
<p class="card-text text-center">I can do PSD to HTML Coding | PSD to WordPress | JPG to HTML | AI to HTML | JPG to HTML | PNG to HTML</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="card mb-5 mt-5 mx-3">
<img src="img/ux.png" class="card-img-top img-thumbnail mx-auto mt-3" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Web Site Design</h5>
<p class="card-text text-center">WordPress Website design | PSD Template Design | UX/UI Design| | WordPress Theme Customization</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="card mb-5 mt-5 mx-3">
<img src="img/programming.png" class="card-img-top img-thumbnail mx-auto mt-3" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Web Develepment</h5>
<p class="card-text text-center">html | CSS | Java Script | J Query | Bootstrap | Worpress website Develpment | PHP development</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="card mb-5 mt-5 mx-3">
<img src="img/photoshop.png" class="card-img-top img-thumbnail mx-auto mt-3" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Graphics Design</h5>
<p class="card-text text-center">Logo Design | Brochure Design | Flyer Design | Packaging Design | Lebel Design | Letterhead Design | Booklet | Magazine Design</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- My service -->
<!-- Some Web -->
<section class="some-web">
<div class="container">
<h1 class="text-center pt-5">SOME WEB SITE THAT I WAS DONE</h1>
<h5 class="text-center mt-5 pb-2">
Please Click the Name to view that site
</h5>
<div class="list text-center">
<h3 class="text-center text-red"><a href="https://robogrub.co" target="_blank">RoboGrub </a></h3>
<h3 class="text-center"><a href="https://bamukunde.org" target="_blank">Bamukunde Foundation </a></h3>
<h3 class="text-center"><a href="https://bdinspectionsurvey.com/" target="_blank">Bangladesh Inspection & Survey Ltd </a></h3>
</div>
<div class="text-center">
<button class="btn btn-outline-danger pulse-shrink-on-hover " type="submit"><a href="portfolio.html" class="">See More</a></button>
</div>
</div>
</section>
<!-- Some Web -->
<!-- Previous Project -->
<section class="previous">
<div class="head-content">
<h1 class="text-center py-5">Previous Works</h1>
</div>
<!-- <div class="my-2">
<h2 class="text-center bg-light py-2">Brochure / Flyer Design</h2>
<h5 class="text-center pt-5">Here is my some project that I was done previous</h5>
</div> -->
<div class="container">
<h2 class="text-center bg-light py-2">Web Development</h2>
<div class="row">
<div class="col-md-4 col-sm-6 mt-5">
<div class="project-content">
<img src="img/ecommerce1.png" class="img-fluidds" alt="">
<h5 class="text-center">Web Design Project</h5>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-5">
<div class="project-content">
<img src="img/web2.jpg" class="img-fluidds" alt="">
<h5 class="text-center">Business Website Project</h5>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-5">
<div class="project-content">
<img src="img/ecommerce2.png" class="img-fluidds" alt="">
<h5 class="text-center">Web Design Project</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 mt-5">
<div class="project-content ">
<img src="img/web2.jpg" class="img-fluidds" alt="">
<h5 class="text-center">eCommerce Project</h5>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-5">
<div class="project-content">
<img src="img/ecommerce3.png" class="img-fluidds" alt="">
<h5 class="text-center">Web Design Project</h5>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-5">
<div class="project-content">
<img src="img/web2.jpg" class="img-fluidds" alt="">
<h5 class="text-center">Bloger Blog Project</h5>
</div>
</div>
</div>
<div class="text-center my-5">
<button class="btn btn-outline-danger pulse-shrink-on-hover" type="submit"> <a href="portfolio.html"> <i class="far fa-hand-point-right"></i> See More</a>
</button>
</div>
</div>
</section>
<!-- Previous Project -->
<!-- Brochure -->
<section class="brochure my-5">
<div class="container">
<h2 class="text-center bg-light py-2">Brochure / Flyer Design</h2>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/brochure1.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure2.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure3.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure4.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure5.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure6.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure7.jpg" class="d-block w-100" alt="brochure">
</div>
<div class="carousel-item">
<img src="img/brochure8.jpg" class="d-block w-100" alt="brochure">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- Brochure -->
<!-- Packaging -->
<section class="packaging my-5">
<div class="container">
<h2 class="text-center bg-light py-2">Brochure / Flyer Design</h2>
<div class="row justify-content-between">
<div class="col-md-3">
<div class="card" style="width: 18rem;">
<img src="img/packaging1.jpg" class="card-img-top img-thumbnail img-fluid" alt="packaging">
<div class="card-body">
<h5 class="card-title text-center">Drowper</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 18rem;">
<img src="img/packaging2.jpg" class="card-img-top img-thumbnail img-fluid" alt="packaging">
<div class="card-body">
<h5 class="card-title text-center">Drowper</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 18rem;">
<img src="img/packaging3.jpg" class="card-img-top img-thumbnail img-fluid" alt="packaging">
<div class="card-body">
<h5 class="card-title text-center">Drowper</h5>
</div>
</div>
</div>
</div>
<div class="row justify-content-between my-3">
<div class="col-md-3">
<div class="card" style="width: 18rem;">
<img src="img/packaging4.jpg" class="card-img-top img-thumbnail img-fluid" alt="packaging">
<div class="card-body">
<h5 class="card-title text-center">Drowper</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 18rem;">
<img src="img/packaging1.jpg" class="card-img-top img-thumbnail img-fluid" alt="packaging">
<div class="card-body">
<h5 class="card-title text-center">Cream</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 18rem;">
<img src="img/packaging6.jpg" class="card-img-top img-thumbnail img-fluid" alt="packaging">
<div class="card-body">
<h5 class="card-title text-center">Bottle</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Packaging -->
<!-- counter -->
<section class="counter">
<div class="container">
<div class="row">
<br/>
<div class="col text-center text-center">
<h2>My Completed Works</h2>
<p class="text-center"> works Responsive WordPress web develop and design, Html, CSS, Bootstrap, Java Script, J Query, PSD to html, PHP development, also graphics design</p>
</div>
</div>
<div class="row text-center">
<div class="col">
<div class="counter">
<i class="fa fa-code fa-2x"></i>
<h2 class="timer count-title count-number" data-to="25" data-speed="3300"></h2>
<p class="count-text ">My Customer</p>
</div>
</div>
<div class="col">
<div class="counter">
<i class="fa fa-coffee fa-2x"></i>
<h2 class="timer count-title count-number" data-to="50" data-speed="3300"></h2>
<p class="count-text ">Happy Clients</p>
</div>
</div>
<div class="col">
<div class="counter">
<i class="fa fa-lightbulb-o fa-2x"></i>
<h2 class="timer count-title count-number" data-to="35" data-speed="3300"></h2>
<p class="count-text ">Project Complete</p>
</div></div>
<div class="col">
<div class="counter">
<i class="fa fa-bug fa-2x"></i>
<h2 class="timer count-title count-number" data-to="10" data-speed="3300"></h2>
<p class="count-text ">Coffee With Clients</p>
</div>
</div>
</div>
</div>
</section>
<!-- counter -->
<!-- best client -->
<section class="client">
<div class="container py-5">
<div class="row">
<div class="col-md-6 col-sm-12">
<h2 class="text-right">
My Best Client
</h2>
<p class="text-right">
Here is some of my best client, I have done those <br>
works with those client, all of my client is happy for <br>
my job
</p>
</div>
<div class="col-md-6 col-sm-12 pl-5">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner pl-5 ml-5">
<div class="carousel-item active pl-5">
<img class="d-block img-thumbnail img-fluid" src="img/saiful.jpg" alt="First slide">
<h6 class="">saiful</h6>
<h5></h5>
</div>
<div class="carousel-item">
<img class="d-block img-thumbnail img-fluid" src="img/bablu.png" alt="Second slide">
<h6 class="">bablu</h6>
</div>
<div class="carousel-item">
<img class="d-block img-thumbnail img-fluid" src="img/robon.png" alt="Third slide">
<h6 class="">robon</h6>
</div>
<div class="carousel-item">
<img class="d-block img-thumbnail img-fluid" src="img/boby.png" alt="Third slide">
<h6 class="">boby</h6>
</div>
<div class="carousel-item">
<img class="d-block img-thumbnail img-fluid" src="img/robon.png" alt="Third slide">
<h6 class="">robon</h6>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- best client -->
<!-- Footer -->
<section class="footer pt-5">
<div class="footer-content">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 text-center">
<h6 class="text-center my-3"><a href="https://www.facebook.com/yearulislamonem">Md. Yearul Islam</a></h6>
<a href="index.html"><img src="img/yearul.jpg" class="img-fluid img-thumbnail" alt=""></a>
</div>
<div class="col-md-3 col-sm-6 ">
<h6 class="text-center my-3">Usefull Links</h6>
<ul>
<li><a href="https://wordpress.org/" target="_blank">Wordpress</a></li>
<li><a href="" target="_blank">W3 School</a></li>
<li><a href="" target="_blank">Java</a></li>
<li><a href="" target="_blank">Github</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6 text-center">
<h6 class="text-center my-3">Contact Info</h6>
<div class="row">
<div class="col-md-2"> <i class="fas fa-map-marker-alt pr-3"></i></div>
<div class="col-md-10">
<p class="text-center"> 200-Kadam Ali Road,
Jhilpar, South Manda, Dhaka-1214.
</p>
</div>
</div>
<div class="row">
<div class="col-md-2"> <i class="fas fa-phone-volume"></i></div>
<div class="col-md-10">
<p class="text-center"> +880 1825 682260
</p>
</div>
</div>
<div class="row">
<div class="col-md-2"> <i class="fas fa-envelope"></i></i></div>
<div class="col-md-10">
<p class="text-center"> <a href="yearulislamonem@
gmail.com" target="_blank">yearulislamonem@
gmail.com</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-2"> <i class="fas fa-link"></i></i></div>
<div class="col-md-10">
<p class="text-center"><a href="https://dev-islamyearul.pantheonsite.io/" target="_blank">https://dev-islamyearul.pantheonsite.io/</a>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 text-center">
<h6 class="text-center my-3 ml-2">Image Gallery</h6>
<div class="row text-center py-2 pl-2">
<div class="col-md-6 text-center">
<div class="card">
<img class="card-img-top img-fluid img-thumbnail" src="img/saiful.jpg" alt="Card image cap">
<h5 class="card-text text-dark"> Saiful </h5>
</div>
</div>
<div class="col-md-6 text-center">
<div class="card">
<img class="card-img-top img-fluid img-thumbnail" src="img/boby.png" alt="Card image cap">
<h5 class="card-text text-dark"> Boby </h5>
</div>
</div>
</div>
<div class="row text-center pl-2">
<div class="col-md-6">
<div class="card">
<img class="card-img-top img-fluid img-thumbnail" src="img/roobon.png" alt="Card image cap">
<h5 class="card-text text-dark"> Robon </h5>
</div>
</div>
<div class="col-md-6 text-center">
<div class="card">
<img class="card-img-top img-fluid img-thumbnail" src="img/bablu.png" alt="Card image cap">
<h5 class="card-text text-dark"> Bablu </h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="mt-5 py-1">
<p class="text-center pt-3">
Copyright © [Md. Yearul Islam-2020] || Design By Md. Yearul Islam
</p>
</footer>
</section>
<!-- Footer -->
<script>
(function ($) {
$.fn.countTo = function (options) {
options = options || {};
return $(this).each(function () {
// set options for current element
var settings = $.extend({}, $.fn.countTo.defaults, {
from: $(this).data('from'),
to: $(this).data('to'),
speed: $(this).data('speed'),
refreshInterval: $(this).data('refresh-interval'),
decimals: $(this).data('decimals')
}, options);
// how many times to update the value, and how much to increment the value on each update
var loops = Math.ceil(settings.speed / settings.refreshInterval),
increment = (settings.to - settings.from) / loops;
// references & variables that will change with each update
var self = this,
$self = $(this),
loopCount = 0,
value = settings.from,
data = $self.data('countTo') || {};
$self.data('countTo', data);
// if an existing interval can be found, clear it first
if (data.interval) {
clearInterval(data.interval);
}
data.interval = setInterval(updateTimer, settings.refreshInterval);
// initialize the element with the starting value
render(value);
function updateTimer() {
value += increment;
loopCount++;
render(value);
if (typeof(settings.onUpdate) == 'function') {
settings.onUpdate.call(self, value);
}
if (loopCount >= loops) {
// remove the interval
$self.removeData('countTo');
clearInterval(data.interval);
value = settings.to;
if (typeof(settings.onComplete) == 'function') {
settings.onComplete.call(self, value);
}
}
}
function render(value) {
var formattedValue = settings.formatter.call(self, value, settings);
$self.html(formattedValue);
}
});
};
$.fn.countTo.defaults = {
from: 0, // the number the element should start at
to: 0, // the number the element should end at
speed: 1000, // how long it should take to count between the target numbers
refreshInterval: 100, // how often the element should be updated
decimals: 0, // the number of decimal places to show
formatter: formatter, // handler for formatting the value before rendering
onUpdate: null, // callback method for every time the element is updated
onComplete: null // callback method for when the element finishes updating
};
function formatter(value, settings) {
return value.toFixed(settings.decimals);
}
}(jQuery));
jQuery(function ($) {
// custom formatting example
$('.count-number').data('countToOptions', {
formatter: function (value, options) {
return value.toFixed(options.decimals).replace(/\B(?=(?:\d{3})+(?!\d))/g, ',');
}
});
// start all the timers
$('.timer').each(count);
function count(options) {
var $this = $(this);
options = $.extend({}, options || {}, $this.data('countToOptions') || {});
$this.countTo(options);
}
});
</script>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
-->
</body>
</html>