Skip to content

Instantly share code, notes, and snippets.

@scottwyden
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwyden/c9dd0cef2eec6f99c1e7 to your computer and use it in GitHub Desktop.
Save scottwyden/c9dd0cef2eec6f99c1e7 to your computer and use it in GitHub Desktop.
Social Follow Icons in Header with Font Awesome
<div id="social-header">
<a title="Google Plus" href="http://plus.google.com/+ScottWydenKivowitz" target="_blank" rel="nofollow"><i class="fa fa-google-plus" ></i></a> <a target="_blank" rel="nofollow" title="Facebook" href="http://facebook.com/scottwydenimagery"><i class="fa fa-facebook" ></i></a> <a title="Twitter" target="_blank" rel="nofollow" href="http://twitter.com/scottwyden"><i class="fa fa-twitter" ></i></a> <a title="Instagram" target="_blank" rel="nofollow" href="http://instagram.com/scottwyden"><i class="fa fa-instagram" ></i></a> <a title="Pinterest" target="_blank" rel="nofollow" href="http://pinterest.com/scottwyden"><i class="fa fa-pinterest" ></i></a></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment