-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
30 lines (28 loc) · 1.69 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
<!--footer section start-->
<footer class="footer-section">
<!--footer bottom start-->
<div class="footer-bottom bg-gradient text-white py-4">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-7 col-lg-7">
<div class="copyright-text">
<p class="mb-lg-0 mb-md-0">© 1402 وی پی ان ایران ؛ تمام حقوق محفوظ است . ارائه توسط <a href="https://google.com" class="text-decoration-none">mmmad</a></p>
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="footer-single-col text-start text-lg-end text-md-end">
<ul class="list-unstyled list-inline footer-social-list mb-0">
<li class="list-inline-item"><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-dribbble"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--footer bottom end-->
<?php wp_footer() ?>
</footer>
<!--footer section end-->