Mrs Akpesue Ehi

Enrolling my children at Makemation has been the best decision I’ve made for their education. The curriculum is engaging and challenging, ensuring that students are well-prepared for their future endeavours. The state-of-the-art facilities and resources provided by the school further enhance the learning experience. I am confident that my child is receiving a top-quality education that will open doors to endless opportunities.

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