Skip to content

CW Delivers Food to Open Arms

Once again, CW is happy to participate in the annual tradition of “Food Drive.” Students, staff & faculty will deliver bags of canned and dried food contributed by the CW community to Open Arms, a White Plains shelter for the homeless.

The Open Arms Program is a 38 bed shelter for single homeless men which began operating in 1989. It has established itself as a model program. The program provides a full range of services for residents 24 hours a day, 7 days a week. Along with caring and effective staff workers, Open Arms offers a number of on-site services.

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