Change countdown and dates in the header to reflect this year's alpenfest date
authorLaury GvR <laury@gaslightmedia.com>
Wed, 23 Jan 2019 17:54:38 +0000 (12:54 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 23 Jan 2019 17:54:38 +0000 (12:54 -0500)
header.php
js/app.js
js/custom/pageSetup.js

index 9ceb496..720fba6 100644 (file)
@@ -44,7 +44,7 @@
                                         <p class="seconds">00</p>
                                         <p class="timeRefSeconds">seconds</p>...
                                         <p id="countdown-text">
-                                            Until July 10th: Alpenfest!
+                                            Until July 9th: Alpenfest!
                                         </p>
                                     </div>
                                 </div>
@@ -68,7 +68,7 @@
                             </div>
                             <div id="pre-nav-logo" class="small-12 large-6 columns text-center">
                                 <a href="<?php bloginfo('url'); ?>"><img src="<?php echo bloginfo('template_url'); ?>/assets/Alpenfest-Logo2.png"></a>
-                                <p>July 10 - July 14, 2018</p>
+                                <p>July 9 - July 13, 2019</p>
                             </div>
                             <div id="pre-nav-right" class="small-12 large-3 columns text-right show-for-large-up">
                                 <a href="<?php echo get_page_link('83'); ?>"><img src="<?php echo bloginfo('template_url'); ?>/assets/get-a-mega-pass.png"></a>
index ca89dc7..d5f4b06 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -78,7 +78,7 @@ $(document).ready(function () {
         return futureFormattedDate
       }
       $("#countdown").countdown({
-        date: "10 July 2018 00:00:00", // Change this to your desired date to countdown to
+        date: "9 July 2019 00:00:00", // Change this to your desired date to countdown to
         format: "on"
       });
     });
index 1cfe050..199ec52 100644 (file)
@@ -69,7 +69,7 @@ $(document).ready(function () {
         return futureFormattedDate
       }
       $("#countdown").countdown({
-        date: "10 July 2018 00:00:00", // Change this to your desired date to countdown to
+        date: "9 July 2019 00:00:00", // Change this to your desired date to countdown to
         format: "on"
       });
     });