From 4447a76798422cf5ed91d789d8c81f8a57f0d87d Mon Sep 17 00:00:00 2001 From: dunjar Date: Wed, 26 Nov 2014 12:07:28 +0100 Subject: [PATCH 1/4] Add team name and members --- Teams/TeamPooky/team.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/TeamPooky/team.json diff --git a/Teams/TeamPooky/team.json b/Teams/TeamPooky/team.json new file mode 100644 index 0000000..53a9e94 --- /dev/null +++ b/Teams/TeamPooky/team.json @@ -0,0 +1,23 @@ +{ +"teamName": "Team Pooky", +"members": [ +{ +"name": "Dunja Rosina", +"twitter": "nietka", +"koding": "nietka", +"location": "Ljubljana, SI" +"lead": true +}, +{ +"name": "Petra Prusnik", +"koding": "loki164", +"location": "Kamnik, SI" +}, +{ +"name": "Martin Hribar", +"twitter": "maqmigh", +"koding": "maqmigh", +"location": "Ljubljana, SI" +} +] +} From 4e6fba9ec141d27d90750c712c63c30d5fdc08c1 Mon Sep 17 00:00:00 2001 From: dunjar Date: Wed, 26 Nov 2014 12:17:30 +0100 Subject: [PATCH 2/4] Add about team file --- Teams/TeamPooky/ABOUT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Teams/TeamPooky/ABOUT.md diff --git a/Teams/TeamPooky/ABOUT.md b/Teams/TeamPooky/ABOUT.md new file mode 100644 index 0000000..b330c63 --- /dev/null +++ b/Teams/TeamPooky/ABOUT.md @@ -0,0 +1,7 @@ +# Team Pooky + +We'll have a blast on first December weekend, coding, having fun (and waiting for Saint Nicholas' presents ;)). + +Languages we'll use: that depends on the idea we'll come up with. + +Can't wait to join all of the other teams in this historic event :D From 9506d198f6aa820f4b0cee91eb73bf165be16ed2 Mon Sep 17 00:00:00 2001 From: dunjar Date: Wed, 26 Nov 2014 12:24:55 +0100 Subject: [PATCH 3/4] Update ABOUT.md --- Teams/TeamPooky/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/TeamPooky/ABOUT.md b/Teams/TeamPooky/ABOUT.md index b330c63..eeaeb28 100644 --- a/Teams/TeamPooky/ABOUT.md +++ b/Teams/TeamPooky/ABOUT.md @@ -1,6 +1,6 @@ -# Team Pooky +## Team Pooky -We'll have a blast on first December weekend, coding, having fun (and waiting for Saint Nicholas' presents ;)). +We will have an _awesome_ first December weekend, coding, having fun (and waiting for Saint Nicholas' presents ;)). Languages we'll use: that depends on the idea we'll come up with. From 2803761857a4c1737fdedaf4144172661c94d18d Mon Sep 17 00:00:00 2001 From: dunjar Date: Wed, 26 Nov 2014 20:15:07 +0100 Subject: [PATCH 4/4] Update team.json --- Teams/TeamPooky/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TeamPooky/team.json b/Teams/TeamPooky/team.json index 53a9e94..d331c21 100644 --- a/Teams/TeamPooky/team.json +++ b/Teams/TeamPooky/team.json @@ -5,7 +5,7 @@ "name": "Dunja Rosina", "twitter": "nietka", "koding": "nietka", -"location": "Ljubljana, SI" +"location": "Ljubljana, SI", "lead": true }, {