🎓 (Ad)mission Possible: Podcast Series with Peter Davos, the Leading Expert On University Admissions in the GCC.

Welcome to (Ad)Mission Possible, a podcast series hosted by Peter Davos, Founder & CEO of Hale Education Group and recipient of the Sheikh Zayed the Inspirer Prize for his work empowering the educational dreams of students in the UAE. In each episode, Peter sits down with former students who successfully gained admission to top universities around the world, with guidance from Hale.

Hear real stories from students who navigated the competitive admissions process, overcame unique challenges, and found their perfect-fit universities. This series offers valuable insights into the journey from high school to higher education for both parents and students alike.

document.addEventListener('DOMContentLoaded', function() { const modal = document.getElementById('videoModal'); const videoContainer = document.getElementById('videoContainer'); const closeModal = document.querySelector('.close'); const thumbnails = document.querySelectorAll('.grid-image'); thumbnails.forEach(thumbnail => { thumbnail.addEventListener('click', function(e) { e.preventDefault(); // Prevent default link behavior const videoUrl = this.getAttribute('data-video'); videoContainer.innerHTML = ``; modal.style.display = 'block'; }); }); closeModal.addEventListener('click', function() { modal.style.display = 'none'; videoContainer.innerHTML = ''; // Clear video when closing }); // Close modal when clicking outside window.addEventListener('click', function(e) { if (e.target === modal) { modal.style.display = 'none'; videoContainer.innerHTML = ''; } }); });