From 839e79464cc6c4b320eaa05c604763f252853e53 Mon Sep 17 00:00:00 2001 From: Balday Date: Sun, 30 Nov 2014 21:51:20 +0100 Subject: [PATCH 1/3] Added team information --- Teams/ProgGods/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/ProgGods/team.json diff --git a/Teams/ProgGods/team.json b/Teams/ProgGods/team.json new file mode 100644 index 0000000..f54f397 --- /dev/null +++ b/Teams/ProgGods/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "ProgGods", + "members": [ + { + "name": "Máté Nagy", + "twitter": "Dexcrow", + "koding": "dexcrow", + "location": "Vác, HU" + }, + { + "name": "Vilmos Takács", + "twitter": "tvili999", + "koding": "tvili99", + "location": "Püspökhatvan, HU" + }, + { + "name": "Barnabás Pataki", + "twitter": "BarnabasVac", + "koding": "balday", + "location": "Vác, HU", + "lead": true + } + ] +} From b9954d277374b17482def09254e7f9af0f2ba110 Mon Sep 17 00:00:00 2001 From: Balday Date: Sun, 30 Nov 2014 23:04:56 +0100 Subject: [PATCH 2/3] Added ABOUT file --- Teams/ProgGods/ABOUT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/ProgGods/ABOUT.md diff --git a/Teams/ProgGods/ABOUT.md b/Teams/ProgGods/ABOUT.md new file mode 100644 index 0000000..fd65039 --- /dev/null +++ b/Teams/ProgGods/ABOUT.md @@ -0,0 +1,14 @@ + +ProgGods Team +================ + +We are Máté, Vili and Barnabás, and we are from Hungary. We are teenagers and we love coding. We learn programming at one of +the best school of Hungary. Today most of the children use their freetime to playing. + +We have a dream that one day... +=========================== + +In the present world, where personal computers, mobile phones, and other electrical appliances are widely available, +big part of the new generation tends to spend most of their time next to the computer, playing video games, or staring +at the news feed. We want to steer the result of this tendency, in words the slathers of youngster's interest forward +the computers, to a good direction, a useful purpose, which, in long terms could cause the development of the whole society. From 5680427cadec263534ca19cf048a78d6c6ed99a3 Mon Sep 17 00:00:00 2001 From: Balday Date: Sun, 30 Nov 2014 23:10:08 +0100 Subject: [PATCH 3/3] Updated team.json file --- Teams/ProgGods/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ProgGods/team.json b/Teams/ProgGods/team.json index f54f397..b99ebc0 100644 --- a/Teams/ProgGods/team.json +++ b/Teams/ProgGods/team.json @@ -10,7 +10,7 @@ { "name": "Vilmos Takács", "twitter": "tvili999", - "koding": "tvili99", + "koding": "tvili999", "location": "Püspökhatvan, HU" }, {