Skip to content

Spring Fling

Spring is here and finals are around the corner! As a way to shake off the stress before the end of the semester, the Adult Division Event Planning & Promotion class put together the “Spring Fling.” Students enjoyed music, food, and the company of other classmates and faculty members. Here’s what students had to say

A Healthy Spring

Spring is finally here, and with it comes the warm weather and outside activities. It’s a time for new beginnings such as choosing to be healthy and ready for the summer. The Allied Health Club put together the “Spring Into Wellness”, an annual offering clinical screenings, nutritious snacks, treats for sale, and CPR demonstrations. The

CW Hosts Computer Networking Career Café

Computer Networking students who are graduating or recently graduated had an opportunity to participate in roundtable discussions with employers. These companies included Microsoft, CMIT Solutions of Southern Westchester, Con Edison, and Robert Half Technology. The purpose of the event is to prepare students for interviews that they will be having in their field of choice.

CW Hosts Spring Career Fair

CW students looking for a job and 22 employers connected at our Spring Career Fair. Students filled the Student Center, scanning over the booths where companies were recruiting for different positions and reviewing the skills students have to offer. Some of those companies included AFLAC, H&R Block, New York Life Insurance Company, Wells Fargo, Cosi,

Prof. Cancro featured in Business Education Forum Magazine

The National Business Education Association (NBEA), the leading professional organization exclusively to serving individuals and groups engaged in instruction for and about businessreleased its quarterly issue of their Business Education Forum magazine, highlighting a CW faculty member. “Above and beyond – How seven business educators are serving their communities,” features Prof. Paula Cancro and her

Happy Spring!

http://houseplansandmore.com/resource_center/images/flowers-in-snow.jpg After yesterday's snowfall, soon all of the snow will melt and will also hopefully stay away until next Winter, let me be the first to wish you a very Happy Springtime!  Spring is the time of new starts, beginnings, growth and freedom.  Green is a color that fits with spring because of the exponential greening of

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