District 8 Athletic Association
District 8 Athletic Association administers secondary school sports servicing the Catholic and Independent high schools of the Kitchener, Waterloo and Cambridge region. It is a member of Central Western Ontario Secondary Schools Association and Ontario Federation of School Athletic Associations.
Abbreviation | D8 |
---|---|
Formation | 1990 |
Headquarters | Waterloo Catholic District School Board 35 Weber Street West |
Location |
|
Region served | Waterloo Region |
Membership | 8 schools |
President | Chris Woodcroft |
Vice President | Jim Stickland |
Athletic Coordinator | Derrick Stryker |
Website | http://www.district8.ca |
Member Schools
District 8 comprises eight member schools.
- École secondaire Père-René-de-Galinée
- Monsignor Doyle Catholic Secondary School
- Resurrection Catholic Secondary School
- Rockway Mennonite Collegiate
- St. Benedict Catholic Secondary School (Cambridge)
- St. David Catholic Secondary School
- St. Mary's High School (Kitchener)
- Woodland Christian High School
Sports
- Badminton
- Basketball
- Cross Country
- Field Hockey
- Golf
- Swimming
- Tennis
- Track and Field
- Volleyball
WCSSAA
District 8 schools have playing privileges as a guests in the Waterloo County Secondary School Athletics Association (WCSSAA). Leagues which District 8 are a part of are:
- Alpine Skiing
- Curling
- Ice hockey
- Wrestling
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.