replacing schedule image with another that is better looking
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Feb 2018 21:14:01 +0000 (16:14 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Feb 2018 21:14:01 +0000 (16:14 -0500)
original replacement image was poor quality, replacing that one

assets/2018-Schedule.png [deleted file]
assets/2018-schedule.png [new file with mode: 0755]
front-page.php
header.php
style.css

diff --git a/assets/2018-Schedule.png b/assets/2018-Schedule.png
deleted file mode 100644 (file)
index d80a69a..0000000
Binary files a/assets/2018-Schedule.png and /dev/null differ
diff --git a/assets/2018-schedule.png b/assets/2018-schedule.png
new file mode 100755 (executable)
index 0000000..9e58d11
Binary files /dev/null and b/assets/2018-schedule.png differ
index f4fd01f..1f6df6c 100644 (file)
@@ -33,7 +33,7 @@
                 </div>
                 <div class="get-schedule small-12 medium-6 text-center columns">
                     <a href="<?php echo esc_url( get_template_directory_uri()); ?>/assets/schedules/2018_schedule.pdf" target="_blank">
-                        <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/2018-Schedule.png?v=1.0.22">
+                        <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/2018-schedule.png?v=1.0.23">
                     </a>
                     <a href="<?php echo esc_url( get_template_directory_uri()); ?>/assets/schedules/2018_schedule.pdf" target="_blank"><h5>Download <br>Schedule</h5></a>
                 </div>
index afec04b..c401a97 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.23">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.24">
      <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
     <?php wp_head(); ?>
   </head>
index ed4da9b..bb1a795 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: StarLine
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Star Line
-Version: 1.0.23
+Version: 1.0.24
 */