]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fixing offcanvas issues for mobile view
authorArthur <arthur@zurb.com>
Mon, 30 Sep 2013 22:12:26 +0000 (15:12 -0700)
committerArthur <arthur@zurb.com>
Mon, 30 Sep 2013 22:12:26 +0000 (15:12 -0700)
docs.php
includes/_footer.php
includes/_header.php
includes/_offcanvas-menu.php [moved from includes/_mobile-nav.php with 98% similarity]
index.php
process.php

index 46050f8fdaaa57ba6119f9f3896ee81200c03389..a7c534038ef5f1c48469c9fbf354896449532005 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,4 +1,6 @@
 <?php include 'includes/_header.php' ?>
+
+<section role="main">
 <?php include 'includes/_top-bar.php' ?>
 
 <section class="top-area">
   </div>
 </div>
 
-
-
-
-
 <?php include 'includes/_subscribe.php' ?>     
 <?php include 'includes/_footer.php' ?>
\ No newline at end of file
index f286d0c3f5262f300261ee037ad00abcfb6402bd..5f40b5b26f25d7028ff5b3a27b69ce2246115ea4 100644 (file)
       });
     });
   </script>
-  </section>
-<?php include 'includes/_mobile-nav.php' ?>
 
-</body>
-</html>
+<?php include 'includes/_offcanvas-menu.php' ?>
+
index 944413f35646b1f319f2e7d35ee36f7bee64befb..396ce0df7e3e2d972485d247269f37ee9196cff1 100644 (file)
@@ -16,4 +16,4 @@
 </head>
 
 <body class="off-canvas hide-extras"> 
-<section class="main">
+
similarity index 98%
rename from includes/_mobile-nav.php
rename to includes/_offcanvas-menu.php
index 47f03e398255fd8c45b61aede18e3f69686f87ab..072f04613d74f6dfce87adeea043c48c6a879bef 100644 (file)
@@ -1,3 +1,5 @@
+</section>
+
 <section id="sidebar" role="complementary">
   <!-- For Future Use 
 <div id="passport">
@@ -73,3 +75,6 @@
   </div>
        
 </section>
+
+</body>
+</html>
index 08ad4d6a7fd9bf2e1424634fda48479a06ec58ac..2ed39d6bab496f48b7525662d31b2ce62ad3db57 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,7 @@
+
 <?php include 'includes/_header.php' ?>
+
+<section role="main">
 <?php include 'includes/_top-bar.php' ?>
 
 <section class="top-area main">
index 0ea9ae848e02b113496ded8b4f7122662ee1d788..27b70b870e36d700099d8793f80057deb88e2850 100644 (file)
@@ -1,9 +1,12 @@
 <?php include 'includes/_header.php' ?>
+
+<section role="main">
 <?php include 'includes/_top-bar.php' ?>
 
 <section class="top-area">
   <div class="row">
     <div class="large-12 columns">
+       <a class='sidebar-button show-for-small' id="sidebarButton" href="#sidebar" ><img alt="Menu-wht" src="images/offcanvas/menu-wht.png" /><h4>Ink</h4></a>
       <h2>Process</h2>
     </div>
   </div>