From 5429097d7c6df0c5ab66fbebe1370426a717a651 Mon Sep 17 00:00:00 2001 From: vaidhyanathan Date: Wed, 26 Nov 2014 16:39:27 +0530 Subject: [PATCH] Added new Team named Trojan --- Teams/TROJAN/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/TROJAN/team.json | 13 +++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Teams/TROJAN/ABOUT.md create mode 100644 Teams/TROJAN/team.json diff --git a/Teams/TROJAN/ABOUT.md b/Teams/TROJAN/ABOUT.md new file mode 100644 index 0000000..1b52ec0 --- /dev/null +++ b/Teams/TROJAN/ABOUT.md @@ -0,0 +1,25 @@ +TROJAN +==== + +A single man team to change the way the world works + +About TROJAN +---------- + +| Vaidhyanathan Ananthakrishnan | +|------------------------------------| +| Picture Unavailable | + + + +Skills +------ +Programming languages (that may be used): + - C# + - asp.net + - HTML/CSS and JS + +Project +------- + +The goal of my project is to reduce the food being wasted by people by proving correct location information and other information so that needy can get the food from them . diff --git a/Teams/TROJAN/team.json b/Teams/TROJAN/team.json new file mode 100644 index 0000000..a4e2e5f --- /dev/null +++ b/Teams/TROJAN/team.json @@ -0,0 +1,13 @@ +{ + "teamName" : "TORJAN", + "members" : + [ + { + "name" : "Vaidhyanathan Ananthakrishnan", + "twitter" : "vaidhyanathan93", + "koding" : "vaidhyanathan", + "location" : "Chennai,IN", + "lead" : true + } + ] +}