Kurt Eklund
Kurt Eklund (born 5 January 1992 in New Zealand)[1] is a New Zealand rugby union player who plays for the Blues in Super Rugby. His playing position is hooker. He has signed for the Blues squad in 2020.[2][3][4]
Date of birth | 5 January 1992 | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Place of birth | New Zealand | ||||||||||||||||||||||||||||||||||||
Height | 180 cm (5 ft 11 in) | ||||||||||||||||||||||||||||||||||||
Weight | 103 kg (227 lb; 16 st 3 lb) | ||||||||||||||||||||||||||||||||||||
Rugby union career | |||||||||||||||||||||||||||||||||||||
|
Reference list
- "Kurt Eklund". Ultimate Rugby. Retrieved 12 November 2019.
- "Hard work edict for Blues 2020 squad" (Press release). Blues. 12 November 2019. Retrieved 12 November 2019.
- "Kurt Eklund". Rugby Pass. Retrieved 12 November 2019.
- "Investec Super Rugby class of 2020 announced". Super Rugby NZ. 12 November 2019. Retrieved 12 November 2019.
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.
gollark: ```rubyputs "Hello, WOrld"```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.