I updated a few hings with the event feed
authorIan Weller <ian@gaslightmedia.com>
Thu, 2 Mar 2017 19:44:33 +0000 (14:44 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 2 Mar 2017 19:44:33 +0000 (14:44 -0500)
I had the wrong header tag for the event, so I switched it.  I also
found out some of the image references weren't working properly.  I
fixed that too.

sections/front-page.php

index 10a856f..568d486 100644 (file)
                                     <a href="#" class="right"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/view-all-events-button.jpg"></a>
                                 </div>
                                 <div class="small-12 medium-4 large-3 columns event">
-                                    <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/assets/sample-image-cupcakes.jpg">
-                                    <h3>Festive Handmade Crafts</h3>
+                                    <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/sample-image-cupcakes.jpg">
+                                    <h4>Festive Handmade Crafts</h4>
                                     <p>A brief description of this event can appear here. Sentence number two.</p>
                                     <span>December 18-23</span>
                                     <a href="#"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/more-button.jpg"></a>
                                 </div>
                                 <div class="medium-4 large-3 columns show-for-medium-up event">
                                     <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/sample-image-minecraft.jpg">
-                                    <h3>Minecraft Mayhem</h3>
+                                    <h4>Minecraft Mayhem</h4>
                                     <p>A brief description of this event can appear here. Sentence number two.</p>
                                     <span>Tuesdays, 3:45-5:00pm</span>
                                     <a href="#"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/more-button.jpg"></a>
                                 </div>
                                 <div class="medium-4 large-3 columns show-for-medium-up event">
                                     <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/sample-image-bird.jpg">
-                                    <h3>Raving About Raptors with Kathy Bricker</h3>
+                                    <h4>Raving About Raptors with Kathy Bricker</h4>
                                     <p>A brief description of this event can appear here. Sentence number two.</p>
                                     <span>January 24</span>
                                     <a href="#"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/more-button.jpg"></a>
                                 </div>
                                 <div class="large-3 columns show-for-large-up  event">
-                                    <img src="/assets/sample-image-digital-photos.jpg">
-                                    <h3>Managing Digital Photos</h3>
+                                    <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/sample-image-digital-photos.jpg">
+                                    <h4>Managing Digital Photos</h4>
                                     <p>A brief description of this event can appear here. Sentence number two.</p>
                                     <span>February 21</span>
                                     <a href="#"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/more-button.jpg"></a>