diff --git a/Teams/SoftLab/ABOUT.md b/Teams/SoftLab/ABOUT.md new file mode 100644 index 0000000..5035390 --- /dev/null +++ b/Teams/SoftLab/ABOUT.md @@ -0,0 +1,16 @@ +Our team +=========================== + +We are Computer Science students at East Sarajevo University, Bosnia and Herzegovina. +We like challenges so we decided to participate in global hackathon and to test our abilities and knowledge. + + +Our skills +=========================== + +Our field of interests are mainly about web and Android apps development. +We, as a team, have experience in php (Yii framework) programming, MySQL, +JavaScript and frontend development in general, and Java development (Android apps). + +We are still in brainstorming phase, and there are some pretty cool ideas... + diff --git a/Teams/SoftLab/team.json b/Teams/SoftLab/team.json new file mode 100644 index 0000000..8e99600 --- /dev/null +++ b/Teams/SoftLab/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "SoftLab", + "members": [ + { + "name": "Ilija Tesic", + "twitter": "itesic", + "koding": "itesic", + "location": "Bratunac, BA", + "lead": true + }, + { + "name": "Igor Golub", + "twitter": "golubeee", + "koding": "igolub", + "location": "Pale, BA" + }, + { + "name": "Milan Samardzic", + "twitter": "StSoky", + "koding": "milansamardzic", + "location": "Sokolac, BA" + }, + { + "name": "Radan Stupar", + "twitter": "radan_stupar", + "koding": "radan", + "location": "Vlasenica, BA" + } + ] +}