From 9fbd8f406b6f23bc0f1ea1066101e013f1b2a01c Mon Sep 17 00:00:00 2001 From: Amit Date: Mon, 24 Nov 2014 14:01:15 +0530 Subject: [PATCH 1/6] Create About.md --- Teams/IngloriousHacker/About.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Teams/IngloriousHacker/About.md diff --git a/Teams/IngloriousHacker/About.md b/Teams/IngloriousHacker/About.md new file mode 100644 index 0000000..b14df64 --- /dev/null +++ b/Teams/IngloriousHacker/About.md @@ -0,0 +1 @@ +Hi From 88fbb2fb13040e91dd7b560fbfe2ad45b78758bd Mon Sep 17 00:00:00 2001 From: Amit Haval Date: Mon, 24 Nov 2014 16:45:55 +0530 Subject: [PATCH 2/6] Revert "Create About.md" This reverts commit 9fbd8f406b6f23bc0f1ea1066101e013f1b2a01c. --- Teams/IngloriousHacker/About.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Teams/IngloriousHacker/About.md diff --git a/Teams/IngloriousHacker/About.md b/Teams/IngloriousHacker/About.md deleted file mode 100644 index b14df64..0000000 --- a/Teams/IngloriousHacker/About.md +++ /dev/null @@ -1 +0,0 @@ -Hi From 4abd6246db482d1253279d4cb7eb9bbaefad66dd Mon Sep 17 00:00:00 2001 From: Amit Date: Mon, 24 Nov 2014 20:19:18 +0530 Subject: [PATCH 3/6] team.json --- Teams/inglorioushacker/team.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Teams/inglorioushacker/team.json diff --git a/Teams/inglorioushacker/team.json b/Teams/inglorioushacker/team.json new file mode 100644 index 0000000..4514f34 --- /dev/null +++ b/Teams/inglorioushacker/team.json @@ -0,0 +1,13 @@ +{ + "teamName": "IngloriousHacker", + "members": + [ + + { + "name":"Amit Haval", + "twitter":"blasteramit" + "koding" :"blasteramit" + "location":"Sangli,Maharashtra,India" + } + ] +} From 727ec8e5bd146a50fe71027eb3aa64b1013d15b9 Mon Sep 17 00:00:00 2001 From: Amit Date: Mon, 24 Nov 2014 20:30:37 +0530 Subject: [PATCH 4/6] About.md --- Teams/inglorioushacker/About.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Teams/inglorioushacker/About.md diff --git a/Teams/inglorioushacker/About.md b/Teams/inglorioushacker/About.md new file mode 100644 index 0000000..b4e524b --- /dev/null +++ b/Teams/inglorioushacker/About.md @@ -0,0 +1,28 @@ +Inglorious Hacker +================ + +My name is Amit Haval, and I had image in my friend circle and college as IngloriousHacker. + +About Me +=========================== + +| Amit +|--- +| ![Amit](https://avatars0.githubusercontent.com/u/1985451?v=3&u=0169a09a1db1aac8df147b2058957bc3cb6d2b37&s=140) + +I began doing freelance web development in high school, and had become disenchanted with it by the time I reached +University. However, after working some co-op positions with some passionate web developers, I gained a appreciation +and insight for what the web is capable of. + +Now, I'm all about pushing the limits of what the web can do. I like to think I have some creative and innovative +ideas to bring to the table, and I'm excited to be taking part in the first ever Global Hackathon. One day, when events +like this are commonplace, I'll be able to look back and say that I was there for the beginning! + + +Skills and Direction +======= + +My passion has always been in interactive media, anything that takes entertainment beyond something to be simply +consumed, allowing people to influence and engage with it. I love experimenting with new web technologies to +break expectations regarding the limitations of the web. My hope is to combine my passion with these +technologies in a result that is both practical and delightful for users. From 4c9e29077644c42555cf15c901b3dd821de4c3fa Mon Sep 17 00:00:00 2001 From: Amit Date: Tue, 25 Nov 2014 02:07:11 +0530 Subject: [PATCH 5/6] Update team.json Changes: 1.Spaces removed 2.Location format changed with respect to sample format --- Teams/inglorioushacker/team.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Teams/inglorioushacker/team.json b/Teams/inglorioushacker/team.json index 4514f34..6cf9dc3 100644 --- a/Teams/inglorioushacker/team.json +++ b/Teams/inglorioushacker/team.json @@ -1,13 +1,12 @@ { "teamName": "IngloriousHacker", "members": - [ - - { - "name":"Amit Haval", - "twitter":"blasteramit" - "koding" :"blasteramit" - "location":"Sangli,Maharashtra,India" - } - ] + [ + { + "name":"Amit Haval", + "twitter":"blasteramit" + "koding" :"blasteramit" + "location":"Sangli,IN" + } + ] } From 571531e2130747d428b68e2b1824f53f6177af29 Mon Sep 17 00:00:00 2001 From: Amit Date: Tue, 25 Nov 2014 11:45:16 +0530 Subject: [PATCH 6/6] Update team.json Changes 1.Inserted comma to EOL. 2.Inserted new caption Lead :yes Thanks --- Teams/inglorioushacker/team.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Teams/inglorioushacker/team.json b/Teams/inglorioushacker/team.json index 6cf9dc3..f48f28d 100644 --- a/Teams/inglorioushacker/team.json +++ b/Teams/inglorioushacker/team.json @@ -4,9 +4,10 @@ [ { "name":"Amit Haval", - "twitter":"blasteramit" - "koding" :"blasteramit" - "location":"Sangli,IN" + "twitter":"blasteramit", + "koding" :"blasteramit", + "location" :"Sangli,IN", + "lead" : true } ] }