From 30d2414c011049a04a891b922f2408a5ed3af27b Mon Sep 17 00:00:00 2001 From: Neal Patel Date: Wed, 3 Dec 2014 09:54:29 -0600 Subject: [PATCH] Add Prime 57. --- Teams/Prime 57/ABOUT.md | 13 +++++++++++++ Teams/Prime 57/team.json | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Teams/Prime 57/ABOUT.md create mode 100644 Teams/Prime 57/team.json diff --git a/Teams/Prime 57/ABOUT.md b/Teams/Prime 57/ABOUT.md new file mode 100644 index 0000000..1c67c77 --- /dev/null +++ b/Teams/Prime 57/ABOUT.md @@ -0,0 +1,13 @@ +# Prime 57 + +We are Prime 57 and are passionate about making the web beautiful. + +## About Us + +We are a team of two. We have both been doing software engineering for over 5 years, and started at very young ages. + +## Our Skills and Plans + +We have both explored the many regions of computer engineering, from artificial intelligence, to Node.js, and have loved every minute, well except when we had to recompile gcc from source ;-) + +We see the biggest problems in tech, the ones that everyone seems to avoid, but the difference is, we’re not afraid to address them. diff --git a/Teams/Prime 57/team.json b/Teams/Prime 57/team.json new file mode 100644 index 0000000..a651eef --- /dev/null +++ b/Teams/Prime 57/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Prime 57", + "members": [ + { + "name": "Max Savrick", + "twitter": "_mxms", + "koding": "mxmus", + "location": "Boca Raton, US" + }, + { + "name": "Neal Patel", + "twitter": "iNeal", + "koding": "iNeal", + "location": "Kansas City, US" + } + ] +}