From 1f04a99b1ec04e784847e2ee6ab39801f91391bc Mon Sep 17 00:00:00 2001 From: Shawn Shaw Date: Tue, 2 Dec 2014 15:19:36 -0600 Subject: [PATCH] added team details and description --- Teams/APPetizers/ABOUT.md | 23 +++++++++++++++++++++++ Teams/APPetizers/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 Teams/APPetizers/ABOUT.md create mode 100644 Teams/APPetizers/team.json diff --git a/Teams/APPetizers/ABOUT.md b/Teams/APPetizers/ABOUT.md new file mode 100644 index 0000000..ca5a203 --- /dev/null +++ b/Teams/APPetizers/ABOUT.md @@ -0,0 +1,23 @@ +APPetizers put you in a good mood +================ + +We are the APPetizers. We build apps, in competitions! Need we say more? Probably! (and that's what the section below is for) + + +Our Dreams +=========================== +It's our vision that apps be more than websites - we want to bring about real change with our code. + +Our side project is something we believe could change everything political, EasyBallot.org. We want to bring about political awareness in the US and other democratic countries. I (Shawn) plan to dedicate all of my winnings to supporting the efforts of EasyBallot.org and help educate voters using their representative's previous voting history. + +With time and enough data we can educate the public on gerrymandering, create political blacklists (to highlight the politicians that actually do not reprepresent their voters), and do so much more. + +Our team is comprised of developers from National Instruments in Austin, TX. + +Skillz and Amazing Tools +======= +Half of our time at work is spent learning about new tools, and I believe the other half is probably coding. So while we have a smorgasborg of info and tools in our repertoire, we tend to use what we believe is best for the job. + +From our github accounts, we are all fairly well versed in javascript. + +I know that with web app development, that's a bit like telling kids that we use snow for our snowmen, but our snowmen can file your taxes, walk the dog, and pick up the kids from daycare. The rest is just good ideas and some guys having fun coding! diff --git a/Teams/APPetizers/team.json b/Teams/APPetizers/team.json new file mode 100644 index 0000000..1ba6b82 --- /dev/null +++ b/Teams/APPetizers/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "APPetizers", + "members": [ + { + "name": "Shawn Shaw", + "twitter": "TheShawesomes", + "koding": "shawful", + "location": "Austin, US", + "lead": true + }, + { + "name": "Revanth Anireddy", + "twitter": "revanthreddy", + "koding": "revanthreddy", + "location": "Austin, US", + }, + { + "name": "Milan Raj", + "twitter": "rajsite", + "koding": "rajsite", + "location": "Austin, US", + } + ] +}