Skip to content

6 Key Email Etiquette Rules

From job applications to virtual classroom communications to social interactions, email is an important part of daily functioning. To come across well and effectively connect with others, you need to keep certain basic rules in mind. This recent post on email etiquette from Career Girl Daily shares 6 must-knows you should commit to memory. Here’s

100 Years of Excellence

The College of Westchester has reached its 100 year anniversary! This means thousands and thousands of CW graduates have graced the halls of virtually every company and organization in Westchester County, Rockland, Manhattan, Putnam, Bronx and Orange Counties and surrounding areas. Thousands of success stories, tens of thousands of families whose lives were made better

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