From 6ca819eb15d64d54e1607d354f6dce338a3f9883 Mon Sep 17 00:00:00 2001 From: Leandro Poblet Date: Sun, 30 Nov 2014 09:46:44 -0300 Subject: [PATCH] Adding my team --- Teams/The Imperial Guard/ABOUT.md | 16 ++++++++++++++++ Teams/The Imperial Guard/team.json | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Teams/The Imperial Guard/ABOUT.md create mode 100644 Teams/The Imperial Guard/team.json diff --git a/Teams/The Imperial Guard/ABOUT.md b/Teams/The Imperial Guard/ABOUT.md new file mode 100644 index 0000000..032faff --- /dev/null +++ b/Teams/The Imperial Guard/ABOUT.md @@ -0,0 +1,16 @@ +The Imperial Guard +================== + +Based on the name of the fans of [Racing Club de Avellaneda](http://en.wikipedia.org/wiki/Racing_Club_de_Avellaneda), this team is here to teach why we're called **"The Academy"**. + + +About the team +============== + +The objective is to hone my skills by doing service to the community by doing the only thing I can do: ___code___. + + +Skills +====== + +I'm a Python lover, specially for the making of web applications. I love Flask, and will use it whenever I can over anything else. I'm also a Desktop developer fanboy and use PySide for anything that's not web. Good at JavaScript, if that's something. diff --git a/Teams/The Imperial Guard/team.json b/Teams/The Imperial Guard/team.json new file mode 100644 index 0000000..70dcb15 --- /dev/null +++ b/Teams/The Imperial Guard/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "The Imperial Guard", + "members": [ + { + "name": "Leandro Poblet", + "twitter": "DoctorMalboro", + "koding": "lpoblet", + "location": "Buenos Aires, AR" + } + ] +}