updating bridge cam link for action items
authorIan Weller <ian@gaslightmedia.com>
Thu, 13 Oct 2016 19:45:41 +0000 (15:45 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 13 Oct 2016 19:45:41 +0000 (15:45 -0400)
I changed the links for the bridge cam action items on the front page and
sidebar.

parts/action-items.php
sidebar.php

index 7de3ccf..f9f0f2e 100644 (file)
     </a>
 </div>
 <div id="cam" class="small-11 small-centered medium-uncentered medium-6 columns action-item">
-    <a class="click-container" href="<?php echo get_permalink(40); ?>">
+    <a class="click-container" href="<?php echo get_permalink(645); ?>">
         <img alt="Live Bridge Cam Image" src="<?php bloginfo('template_url'); ?>/assets/bridge-cams-lrg.jpg">
         <div class="content-container text-center" data-equalizer-watch>
             <img src="<?php bloginfo('template_url'); ?>/assets/cam-image.jpg" alt="Bridege Cam Image">
-            <a href="<?php echo get_permalink(40); ?>">Check out our views of the Bridge</a>
+            <a href="<?php echo get_permalink(645); ?>">Check out our views of the Bridge</a>
         </div>
     </a>
 </div>
\ No newline at end of file
index d080d9d..b868847 100644 (file)
     </div>
     <div id="cam" class="action-item">
         <img src="<?php bloginfo('template_url'); ?>/assets/bridge-cams-sm.jpg" alt="Live Bridge Cam Image">
-        <a class="click-container" href="<?php echo get_permalink(40); ?>">
-            <div class="content-container">
+        <a class="click-container" href="<?php echo get_permalink(645); ?>">
+            <div class="content-container text-center">
                 <img src="<?php bloginfo('template_url'); ?>/assets/cam-image.jpg" alt="Bridege Cam Image">
+                <a href="<?php echo get_permalink(645); ?>">Check out our views of the Bridge</a>
             </div>
         </a>
     </div>