Skip to content

Congratulations to Adult Students of Semester, Jessica Hernandez & Brian Settles!

Brian Settles (BBA)-left in photo
Brian is a Bachelor’s in Business Administration student with a 3.92 cumulative GPA, having achieved Dean’s list recognition. His job as an Account Manager at White Plains Linen for over a year confirms that the business industry is what keeps Brian motivated and focused. He definitely plans on staying in the industry once he earns his bachelor’s degree and going on for his Masters. Brian is thankful for his professors here at CW for helping him along the way especially Professor Agnelli, Dr. Lilleston, Professor Strange and Professor O’Keefe.

Jessica Hernandez (Associate)-right in photo
Jessica is a Business Administration Associate’s degree student with a 3.89 cumulative GPA, having achieved Dean’s List recognition. She will be earning her degree next April and her midterm goal is something she wants to accomplish at her current job. Jessica has been working with Honda Motor for 7 years and plans to move up into a higher position now that she will have her Associate’s Degree. According to Jessica the support she needs to pursue her dreams comes from her professors here at CW.

Click here to view all news stories

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