Add team info and about us

Testing layout.
This commit is contained in:
Jamone Kelly
2014-11-22 19:36:59 -05:00
parent 1860041a2c
commit b86d57031b
2 changed files with 50 additions and 0 deletions

26
Teams/TheGoat/ABOUT.md Normal file
View File

@@ -0,0 +1,26 @@
This is our page
================
We are the Koding team, so we are not really participating. But this page is here
to give you an idea about your own page.
About your team
===========================
| jamonek | the_mystery_one | MrJones1914
|--- |--- |---
| ![jamonek](https://pbs.twimg.com/profile_images/531868003521269761/SEl1Ri5I.jpeg) | ![the_mystery_one](https://pbs.twimg.com/profile_images/520661492153077760/uGelVzez.jpeg) | ![MrJones1914](https://pbs.twimg.com/profile_images/535657314687410176/69ZhigHM.jpeg)
Tell us who you are, why you did you decide to join?
Judges will read this page before making a final decision, so write your story, make it emotional and impressive.
Tell us why you want to win.
About your skills and what you are going to do?
=======
Don't reveal too much about your project, this is a competition but maybe
you can tell us the technologies, APIs you are going to use and what kind
of application you are going to build.
You can change your mind, that's ok. Just push an update here when you do.

24
Teams/TheGoat/team.json Normal file
View File

@@ -0,0 +1,24 @@
{
"teamName": "TheGoat ಠ_ಠ",
"members": [
{
"name": "Daniel Jones",
"twitter": "MrJones1914",
"koding": "DIJicode",
"location": "Sterling Heights, MI"
},
{
"name": "Keheira Henderson",
"twitter": "the_mystery_one",
"koding": "Keheira",
"location": "Greensboro, NC",
"lead": true
},
{
"name": "Jamone Kelly",
"twitter": "JamoneK",
"koding": "JamoneK",
"location": "Greensboro, NC"
}
]
}