Adding social media placeholders to Header
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 14:46:49 +0000 (10:46 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 14:46:49 +0000 (10:46 -0400)
I added placeholer li's for the social media icons I pulled from the
psd.

header.php

index 7ed1a5a..06bbe79 100644 (file)
@@ -88,7 +88,11 @@ window._fbq.push(['track', 'PixelInitialized', {}]);
                                     </div>
                                     <div class="large-6 columns">
                                         <ul class="right">
-                                            
+                                            <li class="facebook"><a href="#" target="_blank"></a></li>
+                                            <li class="twitter"><a href="#" target="_blank"></a></li>
+                                            <li class="instagram"><a href="#" target="_blank"></a></li>
+                                            <li class="youtube"><a href="#" target="_blank"></a></li>
+                                            <li class="pintrest"><a href="#" target="_blank"></a></li>
                                         </ul>
                                     </div>
                                 </div>