Skip to content

Congratulations to Day Student of Semester, Jimmy Hernandez!

Jimmy is currently enrolled in the Accounting program with a 3.90 GPA, having earned Dean’s List recognition. He currently works at the Gap in the Westchester Mall and is co-President of the CW business club Enactus. Once Jimmy completes his associate’s degree in December, he plans on continuing with his BBA here at CW. Jimmy’s career goals include becoming an accountant and investing in real estate, as well as working as a real estate agent. His ultimate’s goal is to work for himself and always acknowledge his parents for their support, patience and caring throughout his academic career. Jimmy is also being inducted into the Phi Theta Kappa Honor Society!

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