working on interior and statement above content
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Feb 2016 21:54:56 +0000 (16:54 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Feb 2016 21:54:56 +0000 (16:54 -0500)
front-page.php
index.php
sidebar.php

index 58a4485..3ffdacc 100644 (file)
@@ -3,6 +3,9 @@
     <div class="row">
         <?php get_template_part('parts/slide-show');?>
     </div>
+    <div class="statements text-center">
+        <h1>Modern <img src="<?php bloginfo('template_url'); ?>/assets/glm-flame-icon.png"> Intelligent <img src="<?php bloginfo('template_url'); ?>/assets/glm-flame-icon.png"> Powerful</h1>
+    </div>
     <div id="content-wrapper">
         <div class="row" data-equalizer data-options="equalize_on_stack: false">
             <?php
index c01b260..c611f4a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,9 +1,8 @@
 <?php get_header(); ?>
 <main class="page-inside">
-        <?php if (is_page("kitchensink")) {
-            get_template_part('parts/glm-kitchen-sink');
-        } else { ?>
-    <!-- kitchensink check - delete me before going live -->
+    <div class="statements text-center">
+        <h1>Modern <img src="<?php bloginfo('template_url'); ?>/assets/glm-flame-icon.png"> Intelligent <img src="<?php bloginfo('template_url'); ?>/assets/glm-flame-icon.png"> Powerful</h1>
+    </div>
         <div id="content-wrapper">
             <div class="row">
                 <?php
                 ?>
             </div>
             <div class="row">
-                <div id="main-content" class="small-12 columns">
+                <div id="main-content" class="small-12 large-9 columns">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
                 </div>
-<!--
-                <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
+                <div class="large-3 columns">
                     <?php get_sidebar(); ?>
                 </div>
--->
             </div>
         </div>
-        <?php } ?> <!-- end kitchensink check - delete me before going live -->
 <?php get_footer(); ?>
index abb96e5..b13a99a 100644 (file)
@@ -1,6 +1,9 @@
-<!--
-                        <div id="side-nav" class="large-3 columns show-for-large-up" data-equalizer-watch>
-                            <div class="row collapse">
+<?php if (is_front_page()) { ?>
+                    
+<?php } else { ?>
+                        <div class="show-for-large-up">
+                            <div class="row">
                                 <?php glm_side_menu(); ?>
                             </div>
-                        </div>-->
+                        </div>
+<?php } ?>