updates for html validation
authorIan Weller <ian@gaslightmedia.com>
Mon, 20 Feb 2017 17:52:30 +0000 (12:52 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 20 Feb 2017 17:52:30 +0000 (12:52 -0500)
I ran an html validtion process and made the changes it asked for that I
felt may be pratical.

sections/footer.php
sections/header.php
sections/off-canvas.php

index 624e4a0..07e7a36 100644 (file)
@@ -6,7 +6,7 @@
                                 <div class="row">
                                     <div id="footer_address" class="small-centered small-11 medium-uncentered medium-6 large-3 columns">
                                         <?php if (function_exists('glm_get_clientinfo_option')) :?>
-                                        <a href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url'); ?>/assets/cornwells-footer-logo.png"></a>
+                                        <a href="<?php bloginfo('url')?>"><img alt="Cornwell's Turkeyville U.S.A" src="<?php bloginfo('template_url'); ?>/assets/cornwells-footer-logo.png"></a>
                                         <span><?php echo glm_get_clientinfo_option('businessName');?></span><br>
                                         <?php if (glm_get_clientinfo_option('address')):?>
                                             <span><?php echo glm_get_clientinfo_option('address');?></span><br>
@@ -49,7 +49,7 @@
                                     </div>
     -->
                                     <div id="camp" class="small-centered small-11 medium-uncentered medium-6 large-offset-6 large-3 columns text-center">
-                                        <a href="www.campturkeyville.com" target="_blank"><img src="<?php bloginfo('template_url'); ?>/assets/camp-turkyville-logo.png"></a>
+                                        <a href="www.campturkeyville.com" target="_blank"><img  alt="Camp Turkeyville RV Resort" src="<?php bloginfo('template_url'); ?>/assets/camp-turkyville-logo.png"></a>
                                         <span>Acres of Camping <br>Fun for the <br>Whole Family!</span>
                                         <a href="www.campturkeyville.com" target="_blank">campturkeyville.com</a>
                                     </div>
index b98c61c..f218198 100644 (file)
@@ -1,19 +1,19 @@
 <header class="main">
     <div class="row large-collapse">
         <div class="small-12 medium-4 large-2 columns">
-            <a class="logo" href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url'); ?>/assets/cornwells-logo.png"></a>
+            <a class="logo" href="<?php bloginfo('url')?>"><img alt="Cornwell's Turkeyville U.S.A" src="<?php bloginfo('template_url'); ?>/assets/cornwells-logo.png"></a>
         </div>
         <div class="small-12 medium-8 large-10 columns">
             <div class="row collapse">
                 <div class="search-shop right show-for-medium-up">
                     <ul>
-                        <li><a class="cart" href="#"><img src="<?php bloginfo('template_url'); ?>/assets/cart-icon.png"> View Cart</a></li>
+                        <li><a class="cart" href="#"><img alt="Cart" src="<?php bloginfo('template_url'); ?>/assets/cart-icon.png"> View Cart</a></li>
                         <li><button class="checkout">Checkout</button></li>
                         <li><button class="login">Log In</button></li>
                         <li><form role="search" method="get" class="searchform show-for-large-up" action="<?php echo home_url('/'); ?>">
                             <input class="search-input" type="text" placeholder="Search" value="" name="s">
                             <input class="search-button" type="image" 
-            src="<?php bloginfo('template_url'); ?>/assets/go-search-icon.png" value="submit" name="submit">
+            src="<?php bloginfo('template_url'); ?>/assets/go-search-icon.png" value="submit" name="submit" alt="Go">
                         </form></li>
                     </ul>
                 </div>
index 9cfac4c..172cdb0 100644 (file)
@@ -3,7 +3,7 @@
                             <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
                         </section>
                         <section class="right-small show-for-small-down">
-                            <a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Cart' ) ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/cart-icon.png"></a>
+                            <a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Cart' ) ) ); ?>"><img alt="Cart" src="<?php echo get_template_directory_uri(); ?>/assets/cart-icon.png"></a>
                         </section>
                     </nav>
                     <aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
@@ -47,7 +47,7 @@
                             </ul>
                         <?php endif;?>
                         <ul>
-                            <li><a href="www.campturkeyville.com" target="_blank"><img src="<?php bloginfo('template_url'); ?>/assets/camp-turkyville-logo.png"></a></li>
+                            <li><a href="www.campturkeyville.com" target="_blank"><img alt="Camp Turkeyville RV Resort" src="<?php bloginfo('template_url'); ?>/assets/camp-turkyville-logo.png"></a></li>
                             <li>Acres of Camping Fun for the Whole Family!</li>
                             <li>
                                 <a href="www.campturkeyville.com" target="_blank">campturkeyville.com</a>