Link up Contact Us/Request links
authorLaury GvR <laury@gaslightmedia.com>
Thu, 17 May 2018 19:39:13 +0000 (15:39 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 17 May 2018 19:39:13 +0000 (15:39 -0400)
sections/footer.php

index 97018ec..4a526ce 100644 (file)
@@ -5,22 +5,24 @@
             <p>Ra delendit dolor aut odic NEED NEW TEXT FOR THIS</p>
         </div>
         <div id="footer-tours-text" class="small-12 medium-4 columns">
-            <a class="button" href="#">Find Out More!</a>
+            <a class="button" href="<?php echo get_permalink(54);?>">Find Out More!</a>
         </div>
     </div>
 </div>
 <div id="footer-guide">
     <div id="footer-guide-row" class="row">
         <div id="footer-guide-image" class="small-12 medium-6 columns">
-            <img src="<?php echo get_template_directory_uri();?>/assets/magazine.jpg">
+            <a href="<?php echo get_permalink(841);?>">
+                <img src="<?php echo get_template_directory_uri();?>/assets/magazine.jpg">
+            </a>
         </div>
         <div id="footer-guide-text" class="small-12 medium-6 columns">
             <h5>Sneak a peek and see all</h5>
             <h5>Michigan has to offer.</h5>
             <div id="footer-guide-links">
-                <a href="#">View</a>
+                <a href="<?php echo get_permalink(841);?>">View</a>
                 <span class="tunnel-separator">|</span>
-                <a href="#">Request</a>
+                <a href="<?php echo get_permalink(841);?>">Request</a>
             </div>
         </div>
     </div>