From fad03384e0fdd2fb643086c32bdc83a67717ac84 Mon Sep 17 00:00:00 2001 From: ealmansi Date: Wed, 26 Nov 2014 12:45:38 -0300 Subject: [PATCH 1/3] adding Toro team folder --- Teams/Toro/ABOUT.md | 11 +++++++++++ Teams/Toro/team.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Teams/Toro/ABOUT.md create mode 100644 Teams/Toro/team.json diff --git a/Teams/Toro/ABOUT.md b/Teams/Toro/ABOUT.md new file mode 100644 index 0000000..8193719 --- /dev/null +++ b/Teams/Toro/ABOUT.md @@ -0,0 +1,11 @@ +Toro +================ + +Bred in Departamento de Computación - Facultad de Ciencias Exactas y Naturales - Universidad de Buenos Aires. Based in Argentina. + +The team +=========================== + +| x | y | z +|--- |--- |--- +| ![x](http://oi58.tinypic.com/i57skh.jpg) | ![y](http://oi58.tinypic.com/i57skh.jpg) | ![z](http://oi58.tinypic.com/i57skh.jpg) | \ No newline at end of file diff --git a/Teams/Toro/team.json b/Teams/Toro/team.json new file mode 100644 index 0000000..75d7663 --- /dev/null +++ b/Teams/Toro/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Toro", + "members": [ + { + "name": "Emilio Almansi", + "twitter": "ealmansi", + "koding": "ealmansi", + "location": "Ciudad Autónoma de Buenos Aires, Argentina" + }, + ] +} From 9113d4ee29bb078ebd88be3333a075951acebb4b Mon Sep 17 00:00:00 2001 From: ealmansi Date: Wed, 26 Nov 2014 12:50:33 -0300 Subject: [PATCH 2/3] fix 2 digit country code --- Teams/Toro/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Toro/team.json b/Teams/Toro/team.json index 75d7663..b177797 100644 --- a/Teams/Toro/team.json +++ b/Teams/Toro/team.json @@ -5,7 +5,7 @@ "name": "Emilio Almansi", "twitter": "ealmansi", "koding": "ealmansi", - "location": "Ciudad Autónoma de Buenos Aires, Argentina" + "location": "Ciudad Autónoma de Buenos Aires, AR" }, ] } From abbb7d7d0715f79b68a2fd1b62f41216ff4f8b94 Mon Sep 17 00:00:00 2001 From: ealmansi Date: Wed, 26 Nov 2014 15:42:25 -0300 Subject: [PATCH 3/3] removed trailing comma in json --- Teams/Toro/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Toro/team.json b/Teams/Toro/team.json index b177797..539f4f4 100644 --- a/Teams/Toro/team.json +++ b/Teams/Toro/team.json @@ -6,6 +6,6 @@ "twitter": "ealmansi", "koding": "ealmansi", "location": "Ciudad Autónoma de Buenos Aires, AR" - }, + } ] }