linking footer social icons to the anchor tags on the front page. Need to find the...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 17:32:05 +0000 (13:32 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 17:32:05 +0000 (13:32 -0400)
footer.php
js/app.js
js/custom/pageSetup.js

index 3e04ecb..c3deb79 100644 (file)
                                     <div class="small-12 large-6 columns social">
                                         <h1>Follow Us</h1>
                                         <ul class="social">
-                                            <li class="facebook"><a href="#"></a></li>
-                                            <li class="twit"><a href="#"></a></li>
-                                            <li class="blog"><a href="#"></a></li>
-                                            <li class="pin"><a href="#"></a></li>
-                                            <li class="tube"><a href="#"></a></li>
+                                            <li class="facebook"><a href="https://www.facebook.com/PetoskeyArea"></a></li>
+                                            <li class="twit"><a href="https://twitter.com/PetoskeyArea"></a></li>
+                                            <li class="blog"><a href="<?php echo get_permalink(112); ?>"></a></li>
+                                            <li class="pin"><a href="https://www.pinterest.com/petoskeyarea/"></a></li>
+                                            <li class="tube"><a href="https://www.youtube.com/user/PetoskeyArea"></a></li>
                                             <li class="insta"><a href="#"></a></li>
                                         </ul>
                                     </div>
index ad99216..36f9de9 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -57,7 +57,6 @@ $(document).ready(function () {
         book_pos = book.offset();
         x_pos =  book_pos.left;
         $(res_form).css("left", x_pos - (length - book_width) + "px");
-        console.debug(book_width + " : " + length + " : " + x_pos);
     });
     
 //    $("#start-date").on("click", function () {
index bba11c6..91e97af 100644 (file)
@@ -48,7 +48,6 @@ $(document).ready(function () {
         book_pos = book.offset();
         x_pos =  book_pos.left;
         $(res_form).css("left", x_pos - (length - book_width) + "px");
-        console.debug(book_width + " : " + length + " : " + x_pos);
     });
     
 //    $("#start-date").on("click", function () {