51.9 F
Los Angeles
Wednesday, Apr 2, 2025

NON PROFIT: Smith

 

 

Shelley I. Smith, Esq.
Chair of the ECF Board of Directors
Exceptional Children’s Foundation (ECF)

Shelley I. Smith, Esq., Installed as Chair of Exceptional Children’s Foundation Board of Directors

Exceptional Children’s Foundation (ECF) Board member Shelley I. Smith, Esq., has been installed as Chair of the ECF Board of Directors. She succeeds Steven P. Beltran, Esq., who has served on the Board since 2014.

“Shelley has a deep personal commitment to ECF, and has a history of profound service impact as a 14-year member and Past Chair of our Board,” said ECF President and CEO Veronica Arteaga.

Ms. Smith served as ECF’s first woman Chair of the Board from 2014-2017. She has additionally served as Vice-Chair and Treasurer, Investment Committee Chair, Personnel Practices Committee Chair, Strategic Planning Committee Chair, and as Co-Chair of the CEO Succession Task Force.

Ms. Smith is President and General Counsel of GrayShell Consulting, and has served on several fiduciary and investment group Boards. She served as Chair and elected trustee on the Los Angeles City Employees Retirement System (LACERS) Board for 15 years and as Chair of the City’s Defined Contribution Plan Board for 20 years. As a senior legal advisor to the City of Los Angeles, her responsibilities included 20 years of service as General Counsel to the City’s Department of Transportation, Board of Public Works, and Information Technology Agency. Previously, Ms. Smith was senior counsel to the City’s Civil Service Commission, Personnel Department, and the Employee Relations Board. She also served as President of the Los Angeles City Attorneys Association for over 20 years.

Return to Index. 

Featured Articles

Related Articles

staff-author Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->