From 5faeef2fb5c83f93afdb5e19366fe1ea18f54c80 Mon Sep 17 00:00:00 2001 From: mjatte Date: Fri, 28 Nov 2014 16:16:28 -0600 Subject: [PATCH] Global Hackathon add my hackathon team --- Teams/ACECoders/ABOUT.md | 23 +++++++++++++++++++++++ Teams/ACECoders/team.json | 12 ++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Teams/ACECoders/ABOUT.md create mode 100644 Teams/ACECoders/team.json diff --git a/Teams/ACECoders/ABOUT.md b/Teams/ACECoders/ABOUT.md new file mode 100644 index 0000000..57fc13e --- /dev/null +++ b/Teams/ACECoders/ABOUT.md @@ -0,0 +1,23 @@ +ACECoders +===== + +Introduction +----- + +I am a web and software developer. I love learning new technologies and seek to become a more efficient and creative programmer. + + + +Skills +----- + - HTML + - Javascript & jQuery + - SQL/SQL Server + - ASP.NET MVC + - Server Administration + + + Global Hackathon + --------------------- + I'm excited to participate in the global programming community. I am looking to test my skills, and build an interesting application. I am excited to meet other developers and share ideas and programming ideas and techniques. + \ No newline at end of file diff --git a/Teams/ACECoders/team.json b/Teams/ACECoders/team.json new file mode 100644 index 0000000..c58a676 --- /dev/null +++ b/Teams/ACECoders/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "ACECoders", + "members": [ + { + "name": "Matthew James", + "twitter": "mjatte", + "koding": "mjatte", + "location": "Minneapolis, MN", + "lead": true + } + ] +}