-<div id="slideshow">
+<div id="slideshow">
<a id="logo" href="<?php bloginfo('url');?>" class="small-centered medium-uncentered"><img src="<?php echo get_template_directory_uri(); ?>/assets/logo.png"></a>
<?php get_template_part('parts/top-bar');?>
<div id="slide-shadow">
- <?php
+ <?php
echo do_shortcode("[metaslider id=13]");
echo do_shortcode("[metaslider id=19]");
?>
</div>
<div style="text-align: center">
+ <?php $today = mktime(); ?>
+ <?php if( date('Y', $today) >= '2015' && date('m', $today) >= 10 && date('d', $today) >= 4 ) : ?>
+ <img id="open" class="small-centered medium-uncentered" src="<?php echo get_template_directory_uri(); ?>/assets/time-ribbon_9-7.png">
+ <?php elseif( date('Y', $today) >= 2015 && date('m', $today) >= 11 && date('d', $today) >= 1 ) : ?>
+ <img id="open" class="small-centered medium-uncentered" src="<?php echo get_template_directory_uri(); ?>/assets/time-ribbon_closed.png">
+ <?php else : ?>
<img id="open" class="small-centered medium-uncentered" src="<?php echo get_template_directory_uri(); ?>/assets/open-today.png">
+ <?php endif; ?>
</div>
-
+
</div>