From 1f04a99b1ec04e784847e2ee6ab39801f91391bc Mon Sep 17 00:00:00 2001 From: Shawn Shaw Date: Tue, 2 Dec 2014 15:19:36 -0600 Subject: [PATCH 1/3] 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", + } + ] +} From 66eaef0c5a74b0e665dda7d8c139609fc94ff077 Mon Sep 17 00:00:00 2001 From: Shawn Shaw Date: Tue, 2 Dec 2014 15:34:39 -0600 Subject: [PATCH 2/3] removed commas at EOL --- Teams/APPetizers/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/APPetizers/team.json b/Teams/APPetizers/team.json index 1ba6b82..593c433 100644 --- a/Teams/APPetizers/team.json +++ b/Teams/APPetizers/team.json @@ -12,13 +12,13 @@ "name": "Revanth Anireddy", "twitter": "revanthreddy", "koding": "revanthreddy", - "location": "Austin, US", + "location": "Austin, US" }, { "name": "Milan Raj", "twitter": "rajsite", "koding": "rajsite", - "location": "Austin, US", + "location": "Austin, US" } ] } From 9787efb732fcd2c906c2ce34fe395b979e8be538 Mon Sep 17 00:00:00 2001 From: Shawn Shaw Date: Tue, 2 Dec 2014 15:35:26 -0600 Subject: [PATCH 3/3] fixed title case --- Teams/APPetizers/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/APPetizers/ABOUT.md b/Teams/APPetizers/ABOUT.md index ca5a203..7032917 100644 --- a/Teams/APPetizers/ABOUT.md +++ b/Teams/APPetizers/ABOUT.md @@ -1,4 +1,4 @@ -APPetizers put you in a good mood +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)