From 17e811d67aeef5effdbca37a92d2d1141a0c08d6 Mon Sep 17 00:00:00 2001 From: Brooks Boyd Date: Wed, 3 Dec 2014 09:34:44 -0600 Subject: [PATCH 1/2] Adding MidnightDesign --- Teams/MidnightDesign/ABOUT.md | 14 ++++++++++++++ Teams/MidnightDesign/team.json | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Teams/MidnightDesign/ABOUT.md create mode 100644 Teams/MidnightDesign/team.json diff --git a/Teams/MidnightDesign/ABOUT.md b/Teams/MidnightDesign/ABOUT.md new file mode 100644 index 0000000..68cd2b1 --- /dev/null +++ b/Teams/MidnightDesign/ABOUT.md @@ -0,0 +1,14 @@ +MidnightDesign +================ + + + +
![Brooks](https://pbs.twimg.com/profile_images/1389022310/brooks_0037_head_200x200.jpg)

Teaching computers
to make art with just some code.
It is what I do.

[GitHub](https://github.com/MidnightLightning) • [Twitter](http://twitter.com/midnight426) • [LinkedIn](http://www.linkedin.com/in/midnightlightning/)

+ +I am Brooks Boyd; designer and developer. I love making wonderful things, and using code to do so is just another way to create art in my mind. I've been developing web applications for nearly two decades now, and joined into this Hackathon as a means to focus on one of several projects I've been toying around with. + +About your skills and what you are going to do? +======= +I'm a long-time PHP developer, and as the technology has been shifting more client-side, getting more and more emphasis on Javascript in addition to HTML5 and CSS skills. + +For this Hackathon, I'll be working on a project pursuing theme number 4 (HTML5 games that are educational and learning oriented); I have a game I created years ago in PHP, that I'll be updating to use HTML5 advancements to make it much more interactive. I'll be utilizing the [Meteor](https://www.meteor.com/) Javascript/[NodeJS](http://nodejs.org/) stack, and possibly adding in the PubNub service for game interaction notifications that need to be faster than Meteor's default two-way binding updates allow. diff --git a/Teams/MidnightDesign/team.json b/Teams/MidnightDesign/team.json new file mode 100644 index 0000000..bb6f7c4 --- /dev/null +++ b/Teams/MidnightDesign/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "MidnightDesign", + "members": [ + { + "name": "Brooks Boyd", + "twitter": "midnight426", + "koding": "midnightlightning", + "location": "Madison, WI, US", + "lead": true + } + ] +} From a112482154242765f75d3bb0f6feefd96d999794 Mon Sep 17 00:00:00 2001 From: MidnightLightning Date: Wed, 3 Dec 2014 09:41:40 -0600 Subject: [PATCH 2/2] Fix HTML table --- Teams/MidnightDesign/ABOUT.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Teams/MidnightDesign/ABOUT.md b/Teams/MidnightDesign/ABOUT.md index 68cd2b1..9a0e5c5 100644 --- a/Teams/MidnightDesign/ABOUT.md +++ b/Teams/MidnightDesign/ABOUT.md @@ -2,7 +2,12 @@ MidnightDesign ================ - +
![Brooks](https://pbs.twimg.com/profile_images/1389022310/brooks_0037_head_200x200.jpg)

Teaching computers
to make art with just some code.
It is what I do.

[GitHub](https://github.com/MidnightLightning) • [Twitter](http://twitter.com/midnight426) • [LinkedIn](http://www.linkedin.com/in/midnightlightning/)

+ + +

Teaching computers
to make art with just some code.
It is what I do.

+

GitHubTwitterLinkedIn

+
I am Brooks Boyd; designer and developer. I love making wonderful things, and using code to do so is just another way to create art in my mind. I've been developing web applications for nearly two decades now, and joined into this Hackathon as a means to focus on one of several projects I've been toying around with.