Skip to content

Westchester County Executive Delivers Powerful Commencement Address to The College of Westchester’s Class of 2025

White Plains, NY – The College of Westchester proudly welcomed Westchester County Executive as the keynote speaker at the Class of 2025 Commencement Ceremony. His inspiring and heartfelt message resonateddeeply with this year’s graduates—many of whom are non-traditional students balancing work, family, and academic life.

In his address, the County Executive acknowledged the dedication and resilience of the graduates, stating:
“Many of you are non-traditional learners, carefully balancing family, your job, academic responsibilities, and quite frankly, the things that are happening in life. You may be carrying the diploma, this diploma that you’re going to receive today for your parents, for your children. You should feel all immensely proud of yourselves for all of this accomplishment and the outstanding achievement to be here today.”

The College extends its sincere gratitude to the County Executive for his thoughtful words and for helping to make the commencement celebration truly memorable. His message of perseverance, pride, and purpose was a perfect tribute to the achievements of the Class of 2025.  2025 Keynote Address – Ken Jenkins

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