From f18785f3af0961d3d400dd10fe7f8e2be97ccd86 Mon Sep 17 00:00:00 2001 From: Jim Armstrong Date: Wed, 26 Nov 2014 20:42:48 -0500 Subject: [PATCH 1/2] Add team information --- Teams/41NorthStudios/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/41NorthStudios/team.json diff --git a/Teams/41NorthStudios/team.json b/Teams/41NorthStudios/team.json new file mode 100644 index 0000000..6da0746 --- /dev/null +++ b/Teams/41NorthStudios/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "41 North Studios", + "members": [ + { + "name": "Jim Armstrong", + "twitter": "JimArmstrong41N", + "koding": "41northstudios", + "location": "Norwalk, US", + "lead": true + } + ] +} From fe18fb9dc3144b69fb4fa4120f55d6aa752bc5e2 Mon Sep 17 00:00:00 2001 From: Jim Armstrong Date: Wed, 26 Nov 2014 20:49:15 -0500 Subject: [PATCH 2/2] Add ABOUT.md file --- Teams/41NorthStudios/ABOUT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/41NorthStudios/ABOUT.md diff --git a/Teams/41NorthStudios/ABOUT.md b/Teams/41NorthStudios/ABOUT.md new file mode 100644 index 0000000..8e168dc --- /dev/null +++ b/Teams/41NorthStudios/ABOUT.md @@ -0,0 +1,14 @@ +# 41 North Studios LLC + +My name is Jim Armstrong, and I am the president of 41 North Studios LLC, a small web-design and programming agency +located in Norwalk, CT, USA. + +This is my first hackathon and I have entered as a solo participant. I want to challenge myself and see if I can +take a concept from idea to execution in 48 hours by myself. Above all, I'm hoping to have some fun, learn some +new things, and be amazed at what everyone creates! + +## My favorite languages + +I mostly code in C#, Java, and Ruby. For this project I will likely default to Ruby since I am confortable with it +and think my development time will be faster. However, depending on what I decide to build I may just try a language +I'm not as familiar with to make this a good learning experience.