From dc1b6b8874457bf84d10a1176b18a27c6e3fb484 Mon Sep 17 00:00:00 2001 From: Evgeni Ivakhnov Date: Thu, 27 Nov 2014 23:48:29 +0100 Subject: [PATCH] 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" + } + ] +}