width: 100%;
position: absolute;
top: 150px;
- height: 248px; }
+ height: 300px; }
@media only screen and (max-width: 40em) {
#slideshow {
<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>
<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>
<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');?>
width:100%;
position: absolute;
top: 150px;
- height: 248px;
+ height: 300px;
}