Alumni
Alumni: Pitt lands Michigan grad transfer Nolan Ulizio
Article found at cardiachill.com
Article found at pittsburghsportsnow.com
Congrats Nolan!#WestPride
Breaking- Michigan OT Transfer @NolanUlizio commits to @Pitt_FB pic.twitter.com/co0nNj9fLM
— Pgh Sports Now (@PghSportsNow) January 27, 2019
Proud to announce that I will be playing my last season of college football at the University of Pittsburgh! #H2P pic.twitter.com/Y6Q1NoEVhD
— Nolan Ulizio (@NolanUlizio) January 27, 2019
The past 4 years at Michigan have been very special to me. I would like to thank coach Harbaugh for giving me the opportunity to play football and earn a degree from Michigan. I would also… https://t.co/fkIrVTuFQ4
— Nolan Ulizio (@NolanUlizio) January 25, 2019
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 (_) {} })();