diff --git a/Teams/3DPG/ABOUT.md b/Teams/3DPG/ABOUT.md new file mode 100644 index 0000000..e2cfd72 --- /dev/null +++ b/Teams/3DPG/ABOUT.md @@ -0,0 +1,29 @@ +3DPG +==== + +A single man team with a passion for low level hackery + +About 3DPG +---------- + +| Peter Steidel | +|---------------------| +| Picture Unavailable | + +Description currently being written + +Skills +------ +Programming languages (that may be used): + - Assembly + - C + - Lisp + - HTML/CSS and JS + +Project +------- + +The goal of my project is to show how simplicity and composability can +be used to create extensible, scalable, flexible, small, and fast +software. This corresponds to theme 2 for the hackathon, and there, +maybe, will be a game ^^. diff --git a/Teams/3DPG/team.json b/Teams/3DPG/team.json new file mode 100644 index 0000000..5eb82e8 --- /dev/null +++ b/Teams/3DPG/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "3DPG", + "members": [ + { + "name": "Peter Steidel", + "twitter": "ifthenfi", + "koding": "korbo", + "location": "Roanoke, US" + "lead": true + } + ] +}