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" + } + ] +}