Wrestling
7 Lakota West Football players honored on DI All-Ohio team
Article found at journal-news.com
1st Team
Senior/ Jackson Kuwatch/ Linebacker
Junior/ Tegra Tshabola/ Offensive Lineman
Junior/ Alex Afari/ Defensive Back
Junior/ Jyaire Brown/ Defensive Back
2nd Team
Senior/ Aneesh Vyas/ Defensive Lineman
3rd Team
Senior/ Matthew Howard/ Kicker
Junior/ Aden Miller/ Linebacker
Lakota West Football has never had more than three players named to the All-Ohio team in the same year in school history. We have a record breaking 7 this year! (see the football archives section for the all time list)
Congrats to all the players named to the All-Ohio team. #WestPride
Our 7 All-Ohio players:
1st Team@tshabola_tegra
OL – Jr@KuwatchJackson
LB – Sr@AlexAfari8
DB – Jr@jyairebrown13
DB – Jr2nd Team @aneeshvyas93
DL – Sr3rd Team@Matthew8982
Matt Howard
PK – Sr@Adenmiller13
LB – Jr— LakotaWestFootball (@LakotaWestFB) December 10, 2020
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 (_) {} })();
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 (_) {} })();