I added the needed links
authorIan Weller <ian@gaslightmedia.com>
Mon, 17 Jul 2017 14:51:54 +0000 (10:51 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 17 Jul 2017 14:51:54 +0000 (10:51 -0400)
I forgot to add the links to the action items.  I just finished adding
the links on the action items.

front-page.php

index ed84abd..196bdd4 100644 (file)
 <div id="action-items">
     <div class="row">
         <div class="small-12 medium-4 text-center columns">
-            <a id="food" class="sprites" href="#"></a>
+            <a id="food" class="sprites" href="<?php echo get_permalink(178); ?>"></a>
         </div>
         <div class="small-12 medium-4 text-center columns">
-            <a id="beer" class="sprites" href="#"></a>
+            <a id="beer" class="sprites" href="<?php echo get_permalink(155); ?>"></a>
         </div>
         <div class="small-12 medium-4 text-center columns">
-            <a id="motel" class="sprites" href="#"></a>
+            <a id="motel" class="sprites" href="<?php echo get_permalink(21); ?>"></a>
         </div>
     </div>
     <div class="row">
         <div class="small-12 medium-4 text-center columns">
-            <a id="events" class="sprites" href="#"></a>
+            <a id="events" class="sprites" href="<?php echo get_permalink(153); ?>"></a>
         </div>
         <div class="small-12 medium-4 text-center columns">
-            <a id="merchandise" class="sprites" href="#"></a>
+            <a id="merchandise" class="sprites" href="<?php echo get_permalink(133); ?>"></a>
         </div>
         <div class="small-12 medium-4 text-center columns">
-            <a id="directions" class="sprites" href="#"></a>
+            <a id="directions" class="sprites" href="https://www.google.com/maps/dir//590+N+State+St,+St+Ignace,+MI+49781/@45.8736481,-84.7659752,13z/data=!3m1!4b1!4m9!4m8!1m0!1m5!1m1!1s0x4d35f668a566820f:0x4a2dbe5c087278e9!2m2!1d-84.7309558!2d45.8735937!3e0?hl=en" target="_blank"></a>
         </div>
     </div>
 </div>