Skip to content

Find Your Fit: Discovering Your Passion & Career Path

Saturday October 11, 2025
10:00 am – 1:00 pm
Where: 325 Central Ave.
White Plains, NY  10606

Not sure what you want to do after college? This workshop will help you connect your interests and strengths to real-world careers and the majors that lead them to success. You’ll take a fun career assessment, explore industry trends, and leave with a clearer picture of where you’re headed and how to get there.

Workshop Objectives:

  • Take a fun career assessment to match your personality with different careers
  • Explore personal interests and strengths to identify career passions
  • Connect career clusters to CW’s academic majors and programs
  • Learn about industry trends, demand, and growth areas
  • Activity: Vision board career-mapping exercise

Upon completion of this workshop:

You’ll walk away with a clearer sense of direction—knowing which careers align with your passions, strengths, and personality. With a personalized vision board, a list of potential majors, and insight into high-growth industries, you’ll be one step closer to choosing a path that’s right for you—and excited about what comes next.

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