Phil Janaro

Philip Janaro (born December 23, 1942) is a former American football coach.[1]

Phil Janaro
Biographical details
Born (1942-12-23) December 23, 1942
Hawthorne, New Jersey
Coaching career (HC unless noted)
1965–1966Bridgeport (GA)
1970–1971Byram Hills HS (NY)
1973Bridgeport (DC)
1975–1978Davidson (DC)
1980–1982William & Mary (QB/WR)
1985–1987Apprentice
1988Bethel (MN)
1989–1990William & Mary (assistant)
1994–1995Illinois (assistant)
2002–2007Apprentice
Head coaching record
Overall44–43 (college)

Coaching career

Janaro was the 28th and then later returned to be the 32nd and head football coach at The Apprentice School located in Newport News, Virginia and he held that position for nine seasons, from 1985 until 1987 and then returning from 2002 until 2007. His coaching record at Apprentice was 42 wins, 35 losses.

gollark: It's a "wiki-style personal note-taking app" and also eternally unfinished.
gollark: Now all minoteaur needs is all other minoteaur features ever. I should find what those were again.
gollark: The upshot of this is that you can press "s", type a query, have relevant pages semifuzzily matched, and press "enter" to navigate to the one you want (assuming the one you want is also at the top). HIGHLY productive.
gollark: Also, when the search query box comes into existence it's focused using javascriptoids™, *and* when you press enter in it it goes to the first matching page you aren't already on.
gollark: ```javascriptdocument.body.addEventListener("keydown", e => { if (e.target === document.body) { // maybe use alt instead? or right shift or something - this just detects unfocused keypresses if (e.key === "e") { location.pathname = urlForPage(currentPage, "edit") } else if (e.key === "v") { location.pathname = urlForPage(currentPage) } else if (e.key === "r") { location.pathname = rlForPage(currentPage, "revisions") } else if (e.key === "s") { state.showingSearchDialog = !state.showingSearchDialog m.redraw() } }})```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.