From e42488b4dbd995ca7ca3e4d378690b6c74c24d56 Mon Sep 17 00:00:00 2001 From: mhuggins Date: Sun, 23 Nov 2014 10:20:58 -0700 Subject: [PATCH 1/2] Create team page --- Teams/Huggie/ABOUT.md | 31 +++++++++++++++++++++++++++++++ Teams/Huggie/team.json | 11 +++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Teams/Huggie/ABOUT.md create mode 100644 Teams/Huggie/team.json diff --git a/Teams/Huggie/ABOUT.md b/Teams/Huggie/ABOUT.md new file mode 100644 index 0000000..86ff566 --- /dev/null +++ b/Teams/Huggie/ABOUT.md @@ -0,0 +1,31 @@ +This is our page +================ + +"We" are Huggie -- just a solo team consisting of Matt Huggins of Boulder, CO. +I've been coding since I was 12, professionally for about 11 years now. + + +About your team +=========================== + +| Matt Huggins | +|---| +| ![Matt Huggins](https://avatars3.githubusercontent.com/u/169093) | + +I've only been a part of one 3-hour hackathon in the past, and I'd like to start +participating in more. I have a long history of work, but I'd like to have a +personal portfolio of work outside of the jobs I've held. I also enjoy coding +in my spare time, so participating in hackathons just makes sense! :) + + +About your skills and what you are going to do? +======= + +I grew up coding games in my spare time and went to college for the same. +However, I switched gears in college after taking a web development course, and +that's what I've been doing ever since (with some mobile projects in the mix +too). + +For this project, I'll probably try to mix the two, creating a web-based game. +I'm not 100% sure if this is what I'm going to actually do, but it's a pretty +good bet! diff --git a/Teams/Huggie/team.json b/Teams/Huggie/team.json new file mode 100644 index 0000000..13ac47b --- /dev/null +++ b/Teams/Huggie/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Huggie", + "members": [ + { + "name": "Matt Huggins", + "twitter": "mhuggins", + "koding": "mhuggins", + "location": "Boulder, CO" + } + ] +} \ No newline at end of file From f1ccb8ce1176e82c7f93212c9b7b119cdf017b0f Mon Sep 17 00:00:00 2001 From: mhuggins Date: Sun, 23 Nov 2014 11:51:09 -0700 Subject: [PATCH 2/2] Use country code --- Teams/Huggie/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Huggie/team.json b/Teams/Huggie/team.json index 13ac47b..331d5f5 100644 --- a/Teams/Huggie/team.json +++ b/Teams/Huggie/team.json @@ -5,7 +5,7 @@ "name": "Matt Huggins", "twitter": "mhuggins", "koding": "mhuggins", - "location": "Boulder, CO" + "location": "Boulder, US" } ] } \ No newline at end of file