From 085bd9ed69ddfeb90e18e5fee2aa874d4e7b8e7f Mon Sep 17 00:00:00 2001 From: Nickolay Kopylov Date: Mon, 1 Dec 2014 01:21:59 +0300 Subject: [PATCH] Gothic Elephant application --- Teams/GothicElephant/README.MD | 33 +++++++++++++++++++++++++++++++++ Teams/GothicElephant/teams.json | 22 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 Teams/GothicElephant/README.MD create mode 100644 Teams/GothicElephant/teams.json diff --git a/Teams/GothicElephant/README.MD b/Teams/GothicElephant/README.MD new file mode 100644 index 0000000..9674d54 --- /dev/null +++ b/Teams/GothicElephant/README.MD @@ -0,0 +1,33 @@ +Gothic Elephant +================ + +Our team consisting of two developers and one designer that works together for a long time. + +This is not our first joint project, but our first participation in the Hackathon. + + +**Staff:** + +**Nickolay Kopylov** + +PHP-developer, + +Closed Stock Company "Mamba" + +**Olimzhon Iuldashov** + +Mobile developer. According to the hackathon rules (mobile apps are not allowed) he will be web-developer (both client-side and server-side) + +Unofficial employee of Science Institute of Higher Nervous Activity + +**Danila Alpatov** + +UI/UX designer, client-side developer. + +Ekoprom Business Group + + +Project +================ + +During the hackhaton we are planning to create a project devoted to medicine. \ No newline at end of file diff --git a/Teams/GothicElephant/teams.json b/Teams/GothicElephant/teams.json new file mode 100644 index 0000000..039106e --- /dev/null +++ b/Teams/GothicElephant/teams.json @@ -0,0 +1,22 @@ +{ + "teamName": "Gothic Elephant", + "members": [ + { + "name": "Nickolay Kopylov", + "twitter": "t15ts", + "koding": "nkopylov", + "location": "Moscow, RU", + "lead": true + }, + { + "name": "Olimzhon Iuldashov", + "koding": "oiuldashov", + "location": "Mytishchi, RU", + }, + { + "name": "Danila Alpatov", + "koding": "alpatovdanila", + "location": "Mytishchi, RU" + } + ] +} \ No newline at end of file