diff --git a/Teams/shrug/ABOUT.md b/Teams/shrug/ABOUT.md new file mode 100644 index 0000000..27664b6 --- /dev/null +++ b/Teams/shrug/ABOUT.md @@ -0,0 +1,26 @@ +Team ¯\_(ツ)_/¯ +=============== + +This is Team I-Didn't-Have-A-Better-Name-For-It or Team ¯\_(ツ)_/¯ for short. + +I like web technologies, specifically building on top of already powerful services and extending them. For example, taking the WUndgeround weather API and using sunset time to turn the lights in my house on. Or by combining Rotten Tomatoes and Redbox to find critically acclaimed movies that I can immediately pick up (that is if I can be bothered to put on pants). + + +About your team +=============== + +| jacroe +|--- +| ![Jacroe](https://secure.gravatar.com/avatar/8e85a3db943a53e5baa1a2e197d08118?size=200px) | + +I move bits around. + + +My Skillz +========= + +Like I said, I really like web technologies so I'll be developing in PHP5 with some Python as a backend, HTML5, and jQuery. Probably use Bootstrap since I'm a terrible designer + +Right now, I'm thinking of visualizing or re-thinking how people look at some government data. Which agency's? And in what ways? + +¯\_(ツ)_/¯ \ No newline at end of file diff --git a/Teams/shrug/team.json b/Teams/shrug/team.json new file mode 100644 index 0000000..2d0e2c8 --- /dev/null +++ b/Teams/shrug/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Team :shrug:", + "members": [ + { + "name": "Jacob Roeland", + "twitter": "jacroe", + "koding": "jacroe", + "location": "Lake Mary, US", + "lead": true + } + ] +}