From ef8405ee80408cbd156bbb93d97dcf03d7882276 Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Wed, 26 Nov 2014 18:31:51 +0530 Subject: [PATCH 1/5] Create team.json --- Teams/Autobots/team.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/Autobots/team.json diff --git a/Teams/Autobots/team.json b/Teams/Autobots/team.json new file mode 100644 index 0000000..a075654 --- /dev/null +++ b/Teams/Autobots/team.json @@ -0,0 +1,14 @@ +{ + "teamName": "Autobots", + "members": [ + + { + "name": "Harsh Vakharia", + "twitter": "harsjv", + "koding": "harshjv", + "location": "Gujarat, India", + "lead": true + } + + ] +} From 63f9eccd6ca30982e2b91a68e2b8e32438d8eab3 Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Wed, 26 Nov 2014 18:39:41 +0530 Subject: [PATCH 2/5] Update team.json Remove extra white spaces --- Teams/Autobots/team.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Teams/Autobots/team.json b/Teams/Autobots/team.json index a075654..9279f07 100644 --- a/Teams/Autobots/team.json +++ b/Teams/Autobots/team.json @@ -1,14 +1,12 @@ { "teamName": "Autobots", "members": [ - { "name": "Harsh Vakharia", - "twitter": "harsjv", + "twitter": "harshjv", "koding": "harshjv", "location": "Gujarat, India", "lead": true } - ] } From 53f03c9d6857b2d1ecad9715d4707cab7a583681 Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Wed, 26 Nov 2014 19:20:40 +0530 Subject: [PATCH 3/5] Create README.md --- Teams/Autobots/README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Teams/Autobots/README.md diff --git a/Teams/Autobots/README.md b/Teams/Autobots/README.md new file mode 100644 index 0000000..2cf0b04 --- /dev/null +++ b/Teams/Autobots/README.md @@ -0,0 +1,35 @@ +Autobots +======== + +Hello, though the team name is plural, but i'm alone in my team. :P + + +About me +-------- + +I'm a student pursuing **Bachelor of Computer Engineering** degree, currently in 5th semester. This hackathon is a great opportunity for me and my future. I prefer Ubuntu and other Open Source tools. + + +Programming Skills +------------------ + + +* PHP (Symfony/Laravel) +* JavaScript (jQuery) +* HTML +* CSS (LESS) +* Python +* Node.js + + +APIs +---- + +* Bit.ly +* Twitter and LinkedIn (For SSO, if needed) + + +Social +------ + +[Twitter](https://twitter.com/harshjv) From 313c11f1c353d606a5a49890a2bb0ecdcf033ece Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Wed, 26 Nov 2014 19:22:42 +0530 Subject: [PATCH 4/5] Update README.md Add link to my LinkedIn profile --- Teams/Autobots/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Autobots/README.md b/Teams/Autobots/README.md index 2cf0b04..ed2db9d 100644 --- a/Teams/Autobots/README.md +++ b/Teams/Autobots/README.md @@ -32,4 +32,5 @@ APIs Social ------ -[Twitter](https://twitter.com/harshjv) +* [Twitter](https://twitter.com/harshjv) +* [LinkedIn](https://www.linkedin.com/in/harshjv) From 300c4c9089939e5b7ac5fcb36a1ef94ff5aa3732 Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Thu, 27 Nov 2014 10:18:01 +0530 Subject: [PATCH 5/5] Update team.json Add 2-letter country code --- Teams/Autobots/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Autobots/team.json b/Teams/Autobots/team.json index 9279f07..9d623d8 100644 --- a/Teams/Autobots/team.json +++ b/Teams/Autobots/team.json @@ -5,7 +5,7 @@ "name": "Harsh Vakharia", "twitter": "harshjv", "koding": "harshjv", - "location": "Gujarat, India", + "location": "Gujarat, IN", "lead": true } ]