updating logo and hastags to 2019, new dates for the beer week days
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Nov 2018 17:40:13 +0000 (13:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Nov 2018 17:40:13 +0000 (13:40 -0400)
assets/2019.png [new file with mode: 0644]
footer.php
header.php
parts/top-bar.php
style.css

diff --git a/assets/2019.png b/assets/2019.png
new file mode 100644 (file)
index 0000000..c4035f5
Binary files /dev/null and b/assets/2019.png differ
index 0355c0e..4cf3fde 100644 (file)
@@ -3,7 +3,7 @@
                         <?php if (is_active_sidebar('sidebar-f')) :?>
                         <?php dynamic_sidebar('sidebar-f');?>
                         <?php endif;?>
-                        <h1 id="pound-text" class="text-center show-for-large-up">#kbw2018</h1>
+                        <h1 id="pound-text" class="text-center show-for-large-up">#KBW2019</h1>
                     </footer>
                     <div id="bottom-lens">
                         <script id="cr__init-38a0f95d" src="https://embed.crowdriff.com/js/init?hash=38a0f95d" async></script>
index 6b34be9..224478e 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.10">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,900" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Domine:400,400i,700,900" rel="stylesheet">
                 <header class="main-header">
                     <div class="row show-for-large-up logo-date-row">
                         <div class="small-12 medium-3 columns">
-                            <a class="logo-img" href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url'); ?>/assets/KBW2018.png"></a>
+                            <a class="logo-img" href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url'); ?>/assets/2019.png"></a>
                         </div>
                         <div class="medium-7 columns">
                             <img src="<?php bloginfo('template_url'); ?>/assets/kbw-header-text-only.png">
                         </div>
                         <div class="header-date">
                             <div class="row header-date-container">
-                                <div class="header-year small-12 columns">2018</div>
-                                <div class="header-days small-12 columns">JANUARY 13th - 21st</div>
+                                <div class="header-year small-12 columns">2019</div>
+                                <div class="header-days small-12 columns">JANUARY 11th - 20th</div>
                             </div>
                         </div>
                     </div>
@@ -34,7 +34,7 @@
                         <div class="small-12 columns text-center small-centered">
                             
                             <a class="logo-img left" href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url'); ?>/assets/KBW2018.png"></a>
-                            <p id="header-hashtag" class="">#kbw2018</p>
+                            <p id="header-hashtag" class="">#KBW2019</p>
                         </div>
                     </div>
                 </header>
index 4a4fe3f..c0ba782 100644 (file)
@@ -1,7 +1,7 @@
 <nav class="top-bar show-for-large-up text-center" data-topbar role="navigation">
     <section class="top-bar-section">
         <?php glm_theme_top_bar(); ?>
-        <span class="right">#KBW2018</span>
+        <span class="right">#KBW2019</span>
     </section>
 </nav>
 <nav class="tab-bar show-for-medium-down">
index 7f5a3cc..834b1a3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: KalamazooBeerWeek
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for KalamazooBeerWeek
-Version: 1.0.13
+Version: 1.0.14
 */