diff --git a/Teams/MethodJumpers/ABOUT.md b/Teams/MethodJumpers/ABOUT.md new file mode 100644 index 0000000..254ded4 --- /dev/null +++ b/Teams/MethodJumpers/ABOUT.md @@ -0,0 +1,16 @@ +Method Jumpers +============== + +We are `Method Jumpers`, a team from Ghana, GH ready to crush the competition! + +The Team +======== +| jahlomp | jeffgodwyll +|--- |--- +| ![Precious Jahlom Agboado](https://avatars2.githubusercontent.com/u/4746511?v=3&s=300) | ![Jeffrey Godwyll](https://avatars1.githubusercontent.com/u/3064893?v=3&s=300) + +Skills and Project +================== +@jeffgodwyll has a strong engineering background. Good in python and Java. + +@jahlomp is a web developer with interest in design. diff --git a/Teams/MethodJumpers/team.json b/Teams/MethodJumpers/team.json new file mode 100644 index 0000000..d45027b --- /dev/null +++ b/Teams/MethodJumpers/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Method Jumpers", + "members": [ + { + "name": "Precious Jahlom Agbaodo", + "twitter": "jahlomp", + "koding": "jahlomp", + "location": "Accra, GH", + "lead": true + }, + { + "name": "Jeffrey Godwyll", + "twitter": "rey12rey", + "koding": "jeffgodwyll", + "location": "Ghana, GH" + } + ] +}