From 52b0d7d1948f0f8398d012a5b4b01ae41294360a Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:05:32 +0200 Subject: [PATCH 1/5] Create teams.json --- Teams/Super-Mosquitto/teams.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/Super-Mosquitto/teams.json diff --git a/Teams/Super-Mosquitto/teams.json b/Teams/Super-Mosquitto/teams.json new file mode 100644 index 0000000..f59f259 --- /dev/null +++ b/Teams/Super-Mosquitto/teams.json @@ -0,0 +1,16 @@ +{ + "teamName": "Super-Mosquitto", + "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, + { + "name": "Hristo Hristov", + "koding": "interdrift", + "location": "Bourgas,BG" + } + ] +} From 6eafb85209eb3d013c66e2b3cafc58dd0a124c41 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:07:54 +0200 Subject: [PATCH 2/5] Rename teams.json to team.json --- Teams/Super-Mosquitto/{teams.json => team.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/Super-Mosquitto/{teams.json => team.json} (100%) diff --git a/Teams/Super-Mosquitto/teams.json b/Teams/Super-Mosquitto/team.json similarity index 100% rename from Teams/Super-Mosquitto/teams.json rename to Teams/Super-Mosquitto/team.json From 425c39f1343846e6e07704077d3135c7111f377e Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:13:23 +0200 Subject: [PATCH 3/5] Create ABOUT.md --- Teams/Super-Mosquitto/ABOUT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Super-Mosquitto/ABOUT.md diff --git a/Teams/Super-Mosquitto/ABOUT.md b/Teams/Super-Mosquitto/ABOUT.md new file mode 100644 index 0000000..f0f766d --- /dev/null +++ b/Teams/Super-Mosquitto/ABOUT.md @@ -0,0 +1,11 @@ +Hi everyone.My name is Hristo and I'm a 19 years old software engineering student. I'm going to be building a WebGL game using +Three.js & Javascript(of course). I have an idea about the game and I won't be revealing it just yet so stay in touch. + +I'm also looking for people to join my team that's why I will give you a brief introduction about what I can do and what my skills are. +For the past 6 months I have been working in a company in the area of computational chemistry. I'm involved in projects which +for the most part solve problems with the help of graph theory. This is where my strength lies. I"m also a C# certified specialist +and I have some good amount of experience developing applications & also a good amount of presentation skills. I'm also lucky enough +to be a MSP and MCP. If you are passionate about games and like to create stuff that move please don't hesitate to contact me. +I'm looking for technically skilled persons and design and user interface is going to be the second most important thing. + +Thanks ! From 53851c277f1bec0337a9555acdce2dfec47e6cea Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:23:07 +0200 Subject: [PATCH 4/5] Update team.json --- Teams/Super-Mosquitto/team.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Teams/Super-Mosquitto/team.json b/Teams/Super-Mosquitto/team.json index f59f259..76ea706 100644 --- a/Teams/Super-Mosquitto/team.json +++ b/Teams/Super-Mosquitto/team.json @@ -1,15 +1,9 @@ { "teamName": "Super-Mosquitto", "members": [ - { - "name": "Full Name", - "twitter": "twitter acct no @", - "koding": "koding username", - "location": "city, 2 digit country code" - }, { "name": "Hristo Hristov", - "koding": "interdrift", + "koding": "hristo135", "location": "Bourgas,BG" } ] From ef37b21ffacd38f0eafea89d9477aa7ea44f9ac6 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:32:51 +0200 Subject: [PATCH 5/5] Update team.json --- Teams/Super-Mosquitto/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Super-Mosquitto/team.json b/Teams/Super-Mosquitto/team.json index 76ea706..3800485 100644 --- a/Teams/Super-Mosquitto/team.json +++ b/Teams/Super-Mosquitto/team.json @@ -4,7 +4,8 @@ { "name": "Hristo Hristov", "koding": "hristo135", - "location": "Bourgas,BG" + "location": "Bourgas,BG", + "lead" : true } ] }