final touches
authorIan Weller <ian@gaslightmedia.com>
Fri, 16 Oct 2015 14:50:20 +0000 (10:50 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 16 Oct 2015 14:50:20 +0000 (10:50 -0400)
front-page.php
page.php
screenshot.png [new file with mode: 0644]

index b2e52aa..caf41df 100644 (file)
@@ -2,6 +2,9 @@
 <main class="page-front">
     <?php get_template_part('parts/slide-show');?>
     <div id="content-wrapper">
+        <div class="row">
+            <img class="show-for-small-down" src="<?php echo get_template_directory_uri(); ?>/assets/tagline.jpg">
+        </div>
         <div class="row" data-equalizer data-options="equalize_on_stack: false">
             <?php
             get_template_part('parts/glm-blocks');
index 822e10b..a232803 100644 (file)
--- a/page.php
+++ b/page.php
@@ -5,6 +5,7 @@
     </div>
         <div id="content-wrapper">
             <div class="row">
+                <img class="show-for-small-down" src="<?php echo get_template_directory_uri(); ?>/assets/tagline.jpg">
                 <?php
                 get_template_part('parts/bread-crumbs');
                 ?>
diff --git a/screenshot.png b/screenshot.png
new file mode 100644 (file)
index 0000000..6be0d21
Binary files /dev/null and b/screenshot.png differ