Skip to content

New Digital Media Lab Equipped for Your Creativity!

Digital Media Lab: The computer equipment in our Digital Media Lab was upgraded to new high speed computers including iMac 27” 3.2GHz Quad-core Intel Core i5 with 32 GB of RAM running OS X Mavericks. Each iMac has a Wacom Cintiq 13” HD Interactive Pen Tablets partnered with it. New application software for use in this lab includes the Adobe Creative Cloud suite, and Final Cut Pro X. Students will enjoy the amazing equipment as well as updated furniture which is an extremely comfortable atmosphere to create and design!  
Classes start:

> Day Division – September 9th
> Adult and Online Division – September 28th

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