From 0c82891141ee18a2a726748c89826c06f7ac28dc Mon Sep 17 00:00:00 2001 From: iamraj <2advanced.corp@gmail.com> Date: Tue, 2 Dec 2014 20:34:49 -0500 Subject: [PATCH 1/3] Create team.json --- Teams/RnDs/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/RnDs/team.json diff --git a/Teams/RnDs/team.json b/Teams/RnDs/team.json new file mode 100644 index 0000000..04cef9c --- /dev/null +++ b/Teams/RnDs/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team RnD", + "members": [ + { + "name": "Honey Varma", + "twitter": "@raj_ventures", + "koding": "iamraj", + "location": "Washington D.C., 01" + } + ] +} From 623b66ea674f7410ae11833dc906529db90ef505 Mon Sep 17 00:00:00 2001 From: iamraj <2advanced.corp@gmail.com> Date: Tue, 2 Dec 2014 21:15:54 -0500 Subject: [PATCH 2/3] Create ABOUT.md --- Teams/RnDs/ABOUT.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Teams/RnDs/ABOUT.md diff --git a/Teams/RnDs/ABOUT.md b/Teams/RnDs/ABOUT.md new file mode 100644 index 0000000..f66fced --- /dev/null +++ b/Teams/RnDs/ABOUT.md @@ -0,0 +1,9 @@ +About your team +=========================== + +Right now its just me, hopefully will find someone to help take a world vision forward before the 6th. +Visit me at @raj_ventures + +======= + +Last time I took programming was in 2004, recently have been practicing up on it more. I will not say I'm an expert in any one thing, hoping to be a jack of trades on this one :) From 1d797f2c5e27c77646b50bd7824f675ea6989e5a Mon Sep 17 00:00:00 2001 From: iamraj <2advanced.corp@gmail.com> Date: Tue, 2 Dec 2014 22:18:24 -0500 Subject: [PATCH 3/3] Update team.json --- Teams/RnDs/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/RnDs/team.json b/Teams/RnDs/team.json index 04cef9c..3e6cf02 100644 --- a/Teams/RnDs/team.json +++ b/Teams/RnDs/team.json @@ -5,7 +5,7 @@ "name": "Honey Varma", "twitter": "@raj_ventures", "koding": "iamraj", - "location": "Washington D.C., 01" + "location": "Washington D.C., US" } ] }