diff --git a/Teams/TeamPenguins/ABOUT.md b/Teams/TeamPenguins/ABOUT.md new file mode 100644 index 0000000..264fd44 --- /dev/null +++ b/Teams/TeamPenguins/ABOUT.md @@ -0,0 +1,10 @@ +Team Penguins +============= + +My name is Bhargav and I'm the only participant from this team. I love to work with multiple technologies. +I code in PHP, nodejs and JavaScript. + +| N Bhargav | +| --- | +| ![Bhargav](http://1.gravatar.com/avatar/ab26619f7987b6cd8fa447e9aad1ba8a) + diff --git a/Teams/TeamPenguins/team.json b/Teams/TeamPenguins/team.json new file mode 100644 index 0000000..ff2336d --- /dev/null +++ b/Teams/TeamPenguins/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Penguins", + "members": [ + { + "name": "N Bhargav", + "twitter": "nbhargav3", + "koding": "bhargav3", + "location": "Bangalore, IN", + "lead": true + } +}