Merge pull request #785 from bodegard/master

Fixed team.json
This commit is contained in:
Nitin Gupta
2014-12-02 20:55:54 -08:00
2 changed files with 26 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Team Silver
I'm Brandon and I build amazing things!
## About Me
I love to learn and build stuff
## Languages I Love
- Javascript
- SQL
- Python
- R
+11
View File
@@ -0,0 +1,11 @@
{
"teamName": "Team Silver",
"members": [
{
"name": "Brandon Odegard",
"twitter": "brandonodegard",
"koding": "ode2k",
"location": "Bemidji, US"
}
]
}