The MACD Board of Directors met for a conference call on July 8, 2019. Topics of discussion during the meeting included the transition process: setting up a hiring committee for the Executive Director position and setting a hiring timeline. The board also discussed outcomes of the spring board meeting, in particular the ED termination, the structure of MACD & SWCDM’s relationship, and the motion to give all districts good standing membership for three years. That motion was rescinded following an examination of the bylaws. Employee insurance, and planning for area meetings and convention were also discussed.
Read the full minutes here: MACD board meeting minutes July 8, 2019 DRAFT
Kate is the Communications and Technology Manager for Soil & Water Conservation Districts of Montana. She manages the website, puts out The Montana Conservationist every other week, and assists conservation districts with technology, websites, and communications.
Related Posts
January: MACD_Minutes_2017-01-09_Final February: MACD_Minutes_2017-02-13_Final March: MACD_Minutes_2017-03-13_Final April: MACD_Minutes_2017-04-10_Approved May: MACD_Minutes_2017-05-08_FINAL June: MACD_SB_Minutes_2017-06-12_FINAL & MACD_SB_Minutes_2017-06-14_FINAL July: MACD_Minutes_2017-07-10_Final August: MACD_Minutes_2017-08-14_Final…
The MACD Board of Directors met via conference call on August 13, 2018. Topics discussed…
The MACD Board of Directors met on May 14, 2018 via conference call. Topics discussed…
php
function my_custom_sidebar_display( $sidebar ) {
// Return a different sidebar for custom post type 'resolutions'
if ( is_singular( 'resolutions' ) || is_post_type_archive( 'resolutions' ) ) {
return 'resolutionssidebar';
}
// Return theme defined sidebar area
else {
return $sidebar;
}
}
add_filter( 'wpex_get_sidebar', 'my_custom_sidebar_display' ); ?>