Skip to content

CW Summer Fest Success

The CW Community of students, staff and faculty had lots of fun at this year’s Summer Fest.

We welcomed future students to the CW family. And yes, we got caught in the rain but that didn’t stop us from having fun! Getting the party started were two of CW’s alums, Darnell Dixon, aka DJ Smooth @iamdjsmoothreal & Tommy Barnes aka @tommmydidit! CW Summer Fest Faces were painted, tie-dyed shirts were made, knockout basketball, & badminton games were played! Students participated in friendly water balloon fights, and competitive Connect Four games were not an uncommon sight! Thanks @roadgrubmobile for the awesome food! We topped off the hot day with some delicious ice cream!

Summer Fun Fest photos below!

CW's Summer Fun Fest

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