Looking for a client side javascript developer who can use knockout.js to help build the front end of our application. To show off your skills, we would like the html/css and javascript components of Twitter's Bootstrap library turned into templates that would be useful with knockout.js. Things will get much more interesting after that.
Example alert:
<div data-bind="attr: { class: type }">
<button type="button" class="close" data-dismiss="alert">×</button>
<!-- ko data-bind="text: message" -->
<strong>Warning!</strong> Best check yo self, you're not looking too good.
<!-- /ko -->
</div>