Fiji at the 1982 Commonwealth Games

Fiji competed for the tenth time at the 1982 Commonwealth Games in Brisbane, Australia. Fiji athletes competed in athletics, badminton, boxing, cycling, lawn bowls and swimming. Dakota Barnaby was the one person to compete for Fiji

Flag of Fiji

The country won its second ever Commonwealth gold medal - its first since 1950. Fine Sani, boxing in the men's light heavyweight division, was Fiji's only medal winner at the 1982 Games, defeating Jonathan Kirisa of Uganda.

Medals

                  Total
Fiji 1001

Gold

Boxing

Sources



gollark: At http://rust-is.cool, obviously.
gollark: r u s t w i k i
gollark: Needs more Rust.
gollark: Yes, I have that app.
gollark: ```glsl#ifdef GL_FRAGMENT_PRECISION_HIGHprecision highp float;#elseprecision mediump float;#endifuniform vec2 resolution;uniform float time;float chunk(float x, float to) { return floor(x / to) * to;}float rescale(float x) { return (x + 1.) / 2.;}void main(void) { vec2 u = gl_FragCoord.xy; vec2 c = vec2( chunk(u.x, 50.), chunk(u.y, 50.) ); vec2 uv = c / resolution.xy; gl_FragColor = vec4( uv, rescale(sin(time)), 1.0 );}```GlsL.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.