-
-
Save jonschlinkert/4080808 to your computer and use it in GitHub Desktop.
Revisions
-
jonschlinkert revised this gist
Nov 19, 2012 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,5 +34,3 @@ Desired Skills: - Visual Studio 2012 - Windows Azure - Active participation in open source projects -
jonschlinkert revised this gist
Nov 15, 2012 . 2 changed files with 38 additions and 35 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,35 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ Looking for a client side javascript developer who can use [knockout.js](http://knockoutjs.com/index.html) to help build the front end of our application. To show off your skills, we would like the [html/css](http://twitter.github.com/bootstrap/components.html) and [javascript](http://twitter.github.com/bootstrap/javascript.html) components of [Twitter's Bootstrap library](http://twitter.github.com/bootstrap/index.html) turned into templates that would be useful with [knockout.js](http://knockoutjs.com/index.html). Things will get much more interesting after that. Example [alert](http://twitter.github.com/bootstrap/components.html#alerts): ```html <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> ``` ```javascript var viewModel = { type: ko.observable("alert"), message: ko.observable("<strong>Warning!</strong> Best check yo self, you're not looking too good.") }; ko.applyBindings(viewModel); ``` This can turn into a long-term relationship building out the front end of our application. The *required skills* listed below are focused on client-side development, but it would be helpful if you have the *desired skills* related to the server side as well. Required Skills: - JavaScript - Knockout.js - Underscore.js - Git/Github Desired Skills: - ASP.NET MVC - C# - Visual Studio 2012 - Windows Azure - Active participation in open source projects If you're interested, just star or fork the gist, make a comment, or hunt me down on Twitter, LinkedIn, Facebook or here... @jonschlinkert -
doowb revised this gist
Nov 13, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Looking for a client side javascript developer that can use [knockout.js](http://knockoutjs.com/index.html) to help build the front end of our application. To show off your skills, we would like the [html/css](http://twitter.github.com/bootstrap/components.html) and [javascript](http://twitter.github.com/bootstrap/javascript.html) components of [Twitter's Bootstrap library](http://twitter.github.com/bootstrap/index.html) turned into templates that would be useful with [knockout.js](http://knockoutjs.com/index.html). Example [alert](http://twitter.github.com/bootstrap/components.html#alerts): ```html <div data-bind="attr: { class: type }"> <button type="button" class="close" data-dismiss="alert">×</button> -
doowb revised this gist
Nov 13, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Looking for a client side javascript developer that 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. Example alert: ```html <div data-bind="attr: { class: type }"> <button type="button" class="close" data-dismiss="alert">×</button> -
doowb revised this gist
Nov 13, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ Looking for a client side javascript developer that 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. Example: @@ -20,6 +19,8 @@ var viewModel = { ko.applyBindings(viewModel); ``` Hopefully, this will turn into a longer relationship building out the front end of our application. The required skills below refer to mostly client side development, while the desired skills are used on the server side, so they would be helpful. Required Skills: - Javascript - Knockout.js -
doowb created this gist
Nov 13, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ Looking for a client side javascript developer that 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. Example: ```html <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> ``` ```javascript var viewModel = { type: ko.observable("alert"), message: ko.observable("<strong>Warning!</strong> Best check yo self, you're not looking too good.") }; ko.applyBindings(viewModel); ``` Required Skills: - Javascript - Knockout.js - Underscore.js - Git - Github Desired Skills: - ASP.NET MVC - C# - Visual Studio 2012 - Windows Azure