From 636a4864cf6b3d13685f35021b08752ada71bfe9 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Wed, 3 Dec 2014 13:45:55 +0200 Subject: [PATCH 1/4] Added team inforamation --- Teams/MLPIC/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/MLPIC/team.json diff --git a/Teams/MLPIC/team.json b/Teams/MLPIC/team.json new file mode 100644 index 0000000..38f2b64 --- /dev/null +++ b/Teams/MLPIC/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "MLPIC", + "members": [ + { + "name": "Stanislav Chernomorchenko", + "twitter": "Aroksetx", + "facebook" : "id=100002161069760" + "koding": "aroksetx", + "location": "Ukraine, Dniprodzerzhynsk", + "lead": true + }, + { + "name": "Vadim Kardashov", + "koding": "vados4266", + "location": "Ukraine, Dniprodzerzhynsk", + } + ] +} From cad62d8676a94cd6b295aee1827829e40aad56e6 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Wed, 3 Dec 2014 16:07:53 +0200 Subject: [PATCH 2/4] Added an about file --- Teams/MLPIC/ABOUT.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/MLPIC/ABOUT.md diff --git a/Teams/MLPIC/ABOUT.md b/Teams/MLPIC/ABOUT.md new file mode 100644 index 0000000..36e68de --- /dev/null +++ b/Teams/MLPIC/ABOUT.md @@ -0,0 +1,21 @@ +# MLPIC + +We are a team of creative and with a great experience of attending such events. Although the online version of the event we are new. Our experience is more than 6 years of programming in the field of web development and game development. These events force us to work more efficiently and to create something new and interesting to us and to the people. + +## Languages and DB : + +* C# +* asp.Net +* PHP +* Javascript +* Java +* C++ +* HTML +* CSS +* Mysql +* MongoDB + +## About Us + +We can tell a lot on this we'll just win and talk personally) + From 3e5d44f3b42f7c759baa6c99f15cabfc0e44bf72 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Wed, 3 Dec 2014 16:11:47 +0200 Subject: [PATCH 3/4] Update team.json --- Teams/MLPIC/team.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Teams/MLPIC/team.json b/Teams/MLPIC/team.json index 38f2b64..aaae2ec 100644 --- a/Teams/MLPIC/team.json +++ b/Teams/MLPIC/team.json @@ -1,18 +1,18 @@ { - "teamName": "MLPIC", - "members": [ - { - "name": "Stanislav Chernomorchenko", - "twitter": "Aroksetx", - "facebook" : "id=100002161069760" - "koding": "aroksetx", - "location": "Ukraine, Dniprodzerzhynsk", - "lead": true - }, - { - "name": "Vadim Kardashov", - "koding": "vados4266", - "location": "Ukraine, Dniprodzerzhynsk", - } - ] + "teamName": "MLPIC", + "members": [ + { + "name": "Stanislav Chernomorchenko", + "twitter": "Aroksetx", + "facebook": "id=100002161069760", + "koding": "aroksetx", + "location": "Ukraine, Dniprodzerzhynsk", + "lead": true + }, + { + "name": "Vadim Kardashov", + "koding": "vados4266", + "location": "Ukraine, Dniprodzerzhynsk" + } + ] } From a3a58333c52f9fe27046830e2f35ac620946b4af Mon Sep 17 00:00:00 2001 From: Stanislav Date: Wed, 3 Dec 2014 21:58:56 +0200 Subject: [PATCH 4/4] team.json edit --- Teams/MLPIC/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/MLPIC/team.json b/Teams/MLPIC/team.json index aaae2ec..ad9e20a 100644 --- a/Teams/MLPIC/team.json +++ b/Teams/MLPIC/team.json @@ -6,13 +6,13 @@ "twitter": "Aroksetx", "facebook": "id=100002161069760", "koding": "aroksetx", - "location": "Ukraine, Dniprodzerzhynsk", + "location": "Dniprodzerzhynsk, UA", "lead": true }, { "name": "Vadim Kardashov", "koding": "vados4266", - "location": "Ukraine, Dniprodzerzhynsk" + "location": "Dniprodzerzhynsk, UA" } ] }