Skip to content

CW Alumni Association Events & News | The College of Westchester

Warriors Never Give Up!

Thank you for staying connected with the CW Warrior family!

The CW Alumni Newsletter is published four times each year and features alumni news, upcoming events, career updates, campus highlights, and stories celebrating the accomplishments of CW alumni throughout Westchester County, New York City, and beyond.


Click here to explore the latest edition and stay connected with fellow Warriors!


Would you like to join us?
Check out the many ways you can stay connected here >>


Follow Us on Social Media
Join the conversation and stay connected with alumni events in and around White Plains, NY, ways to lend community support, networking opportunities, and campus news by searching:
The College of Westchester Alumni Association

Facebook icon Instagram icon X icon Linkedin icon

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