Skip to content

College Ready: Master Your Time, Money & Mind

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

Start strong this semester by learning the essential skills every successful student needs. This interactive session will teach you how to balance your schedule, manage your money, and sharpen your study skills. From creating a time-blocked calendar to understanding how credit works, this workshop will set you up for academic and personal success.

Workshop Objectives:

  • Build practical time management strategies for juggling school, work, and life
  • Introduce essential financial literacy concepts (budgeting, credit, student loans)
  • Share effective study habits and tools for academic success
  • Interactive activities: create a mock weekly calendar, financial decision-making game, and peer study plan session

Upon completion of this workshop:

You’ll be ready to take on the school year with confidence—armed with a game plan to manage your time, make smart money choices, and study like a pro. Whether you’re balancing classes, a job, or both, you’ll leave with real-life skills to stay organized, focused, and in control of your future.

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