From a88035e912f79ba8b4b006656011f3eeb821419e Mon Sep 17 00:00:00 2001 From: SK83RJOSH Date: Wed, 26 Nov 2014 10:24:15 -0500 Subject: [PATCH] TeamFlex! --- Teams/TeamFlex/ABOUT.md | 24 ++++++++++++++++++++++++ Teams/TeamFlex/team.json | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Teams/TeamFlex/ABOUT.md create mode 100644 Teams/TeamFlex/team.json diff --git a/Teams/TeamFlex/ABOUT.md b/Teams/TeamFlex/ABOUT.md new file mode 100644 index 0000000..1a83602 --- /dev/null +++ b/Teams/TeamFlex/ABOUT.md @@ -0,0 +1,24 @@ +TeamFlex +================ + +We are a group of passionate developers that build flex-ible applications to work on a variety of platforms and systems. + + +About your team +=========================== + +| Joshua Wood (SK83RJOSH) | Brandon Teller (brteller) +|--- |--- +| ![SK83RJOSH](http://chopdawg.com/wp-content/uploads/cache/2014/05/josh-wood/434338697.png) | ![brteller](http://chopdawg.com/wp-content/uploads/cache/2014/05/brandonT/1087521060.png) +| Project Lead, Frontend and Backend Guru | Designer, Frontend and Backend Developer + +We've worked together for around 3 years, and between us we have over ten years of webdev experience. + +Whether it be our own startup or one of the many freelance projects we've completed together, we've always prided ourselves on pushing boundaries and doing new things. So when we heard about the Koding Hackathon, and saw the themes, we jumped right on to the idea. + +We can't wait to show everyone our idea. + +Goal +======= + +We plan to create a real time chat application with a very unique twist, keep an eye out! diff --git a/Teams/TeamFlex/team.json b/Teams/TeamFlex/team.json new file mode 100644 index 0000000..2ba5461 --- /dev/null +++ b/Teams/TeamFlex/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team Flex", + "members": [ + { + "name": "Joshua Wood", + "twitter": "SK83RJOSH", + "koding": "SK83RJOSH", + "location": "Gettysburg, US", + "lead": true + }, + { + "name": "Brandon Teller", + "twitter": "brandonteller", + "koding": "brteller", + "location": "York, US" + } + ] +}