Jason Douglas (boxer)
Jason Douglas (born February 6, 1980) is a Canadian boxer who won gold at the 2002 Commonwealth Games in the heavyweight 91 kg/201 lbs limit division.
Personal information | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Born | February 6, 1980 | |||||||||||||||||||
Residence | Kitchener, Ontario | |||||||||||||||||||
Medal record
|
Amateur
In Manchester 2002 he beat David Haye, Shane Cameron, and Kertson Manswell in the final 20-13 for the Commonwealth title.
He also earned a bronze medal at the PanAm Games 2003 in Santo Domingo after losing to world champion Odlanier Solis 2:16.
His amateur record was 88 bouts, with 76 wins (26 by TKO).
Pro
Currently fighting in the light heavyweight division.
gollark: `document.write`, really?
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.