get_template_part('parts/glm-blocks');
?>
</div>
- </div>
+ </div>
<div class="row column">
<div id="feeds" class="small-12 medium-8 large-9 columns">
<div id="calendar-feed" class="row">
<h1>Calendar of Events</h1>
- <div class="event">
- <h5>Wednesday Night Music in the Park</h5>
- <div class="small-12 text-center medium-4 medium-text-left large-3 columns event-post">
- <img src="<?php bloginfo('template_url');?>/assets/sample-event-image-1.jpg">
- </div>
- <div class="small-12 medium-8 large-9 columns event-post">
- <p class="post-date">June 15th - August 31st</p>
- <p>Enjoy a reasonably priced meal and FREE local musical talent. Food is served from 6:00 pm (cash only) and music is from 7pm-9pm.</p>
- <a href="#">find out more...</a>
- </div>
- </div>
- <div class="event">
- <h5>Green Screens: An Environmental Film Festival</h5>
- <div class="small-12 columns event-post">
- <p class="post-date">June 29th</p>
- <p>Presented by Chikaming Open Lands and Fernwood at the Vickers Theatre in Three Oaks. Seeds of Time follows agriculture pioneer Cary Fowler’s global journey to save the eroding foundation of our food supply in a new era of climate change.</p>
- <a href="#">find out more...</a>
- </div>
- </div>
- <div class="event">
- <h5>Independence Celebration in New Buffalo</h5>
- <div class="small-12 text-center medium-4 medium-text-left large-3 columns event-post">
- <img src="<?php bloginfo('template_url');?>/assets/sample-event-image-2.jpg">
- </div>
- <div class="small-12 medium-8 large-9 columns event-post">
- <p class="post-date">June 29th - July 4th</p>
- <p>Independence Day Celebration at Lions Beachfront Park & New Buffalo Beach, In true beach celebration style, this week is filled with surfing demos, outdoor movies, concerts, and more in and around New Buffalo.</p>
- <a href="#">find out more...</a>
- </div>
- </div>
+ <?php echo do_shortcode('[glm-members-event-list current="True" limit="3"]');?>
</div>
<?php ?>
<?php get_template_part('parts/blog-feed-front');?>
</div>
</div>
</div>
-</main>
\ No newline at end of file
+</main>