From 17451a104fcc779ef68c0ee34258af74b515b512 Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 08:51:45 -0500 Subject: [PATCH 1/7] Added team information --- Teams/Sudo/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Sudo/team.json diff --git a/Teams/Sudo/team.json b/Teams/Sudo/team.json new file mode 100644 index 0000000..1583622 --- /dev/null +++ b/Teams/Sudo/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Sudo", + "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, + { + "name": "Richard Melo", + "twitter": "allucardster", + "koding": "allucardster", + "location": "Cali, CO", + "lead": true + }, + { + "name": "Victor Gonzales", + "twitter": "vichugof", + "koding": "vichugof", + "location": "Cali, CO" + }, + { + "name": "Ricardo Valencia", + "twitter": "", + "koding": "", + "location": "Cali, CO" + }, + { + "name": "Jhon Javier Cardona", + "twitter": "", + "koding": "", + "location": "Cali, CO" + } + ] +} From a6a71d460a80c279005dc04e980eaa21c8c685b1 Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 09:06:08 -0500 Subject: [PATCH 2/7] Added missing twitter accounts --- Teams/Sudo/team.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Teams/Sudo/team.json b/Teams/Sudo/team.json index 1583622..62847ed 100644 --- a/Teams/Sudo/team.json +++ b/Teams/Sudo/team.json @@ -17,18 +17,18 @@ { "name": "Victor Gonzales", "twitter": "vichugof", - "koding": "vichugof", - "location": "Cali, CO" - }, - { - "name": "Ricardo Valencia", - "twitter": "", "koding": "", "location": "Cali, CO" }, { - "name": "Jhon Javier Cardona", - "twitter": "", + "name": "Ricardo Valencia", + "twitter": "rcrd_chtrr_pnk ", + "koding": "", + "location": "Cali, CO" + }, + { + "name": "Jhon Cardona", + "twitter": "jhonjcm2", "koding": "", "location": "Cali, CO" } From 7694a85887bb41faa7c66fba0dc445f17ce2c06e Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 09:20:35 -0500 Subject: [PATCH 3/7] Adding about file --- Teams/Sudo/ABOUT.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/Sudo/ABOUT.md diff --git a/Teams/Sudo/ABOUT.md b/Teams/Sudo/ABOUT.md new file mode 100644 index 0000000..796d6a1 --- /dev/null +++ b/Teams/Sudo/ABOUT.md @@ -0,0 +1,21 @@ +Sudo +================ + +This team is maded by members of [SUDO](http://sudo.com.co/), a development company of Cali, Colombia. + +About your team +=========================== + +| Richard Melo | Victor Gonzales | Ricardo Valencia | Jhon Cardona +|--- |--- |--- |--- +| ![allucardster](https://pbs.twimg.com/profile_images/433714352076505088/_WZvHj-f_200x200.jpeg) | ![vichugof](https://pbs.twimg.com/profile_images/1272383602/vichugof_200x200.jpeg) | ![rcrd_chtrr_pnk](https://pbs.twimg.com/profile_images/480115325493448704/9I4-UWgm_200x200.jpeg) | ![jhonjcm2](https://pbs.twimg.com/profile_images/394689261/n676082733_426201_8271_200x200.jpg) | + +Why we decide to join? + +Sudo company began the last year as a project to support web applications and products of [Universidad del Valle](http://www.univalle.edu.co/). Currently, we have made multiple activities in order to consolidate as a great team and we thought this kind of events could bring a lot of expertise in multiple areas related with development. + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. From b3ce3da9576bf00ab7818fbb1534bbd166e758e1 Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 09:28:23 -0500 Subject: [PATCH 4/7] Update about.md paragraphs --- Teams/Sudo/ABOUT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/Sudo/ABOUT.md b/Teams/Sudo/ABOUT.md index 796d6a1..8a90231 100644 --- a/Teams/Sudo/ABOUT.md +++ b/Teams/Sudo/ABOUT.md @@ -11,6 +11,7 @@ About your team | ![allucardster](https://pbs.twimg.com/profile_images/433714352076505088/_WZvHj-f_200x200.jpeg) | ![vichugof](https://pbs.twimg.com/profile_images/1272383602/vichugof_200x200.jpeg) | ![rcrd_chtrr_pnk](https://pbs.twimg.com/profile_images/480115325493448704/9I4-UWgm_200x200.jpeg) | ![jhonjcm2](https://pbs.twimg.com/profile_images/394689261/n676082733_426201_8271_200x200.jpg) | Why we decide to join? +=========================== Sudo company began the last year as a project to support web applications and products of [Universidad del Valle](http://www.univalle.edu.co/). Currently, we have made multiple activities in order to consolidate as a great team and we thought this kind of events could bring a lot of expertise in multiple areas related with development. From bf0d5ed6ea4023e7d5c9750106ac962733223d18 Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 09:30:17 -0500 Subject: [PATCH 5/7] remove example team member entry --- Teams/Sudo/team.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Teams/Sudo/team.json b/Teams/Sudo/team.json index 62847ed..5d1adf3 100644 --- a/Teams/Sudo/team.json +++ b/Teams/Sudo/team.json @@ -1,12 +1,6 @@ { "teamName": "Sudo", "members": [ - { - "name": "Full Name", - "twitter": "twitter acct no @", - "koding": "koding username", - "location": "city, 2 digit country code" - }, { "name": "Richard Melo", "twitter": "allucardster", From 39f670733af586c11057d72ac9053573ff909bea Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 11:23:27 -0500 Subject: [PATCH 6/7] Update team members koding user name --- Teams/Sudo/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Sudo/team.json b/Teams/Sudo/team.json index 5d1adf3..1ff7fb0 100644 --- a/Teams/Sudo/team.json +++ b/Teams/Sudo/team.json @@ -11,19 +11,19 @@ { "name": "Victor Gonzales", "twitter": "vichugof", - "koding": "", + "koding": "vichugof", "location": "Cali, CO" }, { "name": "Ricardo Valencia", "twitter": "rcrd_chtrr_pnk ", - "koding": "", + "koding": "ravm", "location": "Cali, CO" }, { "name": "Jhon Cardona", "twitter": "jhonjcm2", - "koding": "", + "koding": "jjcarmu", "location": "Cali, CO" } ] From 1a995cfbef7948874fac4b8fd6fff670145c5777 Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 11:31:02 -0500 Subject: [PATCH 7/7] Update skills section on about.md file --- Teams/Sudo/ABOUT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Teams/Sudo/ABOUT.md b/Teams/Sudo/ABOUT.md index 8a90231..9288774 100644 --- a/Teams/Sudo/ABOUT.md +++ b/Teams/Sudo/ABOUT.md @@ -17,6 +17,5 @@ Sudo company began the last year as a project to support web applications and pr About your skills and what you are going to do? ======= -Don't reveal too much about your project, this is a competition but maybe -you can tell us the technologies, APIs you are going to use and what kind -of application you are going to build. + +Currently, all team work with technologies PHP, Symfony Framework, JavaScript, JQuery and angularJS. We are interested to work on #1 and #3.