linking footer and offcanvas social icons
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Sep 2017 17:29:07 +0000 (13:29 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Sep 2017 17:29:07 +0000 (13:29 -0400)
linking the social icons to the footer and off canvas

sections/footer.php
sections/header.php
sections/off-canvas.php

index 9085ea3..6168ffa 100644 (file)
             <?php endif;?>
             <ul class="contact-social">
                 <li><a href="#">Contact Us</a></li><!--
-                --><li><a target="_blank" href="#" class="facebook"></a></li><!--
-                --><li><a target="_blank" href="#" class="twitter"></a></li>
+                --><li><a target="_blank" href="http://www.facebook.com/pages/MiGCSA/168701061892" class="facebook"></a></li><!--
+                --><li><a target="_blank" href="https://twitter.com/MiGCSA" class="twitter"></a></li>
             </ul>
         </div>
         <div class="small-12 medium-6 large-4 columns member">
-            <a href="#"><img src="<?php echo get_template_directory_uri();?>/assets/gcsaa-logo.png" alt="Member of GCSAA"></a>
+            <a href="http://www.gcsaa.org/" target="_blank"><img src="<?php echo get_template_directory_uri();?>/assets/gcsaa-logo.png" alt="Member of GCSAA"></a>
         </div>
     </div>
 </footer>
\ No newline at end of file
index cfede0b..3950d31 100644 (file)
@@ -32,5 +32,5 @@
                 <a href="<?php bloginfo('url')?>/wp-login.php" class="button">Member Login</a>
             </div>
         </div>
-    </div>        
+    </div>
 </header>
\ No newline at end of file
index 26b6688..c93388e 100644 (file)
@@ -45,7 +45,7 @@
     </ul>
     <?php endif;?>
     <ul class="offcavas-social-list menu">
-        <li><a class="facebook" target="_blank" href="#"></a></li>
-        <li><a class="twitter" target="_blank" href="#"></a></li>
+        <li><a class="facebook" target="_blank" href="http://www.facebook.com/pages/MiGCSA/168701061892"></a></li>
+        <li><a class="twitter" target="_blank" href="https://twitter.com/MiGCSA"></a></li>
     </ul>
 </div>
\ No newline at end of file