From dd2707c35783a6fb74cca423bc67b40603800ca7 Mon Sep 17 00:00:00 2001 From: Pasindu Perera Date: Wed, 3 Dec 2014 00:17:27 +0530 Subject: [PATCH 1/4] added team.js --- Teams/ReadLeD/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/ReadLeD/team.json diff --git a/Teams/ReadLeD/team.json b/Teams/ReadLeD/team.json new file mode 100644 index 0000000..4ac42cd --- /dev/null +++ b/Teams/ReadLeD/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "ReadLeD", + "members": [ + { + "name": "Pasindu Perera", + "twitter": "udnisap", + "koding": "lamur", + "location": "Colombo, Sri Lanka", + "lead": true + }, + { + "name": "Eranga Mapa", + "koding": "erangamapa", + "twitter": "erangamapa", + "location": "Colombo, Sri Lanka" + }, + { + "name": "Vimukthi Weerasiri", + "twitter": "vimukthiweerasi", + "koding": "vimukthi", + "location": "Colombo, Sri Lanka", + }, + { + "name": "Dumindu Buddhika", + "twitter": "dumindux", + "koding": "dumindux", + "location": "Colombo, Sri Lanka", + }, + { + "name": "Kasun Dinal", + "twitter": "kasundinal", + "koding": "kasundinal", + "location": "Yokohama, Japan", + } + ] +} From d8c63259b474b76558b801328fa2864e01fd333b Mon Sep 17 00:00:00 2001 From: Pasindu Perera Date: Wed, 3 Dec 2014 00:47:17 +0530 Subject: [PATCH 2/4] Added about --- Teams/ReadLeD/ABOUT.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Teams/ReadLeD/ABOUT.md diff --git a/Teams/ReadLeD/ABOUT.md b/Teams/ReadLeD/ABOUT.md new file mode 100644 index 0000000..6378818 --- /dev/null +++ b/Teams/ReadLeD/ABOUT.md @@ -0,0 +1,28 @@ +ReadLeD +================ + +
+      __...--~~~~~-._   _.-~~~~~--...__
+    //  Readable     `V'   Legal       \\ 
+   //             Documents             \\ 
+  //__...--~~~~~~-._  |  _.-~~~~~~--...__\\ 
+ //__.....----~~~~._\ | /_.~~~~----.....__\\
+====================\\|//====================
+
+ +About our team +------------- +We are a group of technology enthusiasts from Sri Lanka currently based in different parts of the world ;) + +We are motivated to solve real world problems. We have identified that there is a huge gap between legal documents +such as TOS, EULA.. and the end user as they are reluctant to read them. We are on track to a novel and an efficient +solution to address this issue with the use of latest realtime technologies with usability in mind. + +Our members +------------- + +* [Pasindu](https://lk.linkedin.com/in/rumalp) +* [Eranga](https://lk.linkedin.com/in/erangamapa) +* [Vimukthi](https://lk.linkedin.com/in/vimukthiweerasiri) +* [Dumindu](https://lk.linkedin.com/in/dumindubuddhika) +* [Kasun](http://lk.linkedin.com/in/dinalkurukulasooriya) From 6639b4afda0171eda4232f318545188ed386cc78 Mon Sep 17 00:00:00 2001 From: Pasindu Perera Date: Wed, 3 Dec 2014 00:49:45 +0530 Subject: [PATCH 3/4] json parse fixed --- Teams/ReadLeD/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/ReadLeD/team.json b/Teams/ReadLeD/team.json index 4ac42cd..773955f 100644 --- a/Teams/ReadLeD/team.json +++ b/Teams/ReadLeD/team.json @@ -18,19 +18,19 @@ "name": "Vimukthi Weerasiri", "twitter": "vimukthiweerasi", "koding": "vimukthi", - "location": "Colombo, Sri Lanka", + "location": "Colombo, Sri Lanka" }, { "name": "Dumindu Buddhika", "twitter": "dumindux", "koding": "dumindux", - "location": "Colombo, Sri Lanka", + "location": "Colombo, Sri Lanka" }, { "name": "Kasun Dinal", "twitter": "kasundinal", "koding": "kasundinal", - "location": "Yokohama, Japan", + "location": "Yokohama, Japan" } ] } From 614249f3281f6c485277763e0de3a00ea3961fac Mon Sep 17 00:00:00 2001 From: Pasindu Perera Date: Wed, 3 Dec 2014 07:19:39 +0530 Subject: [PATCH 4/4] updated the country to 2 digit country code --- Teams/ReadLeD/team.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Teams/ReadLeD/team.json b/Teams/ReadLeD/team.json index 773955f..89d3396 100644 --- a/Teams/ReadLeD/team.json +++ b/Teams/ReadLeD/team.json @@ -5,32 +5,32 @@ "name": "Pasindu Perera", "twitter": "udnisap", "koding": "lamur", - "location": "Colombo, Sri Lanka", + "location": "Colombo, LK", "lead": true }, { "name": "Eranga Mapa", "koding": "erangamapa", "twitter": "erangamapa", - "location": "Colombo, Sri Lanka" + "location": "Colombo, LK" }, { "name": "Vimukthi Weerasiri", "twitter": "vimukthiweerasi", "koding": "vimukthi", - "location": "Colombo, Sri Lanka" + "location": "Colombo, LK" }, { "name": "Dumindu Buddhika", "twitter": "dumindux", "koding": "dumindux", - "location": "Colombo, Sri Lanka" + "location": "Colombo, LK" }, { "name": "Kasun Dinal", "twitter": "kasundinal", "koding": "kasundinal", - "location": "Yokohama, Japan" + "location": "Yokohama, JP" } ] }