Ms Chioma Amaefule

The supportive and nurturing environment provided by the management and staff has truly helped us thrive academically and personally. I am grateful for the enriching experiences and opportunities that have shaped them into the confident and well-rounded individuals they are today.

jQuery(document).ready(function() { jQuery("#filterDropdown").change(function() { let selectedCategory = jQuery(this).val(); jQuery(".movie-card").each(function() { if (selectedCategory === "all" || jQuery(this).hasClass(selectedCategory)) { jQuery(this).fadeIn(); } else { jQuery(this).fadeOut(); } }); }); });