From 1a83f84224f811b6a00a474861a43da63df6d04e Mon Sep 17 00:00:00 2001 From: yak80 Date: Sun, 30 Nov 2014 17:08:43 +0400 Subject: [PATCH 1/5] add team info --- Teams/TolkoPobeda-Team/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/TolkoPobeda-Team/team.json diff --git a/Teams/TolkoPobeda-Team/team.json b/Teams/TolkoPobeda-Team/team.json new file mode 100644 index 0000000..81bdf4e --- /dev/null +++ b/Teams/TolkoPobeda-Team/team.json @@ -0,0 +1,24 @@ +{ +teamName : "TolkoPobeda Team", +members : [ + { + "name": "Oleg Vilkov", + "twitter": "mertvytko", + "koding": "theolege", + "location": "Cremea, Russia" + }, + { + "name": "Aleksandr Yakushev", + "twitter": "yak80", + "koding": "yak15", + "location": "Simferopol, Russia", + "lead": true + }, + { + "name": "Sergey", + "twitter": "scyborgx", + "koding": "scyborg", + "location": "Simferopol, Russia" + } +] +} From d89547adb4a056f1944193b1c9a4029864d1a09f Mon Sep 17 00:00:00 2001 From: yak80 Date: Sun, 30 Nov 2014 17:10:04 +0400 Subject: [PATCH 2/5] Create ABOUT.md --- Teams/TolkoPobeda-Team/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/TolkoPobeda-Team/ABOUT.md diff --git a/Teams/TolkoPobeda-Team/ABOUT.md b/Teams/TolkoPobeda-Team/ABOUT.md new file mode 100644 index 0000000..6c24eaa --- /dev/null +++ b/Teams/TolkoPobeda-Team/ABOUT.md @@ -0,0 +1,19 @@ +# TolkoPobeda Team + +We whant make some supaprogram! + +## About Us + +- Oleg: My name is oleg, i love koding games, i like when my programs like people. +- Alex: My name is Aleks and i love php. And I also love people who love my scripts)) +- Serega : my name is Sergey, and i am supaman! + +## Languages we Love + +- Javascipt +- C# +- PHP + +## Programs +- 3d Max +- Photoshop From b3717520590a3ebff52c04dc251fdecd535a9ab9 Mon Sep 17 00:00:00 2001 From: yak80 Date: Sun, 30 Nov 2014 17:12:21 +0400 Subject: [PATCH 3/5] Update ABOUT.md --- Teams/TolkoPobeda-Team/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TolkoPobeda-Team/ABOUT.md b/Teams/TolkoPobeda-Team/ABOUT.md index 6c24eaa..1014b04 100644 --- a/Teams/TolkoPobeda-Team/ABOUT.md +++ b/Teams/TolkoPobeda-Team/ABOUT.md @@ -1,6 +1,6 @@ # TolkoPobeda Team -We whant make some supaprogram! +We want make some supaprogram! ## About Us From 1eaf21acf706b6ef874235752389bc0fa65b42b5 Mon Sep 17 00:00:00 2001 From: yak80 Date: Mon, 1 Dec 2014 01:28:39 +0400 Subject: [PATCH 4/5] Update team.json --- Teams/TolkoPobeda-Team/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/TolkoPobeda-Team/team.json b/Teams/TolkoPobeda-Team/team.json index 81bdf4e..8141db7 100644 --- a/Teams/TolkoPobeda-Team/team.json +++ b/Teams/TolkoPobeda-Team/team.json @@ -1,6 +1,6 @@ { -teamName : "TolkoPobeda Team", -members : [ +"teamName" : "TolkoPobeda Team", +"members" : [ { "name": "Oleg Vilkov", "twitter": "mertvytko", From dfcd22ccfdfd45315d0d8012c9f566f73da83369 Mon Sep 17 00:00:00 2001 From: yak80 Date: Mon, 1 Dec 2014 02:31:09 +0400 Subject: [PATCH 5/5] Update team.json --- Teams/TolkoPobeda-Team/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/TolkoPobeda-Team/team.json b/Teams/TolkoPobeda-Team/team.json index 8141db7..9e5a835 100644 --- a/Teams/TolkoPobeda-Team/team.json +++ b/Teams/TolkoPobeda-Team/team.json @@ -5,20 +5,20 @@ "name": "Oleg Vilkov", "twitter": "mertvytko", "koding": "theolege", - "location": "Cremea, Russia" + "location": "Cremea, RU" }, { "name": "Aleksandr Yakushev", "twitter": "yak80", "koding": "yak15", - "location": "Simferopol, Russia", + "location": "Simferopol, RU", "lead": true }, { "name": "Sergey", "twitter": "scyborgx", "koding": "scyborg", - "location": "Simferopol, Russia" + "location": "Simferopol, RU" } ] }