Skip to content

Cody Black

Position(s): High School & Community Relations Presenter

Department(s): HS Educators

914.831.0397 • cblack@cw.edu

Cody facilitated many college and career readiness presentations during her time working as Program Director of a Middle School Afterschool Program and a high school Summer Youth Employment Program.  After meeting her for the first time, you will see that she is 100% authentic when speaking with young people.  Because of her compassionate approach and enthusiasm in assisting students with various subjects, her workshops are consistently valued by the high school teachers she supports.

Cody graduated from Mercy College in the Bronx with a BS in Community Health. A cool fact about Cody is that she is also a children’s party entertainer (aka. clown) who knows how to paint faces and make balloon animals!

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });