Skip to content

Partner with CW

CW has a proven track record for presenting candidates with solid skills and desire to succeed. Employers know and like our career relevant courses.

Students are assigned an industry-specific counselor who knows their strengths, weaknesses, goals, ambitions, talents and personalities. Working with the employer, we carefully compile each job description; select qualified candidates, matching employers’ requirements with candidates’ qualifications, interests and career goals.

Employer services include Full-Time and Part-Time Employment and Internship placements.

If you’d like to find out about hiring a CW student or graduate, fill out the online form by clicking here.

Or register to hire a CW student/graduate through Optimal Resume.

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