Merge pull request #824 from pwnall/master
Initial team page for Team America
This commit is contained in:
32
Teams/TeamAmerica/ABOUT.md
Normal file
32
Teams/TeamAmerica/ABOUT.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Team America's Page
|
||||
|
||||
For an explanation of the name, google `team america music video`. Also, none
|
||||
of us was born in the US, but we're currently here, so we felt that we had to
|
||||
do this.
|
||||
|
||||
|
||||
## About
|
||||
|
||||
| pwnall | stapark008 | yafim |
|
||||
|--- |--- |--- |
|
||||
|  |  |  |
|
||||
|
||||
|
||||
## Skills
|
||||
|
||||
Victor is a PhD student in Computer Science at MIT. He is a Web developer and
|
||||
has contributed to Ruby on Rails, node.js, Chromium, WebKit, and related
|
||||
projects. While interning at Dropbox, Victor has created
|
||||
[dropbox.js](https://github.com/dropbox/dropbox-js/), the JavaScript client for
|
||||
the Dropbox API. Victor understands the Web platform, and has a fairly good
|
||||
intuition about architecting a Web application.
|
||||
|
||||
Staphany graduated from MIT this year with a Bachelor's degree in Computer
|
||||
Science and Molecular Biology. During school, she used programming to process
|
||||
experimental datasets in a variety of fields, such as neural signal processing
|
||||
and red blood cell development. Soon after graduating, however, she discovered
|
||||
Web development and has since dedicated herself to becoming a well-versed Web
|
||||
developer. Her toolset includes Ruby on Rails, HTML, CSS, and Javascript.
|
||||
|
||||
Yafim has a B.S. and an M.Eng. in Computer Science from MIT, and won MIT's
|
||||
first [IAP Web Programming Competition](http://web.mit.edu/6.470/).
|
||||
24
Teams/TeamAmerica/team.json
Normal file
24
Teams/TeamAmerica/team.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"teamName": "Team America",
|
||||
"members": [
|
||||
{
|
||||
"name": "Victor Costan",
|
||||
"twitter": "pwnall",
|
||||
"koding": "pwnall",
|
||||
"location": "Boston, US"
|
||||
"lead": true
|
||||
},
|
||||
{
|
||||
"name": "Staphany Park",
|
||||
"twitter": "",
|
||||
"koding": "spark008",
|
||||
"location": "Boston, US"
|
||||
},
|
||||
{
|
||||
"name": "Yafim Landa",
|
||||
"twitter": "yafim",
|
||||
"koding": "yafim",
|
||||
"location": "New York, US"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user