I'm attempting to turn the small icons on this particular page () into clickable links.
Each icon is contained within its own div, but no matter what I do:
<div class="social-btn pinterest"><a href="http://www.pinterest.com/etc.etc."></a></div>
It's not working as expected! How can I properly link these icons to their corresponding websites?