Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <footer id="footer" class="bg-one">
  2. <div class="container">
  3. <div class="row wow fadeInUp" data-wow-duration="500ms">
  4. <div class="col-lg-12">
  5.  
  6. <!-- Footer Social Links -->
  7. <div class="social-icon">
  8. <ul>
  9. <li><a href="#"><i class="fa fa-facebook"></i></a></li>
  10. <li><a href="#"><i class="fa fa-twitter"></i></a></li>
  11. <li><a href="#"><i class="fa fa-google-plus"></i></a></li>
  12. <li><a href="#"><i class="fa fa-youtube"></i></a></li>
  13. <li><a href="#"><i class="fa fa-linkedin"></i></a></li>
  14. <li><a href="#"><i class="fa fa-dribbble"></i></a></li>
  15. <li><a href="#"><i class="fa fa-pinterest"></i></a></li>
  16. </ul>
  17. </div>
  18. <!--/. End Footer Social Links -->
  19.  
  20. <!-- copyright -->
  21. <div class="copyright text-center">
  22. <a href="index.html">
  23. <img src="img/logo-meghna.png" alt="Meghna" />
  24. </a>
  25. <br />
  26.  
  27. <p>Design And Developed by <a href="http://www.themefisher.com"> Themefisher Team</a>. Copyright &copy; 2015. All Rights Reserved.</p>
  28. </div>
  29. <!-- /copyright -->
  30.  
  31. </div> <!-- end col lg 12 -->
  32. </div> <!-- end row -->
  33. </div> <!-- end container -->
  34. </footer> <!-- end footer -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement