Sidebar proper links
authorLaury GvR <laury@gaslightmedia.com>
Mon, 19 Jan 2015 21:04:52 +0000 (16:04 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 19 Jan 2015 21:04:52 +0000 (16:04 -0500)
sidebar.php

index 51ec2fe..f345699 100755 (executable)
@@ -1,16 +1,9 @@
-                <div class="medium-3 columns side_space side-nav show-for-medium-up">
+                <div class="small-12 columns medium-3 side-nav">
                     <ul>
-                        <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Contact Us' ) ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/bin-3.png"></a><p>Get a Recycle Tote</p></li>
-                        <li><a id="pointer" href="<?php echo esc_url( get_permalink( get_page_by_title( 'About Us' ) ) ); ?>"></a><p>Hours & Locations</p></li>
-                        <li><a id="broch" href="<?php echo esc_url( get_permalink( get_page_by_title( 'Recycling Guide' ) ) ); ?>"></a><p>Recycling Guide</p></li>
-                        <li><a id="pup"><img src="<?php echo get_template_directory_uri(); ?>/assets/pup.png"></a><a id="pup_txt">eNews</a><input type="text" id="newsletter" class="right" placeholder="  Enter email to sign up"><p class="open">The EmmetRecycling.org Retriever</p></li>
-                    </ul>
-                </div>
-                <div class="small-12 columns side-nav show-for-small-only">
-                    <ul>
-                        <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Contact Us' ) ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/bin-3.png"></a><p>Get a Recycle Tote</p></li>
+                        <li>
+                            <a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Recycling Totes' ) ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/bin-3.png"><p>Get a Recycle Tote</p></a></li>
                         <li><a id="pointer" href="<?php echo esc_url( get_permalink( get_page_by_title( 'About Us' ) ) ); ?>"></a><p>Hours & Locations</p></li>
                         <li><a id="broch" href="<?php echo esc_url( get_permalink( get_page_by_title( 'Recycling Guide' ) ) ); ?>"></a><p>Get a Recycling Guide</p></li>
                         <li><a id="pup"><img src="<?php echo get_template_directory_uri(); ?>/assets/pup.png"></a><a id="pup_txt">eNews</a><input type="text" id="newsletter" class="right" placeholder="  Enter email to sign up"><p class="open">The EmmetRecycling.org Retriever</p></li>
                     </ul>
-                </div>
\ No newline at end of file
+                </div>