From e17202dbab79130d3775f718b149e8d5bd7bd01e Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Tue, 2 Dec 2014 23:46:58 -0500 Subject: [PATCH] Team America. --- Teams/TeamAmerica/ABOUT.md | 32 ++++++++++++++++++++++++++++++++ Teams/TeamAmerica/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 Teams/TeamAmerica/ABOUT.md create mode 100644 Teams/TeamAmerica/team.json diff --git a/Teams/TeamAmerica/ABOUT.md b/Teams/TeamAmerica/ABOUT.md new file mode 100644 index 0000000..1485fe7 --- /dev/null +++ b/Teams/TeamAmerica/ABOUT.md @@ -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 | +|--- |--- |--- | +| ![Pwnall](https://pbs.twimg.com/profile_images/436220927055904768/8X5x4Gt2_400x400.jpeg) | ![Stapark008](https://media.licdn.com/media/p/3/005/07f/299/05f402e.jpg) | ![Yafim](https://pbs.twimg.com/profile_images/54429055/n1344120063_35916_94_400x400.jpg) | + + +## 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/). diff --git a/Teams/TeamAmerica/team.json b/Teams/TeamAmerica/team.json new file mode 100644 index 0000000..16d6b11 --- /dev/null +++ b/Teams/TeamAmerica/team.json @@ -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" + } + ] +}