Forked from anonymous/gist:ec40ec681c884c584898
Last active
September 30, 2015 11:37
-
-
Save jamigibbs/5d331d6717d76e3f1026 to your computer and use it in GitHub Desktop.
code for footer for social links
This file contains 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
[rescue_spacing size="20px"] | |
<div class="social-demo clearfix"> | |
<a href="http://example.com"><i class="fa fa-twitter"></i></a> | |
<a href="http://example.com"><i class="fa fa-facebook-official"></i></a> | |
<a href="http://example.com"><i class="fa fa-vimeo-square"></i></a> | |
<a href="http://example.com"><i class="fa fa-tumblr-square"></i></a> | |
<a href="http://example.com"><i class="fa fa-envelope"></i></a> | |
</div> | |
[rescue_spacing size="20px"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment