From 3fca7f89dbd53bbccc6b0091c4f5a5d1daef872e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20dos=20Santos=20honorato?= Date: Wed, 3 Dec 2014 14:05:39 -0300 Subject: [PATCH 1/4] Create team.json --- Teams/GreatIdea/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/GreatIdea/team.json diff --git a/Teams/GreatIdea/team.json b/Teams/GreatIdea/team.json new file mode 100644 index 0000000..817be7e --- /dev/null +++ b/Teams/GreatIdea/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Great Idea", + "members": [ + { + "name": "João Vitor dos Santos Honorato", + "twitter": "JotaV", + "koding": "jotave", + "location": "Salvador, BA - BR" + } + ] +} From 5786ad82a041ddd0601af65f5ac797fbd0021951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20dos=20Santos=20honorato?= Date: Wed, 3 Dec 2014 14:13:15 -0300 Subject: [PATCH 2/4] Add About file --- Teams/GreatIdea/ABOUT.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Teams/GreatIdea/ABOUT.md diff --git a/Teams/GreatIdea/ABOUT.md b/Teams/GreatIdea/ABOUT.md new file mode 100644 index 0000000..a2e6771 --- /dev/null +++ b/Teams/GreatIdea/ABOUT.md @@ -0,0 +1,8 @@ +# Great Idea! + +This team is formed by just one people. This maybe don't was a good ideia but first let me try. + +![alt tag](http://i.kinja-img.com/gawker-media/image/upload/s--qOw8koA5--/japbcvpavbzau9dbuaxf.jpg) + +### About the "team" +- Jv (aka João Vitor) - Game Design and Developer, fond of Python... From 5f3438a484eced44d53bccd4944cbb8b16cf2f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20dos=20Santos=20honorato?= Date: Wed, 3 Dec 2014 14:15:39 -0300 Subject: [PATCH 3/4] Update ABOUT.md --- Teams/GreatIdea/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/GreatIdea/ABOUT.md b/Teams/GreatIdea/ABOUT.md index a2e6771..4f5d8ee 100644 --- a/Teams/GreatIdea/ABOUT.md +++ b/Teams/GreatIdea/ABOUT.md @@ -2,7 +2,7 @@ This team is formed by just one people. This maybe don't was a good ideia but first let me try. -![alt tag](http://i.kinja-img.com/gawker-media/image/upload/s--qOw8koA5--/japbcvpavbzau9dbuaxf.jpg) +![I have no Ideia](http://i.kinja-img.com/gawker-media/image/upload/s--qOw8koA5--/japbcvpavbzau9dbuaxf.jpg) ### About the "team" -- Jv (aka João Vitor) - Game Design and Developer, fond of Python... +- [Jv](http://www.twitter.com/JotaV) (aka João Vitor) - Game Design and Developer, fond of Python... From 08a28606d367abd72663cb45f3e10a55a6636813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20dos=20Santos=20honorato?= Date: Wed, 3 Dec 2014 15:22:18 -0300 Subject: [PATCH 4/4] Correcting Contry acronym --- Teams/GreatIdea/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GreatIdea/team.json b/Teams/GreatIdea/team.json index 817be7e..8edb489 100644 --- a/Teams/GreatIdea/team.json +++ b/Teams/GreatIdea/team.json @@ -5,7 +5,7 @@ "name": "João Vitor dos Santos Honorato", "twitter": "JotaV", "koding": "jotave", - "location": "Salvador, BA - BR" + "location": "Bahia, BR" } ] }