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. 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 + } + ] +}