From 003f907c6d2cc90daae31d1ee62ae0d0748922a0 Mon Sep 17 00:00:00 2001 From: neotheicebird Date: Wed, 26 Nov 2014 17:18:08 +0530 Subject: [PATCH 1/4] Added team information --- Teams/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/team.json diff --git a/Teams/team.json b/Teams/team.json new file mode 100644 index 0000000..3d875f1 --- /dev/null +++ b/Teams/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Fantasista", + "members": [ + { + "name": "prashanth", + "twitter": "neotheicebird", + "koding": "neotheicebird", + "location": "chennai, IN" + }, + ] +} From 487d7dc2cfbf6748d782a7edc117e8edc524cdfd Mon Sep 17 00:00:00 2001 From: neotheicebird Date: Wed, 3 Dec 2014 17:16:01 +0530 Subject: [PATCH 2/4] Adding team folder --- Teams/{ => Fantasista}/team.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/{ => Fantasista}/team.json (100%) diff --git a/Teams/team.json b/Teams/Fantasista/team.json similarity index 100% rename from Teams/team.json rename to Teams/Fantasista/team.json From ca6c9bf931f74fada42637412c6b2738b94be8a7 Mon Sep 17 00:00:00 2001 From: neotheicebird Date: Wed, 3 Dec 2014 17:59:30 +0530 Subject: [PATCH 3/4] Create ABOUT.md --- Teams/Fantasista/ABOUT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Teams/Fantasista/ABOUT.md diff --git a/Teams/Fantasista/ABOUT.md b/Teams/Fantasista/ABOUT.md new file mode 100644 index 0000000..f89d6b7 --- /dev/null +++ b/Teams/Fantasista/ABOUT.md @@ -0,0 +1,25 @@ +This is my page +===== + +Hi, I am Prashanth. I am a free thinker :D +you too are free to think ofcourse! +I keep reminding myself that freedom is all we need. I try to break free of all things that bind me. Things like jobs. + +I would like to create that which is necessary for freedom, just for the love of it. + +Ok, enough philosophy. I am a test and automation engineer, was a freelance programmer coding in scientific computing +till about half a year ago, I am a Python programmer and I am in love with everything that is open source *Github rocks*. + +Why did I decide to join Koding Global Hackathon? +Lately I have been ideating a lot. Now I have a whole bunch of ideas, unimplemented, untested. So I see this hackathon as +a nice opportunity to make something fun. + +About my skills and what I am going to do? +==== + +I can pretty much handle python. So I would like to use Flask and polymer.js to make a simple app. + +What is this app about? +Patience my friend. All I can tell you now is, its got to do with unlocking myself and the world along with me :D + +All the best! and thanks for wishing me luck ;) From f32a969d1ed2a59b16020f54980e3e69519131b9 Mon Sep 17 00:00:00 2001 From: neotheicebird Date: Wed, 3 Dec 2014 18:02:19 +0530 Subject: [PATCH 4/4] Validated json --- Teams/Fantasista/team.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Teams/Fantasista/team.json b/Teams/Fantasista/team.json index 3d875f1..7147292 100644 --- a/Teams/Fantasista/team.json +++ b/Teams/Fantasista/team.json @@ -1,11 +1,11 @@ { - "teamName": "Fantasista", - "members": [ - { - "name": "prashanth", - "twitter": "neotheicebird", - "koding": "neotheicebird", - "location": "chennai, IN" - }, - ] + "teamName": "Fantasista", + "members": [ + { + "name": "prashanth", + "twitter": "neotheicebird", + "koding": "neotheicebird", + "location": "chennai, IN" + } + ] }