Leandro Farias

Leandro Farias simply known as Leandro or Leandrinho (born October 18, 1983[3]) is a Brazilian-born Togo football player, currently playing for Esporte Clube Pelotas.[4]

Leandrinho
Personal information
Full name Leandro Farias
Date of birth (1983-10-18) October 18, 1983
Place of birth Porto Alegre, Brazil
Height 1.75 m (5 ft 9 in)
Playing position(s) Striker
Club information
Current team
Pelotas
Youth career
1997–2003 Avaí
Senior career*
Years Team Apps (Gls)
2003 Avaí 5 (0)
2003–2006 FC Sheriff 34 (13)
2007 Avaí 30 (15)
2007–2010 Metropolitano 5 (0)
2009Mogi Mirim (loan)[1] 2 (0)
2009Chapecoense (loan)
2009Criciúma (loan)
2011 Brusque 8 (1)
2011 América-RN 1 (0)
2012 Chapecoense[2]
2012– Pelotas
National team
2005 Togo 1 (0)
* Senior club appearances and goals counted for the domestic league only

Notes


gollark: I like milk, but cereal with milk is hereßy.
gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.