added links to the advertise page form and enews page form in the header and the...
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 2 Aug 2016 20:03:18 +0000 (16:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 2 Aug 2016 20:03:18 +0000 (16:03 -0400)
css/app.css
footer.php
front-page.php
header.php
scss/_main.scss

index 1f93ecc..a8e3653 100644 (file)
@@ -6620,7 +6620,7 @@ main {
   width: 100%;
   position: absolute;
   top: 150px;
-  height: 248px; }
+  height: 300px; }
 
 @media only screen and (max-width: 40em) {
   #slideshow {
index 9eabbc8..80bfe7e 100644 (file)
@@ -9,12 +9,12 @@
                                 <div class="small-12 medium-6 large-3 columns subscribe text-center">
                                     <h5>Mailing List</h5>
                                     <p>Subscribe to recieve deal alerts.</p>
-                                    <a id="subscribe-button" href="#">Subscribe</a>
+                                    <a id="subscribe-button" href="<?php get_permalink(64); ?>">Subscribe</a>
                                 </div>
                                 <div class="small-12 medium-6 large-3 columns advertise text-center">
                                     <h5>Advertise With Us</h5>
                                     <p>Text explaining why</p>
-                                    <a id="advertise-button" href="#">Advertise</a>
+                                    <a id="advertise-button" href="<?php get_permalink(61); ?>">Advertise</a>
                                 </div>
                                 <div id="area-info" class="small-12 medium-6 large-3 columns text-center">
                                     <h5>Area Info</h5>
index 734a635..b3184d7 100644 (file)
                 <img alt="Downtown Petoskey" src="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">
             </div>
             <div class="show-for-large-up large-4 columns text-center right">
-               <div class="iframe-screen">                <a href="https://player.vimeo.com/video/128990353" class="fancybox fancybox.iframe" data-fancybox-type="iframe"> </a>
-</div>
+               <div class="iframe-screen">                
+               <a href="https://player.vimeo.com/video/128990353" class="fancybox fancybox.iframe" data-fancybox-type="iframe"> 
+               </a>
+            </div>
                 <h3 class="text-center large-text-left">Featured Video</h3>
                     <iframe src="https://player.vimeo.com/video/128990353" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
             </div>
index 4cdcb73..6a87c28 100644 (file)
@@ -28,7 +28,7 @@
                                         <a href="#">Subscribe</a>
                                     </div>
                                     <div class="small-6 medium-4 large-5 columns advertise">
-                                        <a href="#">Advertise</a>
+                                        <a href="<?php echo get_permalink(61); ?>">Advertise</a>
                                     </div>
                                     <div class="small-12 medium-4 large-2 columns">
                                         <?php get_template_part('parts/top-bar');?>
index 370bcad..213cd2d 100644 (file)
@@ -187,5 +187,5 @@ main {
     width:100%;
     position: absolute;
     top: 150px;
-    height: 248px;
+    height: 300px;
 }