Skip to content

CW Alumni Mentorship Program

At The College of Westchester, we understand that students face unique challenges balancing academics, work, and personal responsibilities. Our Alumni Mentorship Program is designed to provide personalized guidance, career insights, and networking opportunities to help you thrive—wherever you are.

Who Is This For?

This mentorship program is designed for all students at The College of Westchester who are seeking support as they navigate college, career, and life.

You’ll receive personalized support for:

  • Balancing travel with academics
  • Adjusting to remote or hybrid learning
  • Exploring career paths
  • and so much more

Program Highlights

Get matched with an alumni mentor who understands your unique journey and offers one-on-one guidance in career development, networking, industry insights, and personal growth—tailored to your goals and schedule.

Connect virtually, in person, or during evening hours, whatever fits your lifestyle best.

Receive help with resume reviews, interview prep, and gain real-world insight into today’s job market and industry trends.

Access exclusive events, professional workshops, and online forums to expand your connections and learn from a supportive community.

  • Must be an alumnus/alumna of The College of Westchester.
  • Willing to share professional and academic experiences to support current students and recent graduates.
  • Committed to fostering growth through guidance, encouragement, and real-world insights
  • Must be currently enrolled at The College of Westchester.
  • Open to constructive feedback, goal setting, and actively engaging in professional development.
  • Ready to build a meaningful mentoring relationship.

All participants must adhere to FERPA guidelines.
Feedback will be collected regularly to improve program.

Ready to Join?

Become a Mentor

Questions? Email us at mentorship@cw.edu

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