making a bit more progress with the layout
authorIan Weller <ian@gaslightmedia.com>
Mon, 28 Nov 2016 21:56:13 +0000 (16:56 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 28 Nov 2016 21:56:13 +0000 (16:56 -0500)
I am making a bit more progress in the layout.  The footer area may need
more work and I know that the header needs some items added.

sections/footer.php
sections/header.php

index ab097c8..3b31039 100644 (file)
                                 </div>
                             </div>
                             <div class="row">
-                                <div id="footer_address" class="row small-centered small-11 columns">
+                                <div id="foot-content" class="small-12 medium-10 columns">
+                                    <div class="row">
+                                        <div class="small-12 medium-4 columns">
+                                            <a href="#">Members Only</a>
+                                        </div>
+                                        <div class="small-12 medium-4 columns text-center">
+                                            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php bloginfo('template_url'); ?>/assets/MAVB-footer-logo.png"></a>
+                                        </div>
+                                        <div class="small-12 medium-4 columns text-right">
+                                            <ul>
+                                                <li><a href="#">Privacy Policy</a></li>
+                                                <li><a href="#">Terms & Conditions</a></li>
+                                            </ul>
+                                        </div>
+                                    </div>
+                                </div>
+                                <div id="footer_address" class="row small-centered small-10 columns">
                                     <?php if (function_exists('glm_get_clientinfo_option')) :?>
                                     <h2><?php echo glm_get_clientinfo_option('businessName');?></h2>
                                     <?php if (glm_get_clientinfo_option('address')):?>
index e0b2ea4..4f86ad4 100644 (file)
@@ -6,9 +6,11 @@
         </div>
     </div>
     <div class="row  medium-uncollapse large-collapse">
-        <div id="logo-tag" class="small-12 text-center large-4 columns">
+        <div id="logo-tag" class="small-12 large-4 columns">
             <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php bloginfo('template_url'); ?>/assets/MAVB-logo.png"></a>
         </div>
-        <?php include "sections/top-bar.php"; ?>
+        <div class="small-12 large-8 columns">
+            <?php get_template_part('sections/top-bar.php'); ?>
+        </div>
     </div>
 </header>
\ No newline at end of file