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. diff --git a/Teams/ProgGods/team.json b/Teams/ProgGods/team.json new file mode 100644 index 0000000..b99ebc0 --- /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": "tvili999", + "location": "Püspökhatvan, HU" + }, + { + "name": "Barnabás Pataki", + "twitter": "BarnabasVac", + "koding": "balday", + "location": "Vác, HU", + "lead": true + } + ] +}