added screenshot and alt tags to images
authorIan Weller <ian@gaslightmedia.com>
Mon, 9 May 2016 17:26:28 +0000 (13:26 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 9 May 2016 17:26:28 +0000 (13:26 -0400)
footer.php
front-page.php
screenshot.png [new file with mode: 0644]

index 059b06a..6bd69c6 100644 (file)
@@ -4,8 +4,8 @@
                                 <?php dynamic_sidebar('sidebar-f');?>
                             <?php endif;?>
                             <div class="row">
-                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-right columns"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-youth-exchange-logo.png"></div>
-                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-left columns"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-international-logo.png"></div>
+                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-right columns"><img alt="Rotary Youth Exchange logo" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-youth-exchange-logo.png"></div>
+                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-left columns"><img alt="Rotary International logo" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-international-logo.png"></div>
                             </div>
                             <div class="row">
                                 <?php get_template_part('parts/client-info-footer');?>
index 194fccf..44f25e3 100644 (file)
@@ -6,7 +6,7 @@
         <div id="intro-bar">
             <div class="row collapse">
                 <div class="large-4 columns show-for-large-up">
-                    <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/map-and-globe.png">
+                    <img alt="globe map image" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/map-and-globe.png">
                 </div>
                 <div id="intro" class="small-12 large-8 columns">
                     <h1>Welcome to Central States Rotary Youth Exchange</h1>
diff --git a/screenshot.png b/screenshot.png
new file mode 100644 (file)
index 0000000..c393302
Binary files /dev/null and b/screenshot.png differ