-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
33 lines (25 loc) · 1.52 KB
/
footer.php
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
<!-- Footer Start -->
<div class="container-fluid pt-5 px-sm-3 px-md-5 mt-5 " style="background: #DC3545; color: #fff;">
<div class="row py-4">
<div class="col-lg-12 text-center">
<p>
সম্পাদক : মোঃ গাউসুল আজম শিমু <br>
মোহাম্মাদপুর, ঢাকা - হতে প্রকাশিত <br>
ফোন: ০১৮৮২৮৩৪০৭১ <br>
ই-মেইল : [email protected]
</p>
</div>
</div>
</div>
<div class="container-fluid text-center" style="background: #a80f1b; color: #fff;">
<small class="m-0 ">© Developed By <a href="https://rusulazom.xyz">Rusul Azom Sumon</a>. All Rights Reserved<a href="#">Runbangla24</a>.
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Design by <a href="https://htmlcodex.com">HTML Codex</a></small>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary btn-square back-to-top"><i class="fa fa-arrow-up"></i></a>
<!-- for showing wp admint ber in the top -->
<?php wp_footer(); ?>
</body>
</html>