Created
April 20, 2019 05:38
-
-
Save gearmobile/e15c34c2f407567fff00cb57826f3d0f to your computer and use it in GitHub Desktop.
footer html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<footer class="footer"> | |
<div class="footer-wrapper"> | |
<address class="footer-block"> | |
<ul class="footer-socials"> | |
<li class="socials-item"> | |
<a href="#0" class="socials-link socials-link-twitter"> | |
<span class="socials-link-text">twitter</span> | |
</a> | |
</li> | |
<li class="socials-item"> | |
<a href="#0" class="socials-link socials-link-pinterest"> | |
<span class="socials-link-text">pinterest</span> | |
</a> | |
</li> | |
<li class="socials-item"> | |
<a href="#0" class="socials-link socials-link-facebook"> | |
<span class="socials-link-text">facebook</span> | |
</a> | |
</li> | |
<li class="socials-item"> | |
<a href="#0" class="socials-link socials-link-instagram"> | |
<span class="socials-link-text">instagram</span> | |
</a> | |
</li> | |
<li class="socials-item"> | |
<a href="#0" class="socials-link socials-link-tumblr"> | |
<span class="socials-link-text">tumblr</span> | |
</a> | |
</li> | |
</ul> | |
</address> | |
<div class="copyright"><a href="#0" class="copyright-link">Copyright © 2009–2016 City Blog LLC.</a></div> | |
</div> | |
</footer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment