-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
24 lines (23 loc) ยท 1.43 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
<!-- section footer start -->
<footer id="section-footer">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul class="socail-link list-inline">
<li><a href="https://www.facebook.com/ossamamehmood1"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/ossamamehmood"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/ossamamehmood"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.pinterest.com/ossamamehmood"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://www.linkedin.com/in/ossamamehmoo"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCiCtAidDDedbB2Izs_3E0oA"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.behance.net/ossamamehmood"><i class="fa fa-behance"></i></a></li>
<li><a href="https://dribbble.com/ossamamehmood"><i class="fa fa-dribbble"></i></a></li>
<li><a href="https://github.com/ossamamehmood"><i class="fa fa-github"></i></a></li>
<li><a href="https://ossamamehmood.wordpress.com"><i class="fa fa-wordpress"></i></a></li>
</ul>
<h4>© 2021 Ossama Mehmood <a href="https://github.com/ossamamehmood/ossamamehmood.github.io" target="_blank" title="Ossama Mehmood"> All Rights Reserved ยฎ </a> by ossamamehmood</h4>
</div>
</div>
</div>
</footer>
<!-- section footer end -->