php files for topbar created
authorIan Weller <ian@gaslightmedia.com>
Fri, 23 Oct 2015 17:19:38 +0000 (13:19 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 23 Oct 2015 17:19:38 +0000 (13:19 -0400)
14 files changed:
footer.php
header.php
parts/top-bar_about.php [new file with mode: 0644]
parts/top-bar_art-gallery.php [new file with mode: 0644]
parts/top-bar_bay-view.php [new file with mode: 0644]
parts/top-bar_crooked-river.php [new file with mode: 0644]
parts/top-bar_drawbridge.php [new file with mode: 0644]
parts/top-bar_main.php [new file with mode: 0644]
parts/top-bar_perry.php [new file with mode: 0644]
parts/top-bar_pier.php [new file with mode: 0644]
parts/top-bar_pointer-boat.php [new file with mode: 0644]
parts/top-bar_vacation.php [new file with mode: 0644]
parts/top-bar_weathervane.php [new file with mode: 0644]
style.css

index 59905f1..cff0753 100644 (file)
@@ -7,7 +7,6 @@
                             </div>
                         </footer>
                     </main><!--End of main-->
-                </div><!--/.shadow-wrapper-->
                 <div id="copyright" class="small-12 text-center row columns">
                     <span>&copy; <?php echo date('Y');?> </span>
                     <span class="bullet"> &#8226; </span>
index c0bb978..4153128 100644 (file)
       <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
             <div id="page-wrapper">
-                <div class="shadow-wrapper">
-                    <header>
-                        <div class="row">
-                            <div class="medium-4 columns show-for-medium-only">
-                                <a href="<?php bloginfo('url');?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/logo.png"></a>
+                    <header id="header-all" class="show-for-large-up">
+                        <div class="row collapse">
+                            <div id="properties" class="large-offset-1 large-3 columns">
+                                
                             </div>
-                            <div class="small-12 columns show-for-small-down text-center">
-                                <a href="<?php bloginfo('url');?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/logo.png"></a>
+                            <div class="right large-4">
+                                <ul>
+                                    <li><a href="#">About</a></li>
+                                    <li><a target="_blank" href="#"><img></a></li>
+                                    <li><a target="_blank" href="#"><img></a></li>
+                                    <li><a target="_blank" href="#"><img></a></li>
+                                    <li><a target="_blank" href="#"><img></a></li>
+                                    <li><a target="_blank" href="#"><img></a></li>
+                                    <li><a target="_blank" href="#"><img></a></li>
+                                    <li><a href="#"><img></a></li>
+                                </ul>
                             </div>
                         </div>
+<!--
                         <div class="search-top show-for-large-up">
                             <?php get_template_part('parts/search');?>
                         </div>
@@ -30,4 +39,5 @@
                             <?php get_template_part('parts/top-bar');?>
                         </div>
                         <?php get_template_part('parts/off-canvas-menu');?>
+-->
                     </header>
diff --git a/parts/top-bar_about.php b/parts/top-bar_about.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_art-gallery.php b/parts/top-bar_art-gallery.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_bay-view.php b/parts/top-bar_bay-view.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_crooked-river.php b/parts/top-bar_crooked-river.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_drawbridge.php b/parts/top-bar_drawbridge.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_main.php b/parts/top-bar_main.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_perry.php b/parts/top-bar_perry.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_pier.php b/parts/top-bar_pier.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_pointer-boat.php b/parts/top-bar_pointer-boat.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_vacation.php b/parts/top-bar_vacation.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/parts/top-bar_weathervane.php b/parts/top-bar_weathervane.php
new file mode 100644 (file)
index 0000000..e69de29
index 6a13f1e..9372060 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.234
+Version: 1.0
 */