From dc1b6b8874457bf84d10a1176b18a27c6e3fb484 Mon Sep 17 00:00:00 2001 From: Evgeni Ivakhnov Date: Thu, 27 Nov 2014 23:48:29 +0100 Subject: [PATCH 1/3] Creating The VUB Sloths team --- Teams/TheVUBSloths/ABOUT.md | 10 ++++++++++ Teams/TheVUBSloths/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/TheVUBSloths/ABOUT.md create mode 100644 Teams/TheVUBSloths/team.json diff --git a/Teams/TheVUBSloths/ABOUT.md b/Teams/TheVUBSloths/ABOUT.md new file mode 100644 index 0000000..119b289 --- /dev/null +++ b/Teams/TheVUBSloths/ABOUT.md @@ -0,0 +1,10 @@ +Briefly describe your team +========================== +We are friends that like to code together. This year we graduated together in computer science at the Free University of Brussels. Surely, this Hackaton will be much fun but we are here also for new skills and experience. +Oh almost forgotten.. we love beer. + + + +What are your skills? +===================== +First of all, we are computer scientist. So we know a little bit of a lot of things. On the other hand, we are graduates, so we don't know anything. Web development for the win! \ No newline at end of file diff --git a/Teams/TheVUBSloths/team.json b/Teams/TheVUBSloths/team.json new file mode 100644 index 0000000..5530f32 --- /dev/null +++ b/Teams/TheVUBSloths/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "The VUB Sloths", + "members": [ + { + "name": "Evgeni Ivakhnov", + "twitter": null, + "koding": "evgeni", + "location": "Brussels, BE", + "lead": true + }, + { + "name": "Tom Maes", + "twitter": null, + "koding": "tommaes", + "location": "Chennai, BE" + }, + { + "name": "Jasper Tack", + "twitter": null, + "koding": "consec", + "location": "Brussel, BE" + } + ] +} From 1c1e530e4b6e3f2d46bdbe7f4a9efeddcb95f64c Mon Sep 17 00:00:00 2001 From: Evgeni Ivakhnov Date: Thu, 27 Nov 2014 23:52:21 +0100 Subject: [PATCH 2/3] Fixing location --- Teams/TheVUBSloths/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TheVUBSloths/team.json b/Teams/TheVUBSloths/team.json index 5530f32..39484eb 100644 --- a/Teams/TheVUBSloths/team.json +++ b/Teams/TheVUBSloths/team.json @@ -12,7 +12,7 @@ "name": "Tom Maes", "twitter": null, "koding": "tommaes", - "location": "Chennai, BE" + "location": "Lennik, BE" }, { "name": "Jasper Tack", From 1961ced3ea27788508da62914b47abc180be1d77 Mon Sep 17 00:00:00 2001 From: Evgeni Ivakhnov Date: Fri, 28 Nov 2014 00:17:09 +0100 Subject: [PATCH 3/3] Replacing null with empty string in json --- Teams/TheVUBSloths/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/TheVUBSloths/team.json b/Teams/TheVUBSloths/team.json index 39484eb..1671b1a 100644 --- a/Teams/TheVUBSloths/team.json +++ b/Teams/TheVUBSloths/team.json @@ -3,20 +3,20 @@ "members": [ { "name": "Evgeni Ivakhnov", - "twitter": null, + "twitter": "", "koding": "evgeni", "location": "Brussels, BE", "lead": true }, { "name": "Tom Maes", - "twitter": null, + "twitter": "", "koding": "tommaes", "location": "Lennik, BE" }, { "name": "Jasper Tack", - "twitter": null, + "twitter": "", "koding": "consec", "location": "Brussel, BE" }