Skip to content

City of White Plains Celebrates Youth Climate Action Fund Projects; CW Recognized for EnviroFest Initiative

The City of White Plains recently celebrated two years of youth-led, community-driven environmental impact through the Youth Climate Action Fund (YCAF), highlighting 28 transformative projects at a special event held at the White Plains Public Library.

Among the recognized initiatives was EnviroFest, a 2024 project developed by The College of Westchester (CW) student Alyssa Fazio in partnership with the CW Not Just Business Club. CW was awarded a YCAF grant to support the project, which aimed to engage local youth in sustainability awareness and hands-on environmental action.

Representing CW at the celebration were Janna Gullery, Dean of Student Life and Success; Prof. Paula Cancro, Assistant Dean of Instructional Design; and student project lead Alyssa Fazio. City leaders in attendance included White Plains Mayor Tom Roach, Frank Williams Jr., Executive Director of the White Plains Youth Bureau, and Judy Mezey, Deputy Commissioner of Planning.

The event underscored White Plains’ commitment to youth innovation and climate leadership, recognizing young changemakers whose efforts are helping to build a more sustainable future for the community.

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'); } }); }); });