Maritino Nemani

Maritino Nemani (born (1991-05-25)25 May 1991) is a Fijian rugby union footballer. His regular playing position is as a winger. He plays for the Chiefs in Super Rugby and Bay of Plenty in the ITM Cup.

Maritino Nemani
Maritino Nemani playing in a Rugby game
Birth nameMaritino Nemani William Marcus
Date of birth (1991-05-25) 25 May 1991
Place of birthFiji
Height1.81 m (5 ft 11 12 in)
Weight101 kg (15 st 13 lb)
Rugby union career
Position(s) Wing, Inside Centre
Provincial / State sides
Years Team Apps (Points)
2011–2012
2013–2014
2015–2017
2017–
Hawke's Bay
Bay of Plenty
Grenoble
NEC Green Rockets
13
24
9
0
(5)
(20)
(15)
(0)
Correct as of 16 March 2016
Super Rugby
Years Team Apps (Points)
2012
2013
Chiefs
Highlanders
4
3
(0)
(0)
Correct as of 01 June 2013
National team(s)
Years Team Apps (Points)
2010 Fiji U20 4 (5)
Correct as of 7 December 2012

Early years

Nemani is from Nadivakarua, Kubu-lau, Bua. He attended Sacred Heart College in Auckland, and represented New Zealand Secondary Schools.[1] He represented Fiji under 20 in the 2010 IRB Junior World Championship.[2] He joined French side FC Grenoble in 2015.

Relatives

Nemani 'Junior' is the son of former Fiji and Suva soccer skipper Maritino Nemani.

gollark: Eh. It's improved. Still problematic though, but I like it.
gollark: Well, it's poorly designed, more so than JS in my opinion.
gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```

References

  1. Sacred Heart News Archived 10 February 2013 at the Wayback Machine
  2. IRB JWC Archived 20 October 2012 at the Wayback Machine


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