From 3f6506a645db048c138cbdee18c7289f295c5f8e Mon Sep 17 00:00:00 2001 From: Rafik NACCACHE Date: Sat, 22 Nov 2014 22:22:12 +0100 Subject: [PATCH 1/3] Initialized Info for TNTeam --- Teams/TNTeam/ABOUT.md | 40 ++++++++++++++++++++++++++++++++++++++++ Teams/TNTeam/team.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 Teams/TNTeam/ABOUT.md create mode 100644 Teams/TNTeam/team.json diff --git a/Teams/TNTeam/ABOUT.md b/Teams/TNTeam/ABOUT.md new file mode 100644 index 0000000..54025de --- /dev/null +++ b/Teams/TNTeam/ABOUT.md @@ -0,0 +1,40 @@ +TNTeam +======== + +## Who we Are + +Our team consists of a mix of experienced hacker veterans, promising +programming rising stars, and artists, all from Tunisia. Some of us +know each other since quite a while now (Rafik and Mohamed were +classmates since high school), met during work (Rafik , Elyes and +Ibtissem are coworkers) or while attending Kendo training (Rafik and +Chakib are Kenshis). But all in all, TNTeam is made of only friends, +that share a deep love for hacking and love arts. + +* `Rafik` and `Mohamed` are Back-End Developers and +architects. They'll probably will write Clojure and Java. +* `Ibtissem` is an experienced Front-End infrastructure engineer, +though also having her word to say on back-end side of things. She +knows a couple of things about Clojure, Java, HTML5 and JS. +* `Elyes` is a promising Web Developer, experienced in designing and +integrating cool web apps. + +And here's what we all look like: + +Rafik | Mohamed | Ibtissem | Elyes +----- |-------- |--------- |------ +![Rafik](https://pbs.twimg.com/profile_images/458271244425519104/a11j9FTm_400x400.png)|![Mohamed](TODO) |![IBtissem](https://pbs.twimg.com/profile_images/519453378078707712/QEduGGT-_400x400.png) |![Elyes](https://pbs.twimg.com/profile_images/1496394485/photo_400x400.jpg) + +## So what are we cooking for you? + +Still thinking about it. But it will surely be somthing special ! +Very likely, we'll use some clojure, java, some html5/CSS3 magic... stay tuned ! + + + + + + + + + diff --git a/Teams/TNTeam/team.json b/Teams/TNTeam/team.json new file mode 100644 index 0000000..a429545 --- /dev/null +++ b/Teams/TNTeam/team.json @@ -0,0 +1,33 @@ +{ + "teamname": "TNTeam", + "members":[ + { + "name":"Rafik Naccache", + "twitter":"turbopape", + "koding":"automagic-tools", + "location":"Tunis,TN" + "lead":true + }, + + { + "name":"Mohamed Sghaier", + "twitter":"doremi76", + "koding":"doremi76", + "location":"Tunis,TN" + }, + + { + "name":"Med Elyes BenZina", + "twitter":"elyes_91", + "koding":"mbez", + "location":"Tunis,TN" + }, + + { + "name":"Ibtissem Hamdi", + "twitter":,"HamdiIbtissem", + "koding":"ibtissem", + "location":"Tunis,TN" + } + ] +} From 1bfd8127fd18df6d3cf364163e13ae4bf2b422bc Mon Sep 17 00:00:00 2001 From: Rafik NACCACHE Date: Sat, 22 Nov 2014 23:14:31 +0100 Subject: [PATCH 2/3] Fixed team.json --- Teams/TNTeam/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/TNTeam/team.json b/Teams/TNTeam/team.json index a429545..889425f 100644 --- a/Teams/TNTeam/team.json +++ b/Teams/TNTeam/team.json @@ -1,3 +1,4 @@ + { "teamname": "TNTeam", "members":[ @@ -5,7 +6,7 @@ "name":"Rafik Naccache", "twitter":"turbopape", "koding":"automagic-tools", - "location":"Tunis,TN" + "location":"Tunis,TN", "lead":true }, From a345fdbe940430565e75192abb3a446442350ca2 Mon Sep 17 00:00:00 2001 From: Rafik NACCACHE Date: Sat, 22 Nov 2014 23:43:49 +0100 Subject: [PATCH 3/3] Fixed team.json 2nd error. --- Teams/TNTeam/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TNTeam/team.json b/Teams/TNTeam/team.json index 889425f..24d091a 100644 --- a/Teams/TNTeam/team.json +++ b/Teams/TNTeam/team.json @@ -26,7 +26,7 @@ { "name":"Ibtissem Hamdi", - "twitter":,"HamdiIbtissem", + "twitter":"HamdiIbtissem", "koding":"ibtissem", "location":"Tunis,TN" }