Skip to content

Saturday, June 14th
10:00am to 12:00pm

From Me to Career: Discover the Connection!

In this engaging workshop, you will find that taking a short, fun personality test can lead you to a world of career possibilities.

Why Attend?

  • Identify career options based on your strengths, interests, personal and career goals.
  • Create strategies to make informed decisions about your future career.
  • Develop skills and qualifications for different industries.

About Hasani Figueroa

As a member of the High School & Community Relations team, Hasani will be leading workshops to help prepare students for life beyond High School. You may also catch him at a college fair or a community event. What he loves most about his work is building relationships—with students, educators, and industry professionals—while guiding young people toward success.

As an active member of The Omega Psi Phi Fraternity Inc., a historically Black fraternity dedicated to serving underrepresented communities, Hasani is also deeply passionate about instilling confidence and practical skills in our youth for their futures.  Whether through one-on-one conversations, classroom presentations, or tabling events, Hasani strives to empower students to reach their full potential.

Hasani earned a Bachelor of Arts degree in American Studies from Amherst College and has several years of corporate recruiting experience prior to joining CW.

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