From 82178e3a560ff70aaa26ac1ba7c343953dc0003d Mon Sep 17 00:00:00 2001 From: VasanthSadhasivan Date: Tue, 2 Dec 2014 22:24:45 -0800 Subject: [PATCH 1/3] Added team information --- Teams/channel12/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/channel12/team.json diff --git a/Teams/channel12/team.json b/Teams/channel12/team.json new file mode 100644 index 0000000..2386546 --- /dev/null +++ b/Teams/channel12/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "channel12", + "members": [ + { + "name": "Vasanth Naranambhadikalpathi Sadhasivan", + "twitter": "none", + "koding": "bufford", + "location": "city, 2 digit country code" + } + ] +} From b8815cce59f6c65edd6ca69dec247428db107864 Mon Sep 17 00:00:00 2001 From: VasanthSadhasivan Date: Tue, 2 Dec 2014 22:28:45 -0800 Subject: [PATCH 2/3] Added an about file --- Teams/channel12/ABOUT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/channel12/ABOUT.md diff --git a/Teams/channel12/ABOUT.md b/Teams/channel12/ABOUT.md new file mode 100644 index 0000000..bf1aca2 --- /dev/null +++ b/Teams/channel12/ABOUT.md @@ -0,0 +1,17 @@ +# Channel 12 + +My name is Vasanth, and have always been interested in computers ever since childhood. Robots and programming has +always been my favorite thing to do in my free time. + +## About us + +-Vasanth Sadhasivan: I love Python, and Java as well as Javascript and HTML. + +## Languages we love + +-Java +-Python +-HTML +-CSS +-Javascript +-Bash Script From 8bd491907e8fcb0e9dfdf0e42c5088d089b82df8 Mon Sep 17 00:00:00 2001 From: VasanthSadhasivan Date: Tue, 2 Dec 2014 22:31:14 -0800 Subject: [PATCH 3/3] Added team information --- Teams/channel12/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/channel12/team.json b/Teams/channel12/team.json index 2386546..840a080 100644 --- a/Teams/channel12/team.json +++ b/Teams/channel12/team.json @@ -5,7 +5,7 @@ "name": "Vasanth Naranambhadikalpathi Sadhasivan", "twitter": "none", "koding": "bufford", - "location": "city, 2 digit country code" + "location": "El Dorado Hills,US" } ] }